flux changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | 3.11.0 out now! Get yours from http://caml.inria.fr/ocaml/release.html
<kaustuv> Yoric[DT]: I'll contact Jeremie after the CADE and ICLP deadlines, i.e., circa March 7. I'm too busy right now.
jado_ has joined #ocaml
<Yoric[DT]> ok
* Yoric[DT] certainly hopes his new job will let him actually do some research.
<kaustuv> Not if Sarkozy has his way.
<kaustuv> (kidding)
<kaustuv> ((and, yet, not kidding))
<Yoric[DT]> Yeah :/
<Yoric[DT]> The current state of French universities, reforms, etc. has managed to make me spend 2.5 years without publishable research.
<Yoric[DT]> LRU & Sarkozy just make things muuuuuuch worse.
love-pingoo has joined #ocaml
Associat0r has quit []
seafood has joined #ocaml
<Yoric[DT]> Anyway, I'm leaving this part of the system.
<Yoric[DT]> I spent too much time doing research which I can't publish largely because of the team in which I work.
jado has quit [Read error: 110 (Connection timed out)]
vovkaii has joined #ocaml
vovkaii has quit [Read error: 110 (Connection timed out)]
palomer has joined #ocaml
<palomer> omc files should not be included in a repository, right?
angerman has joined #ocaml
<Yoric[DT]> omc?
<Yoric[DT]> Ah, OMake, I guess.
* Yoric[DT] doesn't know.
<sanguinev> Copy one somewhere else and see if the file is recreated for you from the files in the repostiry. If it is auto-generated then you don't need it. ;)
seafood has quit []
Yoric[DT] has quit ["Ex-Chat"]
tripwyre has joined #ocaml
Associat0r has joined #ocaml
ched_ has joined #ocaml
Ched has quit [Read error: 110 (Connection timed out)]
tripwyre has quit []
bohanlon has quit ["I fear that I must depart for now."]
kaustuv has left #ocaml []
mytoz has quit [Read error: 104 (Connection reset by peer)]
mytoz has joined #ocaml
bohanlon has joined #ocaml
jeddhaberstro has quit []
palomer has quit [Remote closed the connection]
sanguine1 has joined #ocaml
sanguinev has quit [Read error: 113 (No route to host)]
Stefan_vK1 has joined #ocaml
sporkmonger has quit []
Stefan_vK has quit [Read error: 110 (Connection timed out)]
bzzbzz has quit ["leaving"]
angerman has quit []
Associat0r has quit [Read error: 104 (Connection reset by peer)]
angerman has joined #ocaml
vovkaii has joined #ocaml
Snark has joined #ocaml
palomer has joined #ocaml
vovkaii has quit [Read error: 110 (Connection timed out)]
ulfdoz has quit [brown.freenode.net irc.freenode.net]
sanguine1 has quit [brown.freenode.net irc.freenode.net]
ched_ has quit [brown.freenode.net irc.freenode.net]
xian has quit [brown.freenode.net irc.freenode.net]
tonyIII__ has quit [brown.freenode.net irc.freenode.net]
thelema has quit [brown.freenode.net irc.freenode.net]
mr_uggla_ has quit [brown.freenode.net irc.freenode.net]
pixel__ has quit [brown.freenode.net irc.freenode.net]
holgr has quit [brown.freenode.net irc.freenode.net]
maskd has quit [brown.freenode.net irc.freenode.net]
rwmjones has quit [brown.freenode.net irc.freenode.net]
sanguine1 has joined #ocaml
ched_ has joined #ocaml
xian has joined #ocaml
tonyIII__ has joined #ocaml
thelema has joined #ocaml
mr_uggla_ has joined #ocaml
pixel__ has joined #ocaml
ulfdoz has joined #ocaml
rwmjones has joined #ocaml
maskd has joined #ocaml
holgr has joined #ocaml
love-pingoo has quit ["Connection reset by pear"]
jeremiah has joined #ocaml
tripwyre has joined #ocaml
_zack has joined #ocaml
vovkaii has joined #ocaml
palomer has quit ["Leaving"]
_zack has quit ["Leaving."]
schmx has joined #ocaml
schme has quit [Read error: 60 (Operation timed out)]
filp has joined #ocaml
ikaros has joined #ocaml
mishok13 has joined #ocaml
seafood has joined #ocaml
vovkaii has quit [Read error: 110 (Connection timed out)]
tripwyre has quit []
Yoric[DT] has joined #ocaml
<Yoric[DT]> hi
vovkaii has joined #ocaml
slash_ has joined #ocaml
<Yoric[DT]> mfp: ping
<Yoric[DT]> If anyone sees Camarade_tux, could you ask him to contact me?
angerman has quit []
vovkaii has quit [Read error: 110 (Connection timed out)]
OChameau has joined #ocaml
Yoric[DT] has quit ["Ex-Chat"]
slash_ has quit ["leaving"]
slash_ has joined #ocaml
seafood has quit []
_zack has joined #ocaml
vovkaii has joined #ocaml
yziquel has joined #ocaml
<yziquel> hi. is there an easy ways to convert a string to an in_channel?
vovkaii has quit [Connection timed out]
Alpounet has joined #ocaml
weechat2 is now known as chicco
<chicco> in_channel is a type that can only be created from C code
<chicco> but you can create a pipe with Unix.pipe
<chicco> and create a channel with the file_descriptors returned...
<yziquel> i noticed that there was a way to convert a string to a Batteries System.IO.input (i.e. input_string), but i haven't found a way to convert an input to an in_channel. i only found a way to convert an in_channel to an input... i'll give a try at your solution. thanks.
<mfp> yziquel: there's definitely one in Batteries, saw it in the diffs. It either extracts the internal in_channel or write the thing to a file & does open_in... (IIRC there used to be something that uses pipes... more complex and maybe not portable.)
<mfp> d68992a7 IO.to_input_channel implemented.
<mfp> "Note This function is extremely costly and is provided ssentially for debugging purposes or for reusing legacy libraries which can't be adapted. As a general rule, if you can avoid using this function, don't use it."
Snark has quit ["Ex-Chat"]
slash_ has quit ["leaving"]
slash_ has joined #ocaml
vovkaii has joined #ocaml
hkBst has joined #ocaml
yziquel has quit [Remote closed the connection]
angerman has joined #ocaml
sporkmonger has joined #ocaml
Fullma has joined #ocaml
ched_ has quit ["Ex-Chat"]
Ched has joined #ocaml
pango has joined #ocaml
sporkmonger has quit []
itewsh has joined #ocaml
jado__ has joined #ocaml
paul424 has joined #ocaml
Alpounet has quit ["Quitte"]
kaustuv has joined #ocaml
Stefan_vK has joined #ocaml
jado has joined #ocaml
jado_ has quit [Read error: 110 (Connection timed out)]
jado__ has quit [Read error: 60 (Operation timed out)]
Stefan_vK1 has quit [Read error: 110 (Connection timed out)]
<paul424> why this won't work ?
<paul424> local_value:=Int32.to_int(Int32.of_string(read_line()));
<paul424> This expression is not a function, it cannot be applied
<paul424> please please help me
<flx_> likely the problem is not there
<flx_> perhaps you have a missing ; in the previous line
itewsh has quit [Read error: 60 (Operation timed out)]
itewsh has joined #ocaml
<paul424> flx_: could you have a look http://codepad.org/UxRj0p9j
<hcarty> paul424: I think you need a ; after the "if ... begin ... end"
<paul424> yeap I have changed that already
<xevz> A quick test shows your code works (with the modification hcarty mentioned).
<paul424> xevz: hmm it does not
<paul424> I get : Characters 865-887:
<paul424> excecute_command(!buffer,!local_value);
<paul424> ^^^^^^^^^^^^^^^^^^^^^^
<paul424> This expression has type string * int but is here used with type
<paul424> string * < toString : unit -> string; .. >
<xevz> Well, that's a problem with the excecute_command function.
<xevz> (it's spelled "execute" btw)
sporkmonger has joined #ocaml
<paul424> xevz: ohhh I m so dumb ;) stupid misspeling
ikaros has quit ["Leave the magic to Houdini"]
itewsh has quit [Connection timed out]
ikaros has joined #ocaml
itewsh has joined #ocaml
jado has quit [Remote closed the connection]
verte has quit ["(lambda: x).func_closure"]
itewsh has quit [Read error: 60 (Operation timed out)]
itewsh has joined #ocaml
itewsh has quit [Read error: 60 (Operation timed out)]
itewsh has joined #ocaml
kaustuv has left #ocaml []
tripwyre has joined #ocaml
paul424 has quit ["ChatZilla 0.9.84 [Firefox 3.0.6/2009011913]"]
itewsh has quit [Connection timed out]
itewsh has joined #ocaml
Waleee has joined #ocaml
thelema has quit [Read error: 110 (Connection timed out)]
itewsh has quit [Remote closed the connection]
itewsh has joined #ocaml
ikaros has quit ["Leave the magic to Houdini"]
ikaros has joined #ocaml
itewsh has quit ["There are only 10 kinds of people: those who understand binary and those who don't"]
tarbo2 has quit [Read error: 110 (Connection timed out)]
tarbo2 has joined #ocaml
willb has joined #ocaml
Alpounet has joined #ocaml
ikaros has quit [Read error: 104 (Connection reset by peer)]
^authentic has joined #ocaml
Alpounet has quit [Read error: 54 (Connection reset by peer)]
Cheshire has joined #ocaml
kaustuv has joined #ocaml
authentic has quit [Connection timed out]
^authentic is now known as authentic
pango has quit [Remote closed the connection]
pango has joined #ocaml
Camarade_Tux has joined #ocaml
thelema has joined #ocaml
yziquel has joined #ocaml
yziquel has quit [Remote closed the connection]
paul424 has joined #ocaml
<paul424> Could anyone give some reference to the {<>} notation ?
sgnb has quit [Read error: 104 (Connection reset by peer)]
sgnb` has joined #ocaml
_zack has quit [Read error: 104 (Connection reset by peer)]
<mfp> paul424: http://caml.inria.fr/pub/docs/manual-ocaml/expr.html scroll down to 6.7.5 "Object duplication"
<mfp> Camarade_Tux: Yoric[DT]> If anyone sees Camarade_tux, could you ask him to contact me?
_zack has joined #ocaml
^authentic has joined #ocaml
angerman has quit []
<Camarade_Tux> mfp, :)
<Camarade_Tux> will contact Yoric on tomorrow evening
<Camarade_Tux> s/evening/afternoon
authentic has quit [Read error: 104 (Connection reset by peer)]
^authentic is now known as authentic
Yoric[DT] has joined #ocaml
Waleee has quit ["http://www.mibbit.com ajax IRC Client"]
itewsh has joined #ocaml
paul424 has quit ["ChatZilla 0.9.84 [Firefox 3.0.6/2009011913]"]
sgnb` has quit [Read error: 104 (Connection reset by peer)]
sgnb`` has joined #ocaml
_zack has left #ocaml []
filp has quit ["Bye"]
slash__ has joined #ocaml
slash__ has quit [Client Quit]
Camarade_Tux has quit [Read error: 110 (Connection timed out)]
slash_ has quit [Read error: 110 (Connection timed out)]
Camarade_Tux has joined #ocaml
slash_ has joined #ocaml
pango has quit [Remote closed the connection]
slash_ has quit [Client Quit]
slash_ has joined #ocaml
Associat0r has joined #ocaml
slash_ has quit [Read error: 60 (Operation timed out)]
itewsh has quit [Remote closed the connection]
itewsh has joined #ocaml
Snark has joined #ocaml
Amorphous has quit [Read error: 110 (Connection timed out)]
Amorphous has joined #ocaml
itewsh has quit [Remote closed the connection]
itewsh has joined #ocaml
Fullma has quit [Read error: 104 (Connection reset by peer)]
slash_ has joined #ocaml
chicco has quit [Read error: 113 (No route to host)]
Waleee has joined #ocaml
ikaros has joined #ocaml
slash_ has quit [Success]
_zack has joined #ocaml
jamii has quit [Remote closed the connection]
chicco has joined #ocaml
Snark has quit ["Ex-Chat"]
^authentic has joined #ocaml
authentic has quit [Read error: 110 (Connection timed out)]
^authentic is now known as authentic
itewsh has quit [Connection timed out]
itewsh has joined #ocaml
seafood has joined #ocaml
slash_ has joined #ocaml
jeddhaberstro has joined #ocaml
slash_ has quit [Connection timed out]
sporkmonger has quit []
sporkmonger has joined #ocaml
^authentic has joined #ocaml
acatout has quit ["leaving"]
acatout has joined #ocaml
itewsh has quit [Connection timed out]
itewsh has joined #ocaml
sgnb``` has joined #ocaml
sgnb`` has quit [Connection reset by peer]
authentic has quit [Connection timed out]
^authentic is now known as authentic
sgnb``` is now known as sgnb
kaustuv has quit [Remote closed the connection]
kaustuv has joined #ocaml
Waleee has quit []
sporkmonger_ has joined #ocaml
sporkmonger has quit [Read error: 60 (Operation timed out)]
sporkmonger_ has quit [Connection timed out]
_zack has quit ["Leaving."]
fremo has joined #ocaml
bohanlon has quit ["I fear that I must depart for now."]
itewsh has quit ["There are only 10 kinds of people: those who understand binary and those who don't"]
verte has joined #ocaml
willb has quit [Read error: 110 (Connection timed out)]
bohanlon has joined #ocaml
ikaros has quit ["Leave the magic to Houdini"]
sporkmonger has joined #ocaml
Cheshire has quit ["Leaving"]
Camarade_Tux has quit ["Quitte"]