gildor changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | OCaml 3.12.1 http://bit.ly/nNVIVH
alkoma has left #ocaml []
alkoma has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
sebz has joined #ocaml
sebz has quit [Client Quit]
sebz has joined #ocaml
<dsheets> Are the semantics of the ocaml primitives documented anywhere? Particularly I am interested in re_search_forward
oriba_ has quit [Quit: oriba_]
avsm has quit [Quit: Leaving.]
twittard has joined #ocaml
twittard has quit [Quit: twittard]
philtor has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
<thelema_> dsheets: not so much, afaik
<dsheets> thelema_: hmm, ok. I adopted ocaml-re and stopped worrying about it. Developers can deal with 60k for JS for a non-native RE impl.
<thelema_> lol, pulling ocaml-re into js.
sebz has joined #ocaml
<dsheets> Yeah, also Yojson and Atdgen runtime
<dsheets> But my compiler runs in a browser, now :-)
<thelema_> nice.
<dsheets> Had to disable Yojson.Biniou due to Bi_io.ml doing String.unsafe_get (Obj.magic 1.0) to detect floating point endianness
philtor has quit [Ping timeout: 240 seconds]
BiDOrD_ has joined #ocaml
BiDOrD has quit [Ping timeout: 240 seconds]
sebz has quit [Quit: Computer has gone to sleep.]
alkoma` has joined #ocaml
alkoma` has quit [Remote host closed the connection]
alkoma has quit [Ping timeout: 260 seconds]
lamawithonel has joined #ocaml
ulfdoz has joined #ocaml
alkoma has joined #ocaml
alkoma has quit [Client Quit]
alkoma has joined #ocaml
alkoma has left #ocaml []
sebz has joined #ocaml
ulfdoz has quit [Ping timeout: 260 seconds]
twittard has joined #ocaml
ftrvxmtrx has joined #ocaml
lamawithonel has quit [Read error: Connection reset by peer]
antegallya has joined #ocaml
lamawithonel has joined #ocaml
Tobu has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
antegallya has quit [Remote host closed the connection]
silver has joined #ocaml
sebz has joined #ocaml
Tobu has quit [Ping timeout: 272 seconds]
sebz has quit [Quit: Computer has gone to sleep.]
lamawithonel_ has joined #ocaml
lamawithonel has quit [Ping timeout: 240 seconds]
cago has joined #ocaml
avsm has joined #ocaml
edwin has joined #ocaml
ftrvxmtrx_ has joined #ocaml
sebz has joined #ocaml
Kakadu has joined #ocaml
emmanuelux has quit [Quit: Ex-Chat]
antegallya has joined #ocaml
milosn has joined #ocaml
emmanuelux has joined #ocaml
Cyanure has joined #ocaml
raichoo has joined #ocaml
edwin has quit [Remote host closed the connection]
edwin has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
Nass has quit [Ping timeout: 252 seconds]
bwright has joined #ocaml
Nass has joined #ocaml
itewsh has joined #ocaml
<itewsh> Hello !
itewsh has left #ocaml []
Tobu has joined #ocaml
<silver> hey-hey
linshuai_irc has joined #ocaml
<Kakadu> Qrntzz: Hi! As far as I remember I 've want to get worked lablqt till February. :-) ANy news about JSon?
ikaros has joined #ocaml
_andre has joined #ocaml
Tobu has quit [Ping timeout: 248 seconds]
Tobu has joined #ocaml
bwright has quit [Ping timeout: 276 seconds]
bwright has joined #ocaml
Tobu has quit [Read error: Operation timed out]
antegallya1 has joined #ocaml
antegallya has quit [Disconnected by services]
antegallya1 is now known as antegallya
Drup has joined #ocaml
avsm has quit [Quit: Leaving.]
iago has joined #ocaml
<Drakken> How do you modify the camlp4 lexer?
raichoo has quit [Ping timeout: 252 seconds]
<Drakken> by which I mean, how can I make a camlp4 preprocessor with a (slightly) customized lexer?
raichoo has joined #ocaml
Snark has joined #ocaml
letrec has joined #ocaml
Kakadu has quit [Ping timeout: 264 seconds]
ikaros has quit [Ping timeout: 252 seconds]
malc_ has joined #ocaml
<malc_> anyone using mingw here?
<adrien> ask and see ;-)
<malc_> i did just that didn't i?
ccc has joined #ocaml
avsm has joined #ocaml
malc_ has quit [*.net *.split]
ftrvxmtrx_ has quit [*.net *.split]
twittard has quit [*.net *.split]
fraggle_ has quit [*.net *.split]
malc_ has joined #ocaml
ftrvxmtrx_ has joined #ocaml
twittard has joined #ocaml
fraggle_ has joined #ocaml
bwright has quit [Ping timeout: 240 seconds]
coeus has quit [Quit: Verlassend]
lamawithonel_ has quit [Read error: Operation timed out]
oriba has joined #ocaml
<adrien> malc_: I mean: the exact question which relates to ming
<adrien> w
<malc_> Sys.rename fails one me when target file exists, with the error message telling me that the target exists
oriba has quit [Remote host closed the connection]
mcclurmc has quit [Ping timeout: 248 seconds]
ikaros has joined #ocaml
mcclurmc has joined #ocaml
thorat has joined #ocaml
Kakadu has joined #ocaml
<malc_> s;one;on
lamawithonel_ has joined #ocaml
Tobu has joined #ocaml
linshuai_irc has left #ocaml []
<adrien> well, the doc says
<adrien> "If there is already another file under the new name, [rename] may replace it, or raise an exception, depending on your operating system."
<adrien> so it's really not unexpected
avsm has quit [Read error: Connection reset by peer]
avsm has joined #ocaml
lamawithonel_ has quit [Read error: Connection reset by peer]
lamawithonel_ has joined #ocaml
thorat has quit [Quit: thorat]
pilki has joined #ocaml
<adrien> avsm: so, you're going to fosdem? :P
<avsm> adrien: guess so! i was conned into giving a talk
<avsm> ocaml beers? :)
<adrien> why not =)
<adrien> I'm wondering who else is going
ikaros has quit [Quit: Ex-Chat]
<malc_> adrien: thing is, there's special handling for that (MoveFileEx) in win32unix, i wonder why this particular (ifdefery) path wasn't taken
<adrien> malc_: Sys is not using os-dependant paths afaik
<malc_> adrien: uh.. right you are, i should be using Unix.rename not Sys one..
mcclurmc has quit [Ping timeout: 252 seconds]
mcclurmc has joined #ocaml
silver has quit [Remote host closed the connection]
ikaros has joined #ocaml
silver has joined #ocaml
pilki has quit [Quit: This computer has gone to sleep]
thorat has joined #ocaml
thorat has quit [Changing host]
thorat has joined #ocaml
linshuai_irc has joined #ocaml
Tobu has quit [Ping timeout: 272 seconds]
asmanur3 has joined #ocaml
asmanur2 has quit [Ping timeout: 240 seconds]
avsm has quit [Quit: Leaving.]
Tobu has joined #ocaml
letrec has quit [Remote host closed the connection]
letrec has joined #ocaml
letrec has quit [Remote host closed the connection]
jamii has joined #ocaml
Tobu has quit [Ping timeout: 272 seconds]
Kakadu has quit [Quit: Page closed]
malc_ has quit [Quit: leaving]
letrec has joined #ocaml
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
avsm has joined #ocaml
linshuai_irc has left #ocaml []
thorat has quit [Quit: thorat]
zorun has quit [Read error: Connection reset by peer]
zorun has joined #ocaml
sebz has joined #ocaml
silver has quit [Remote host closed the connection]
<Drakken> does anyone know how to access the camlp4 lexer?
thorat has joined #ocaml
thorat has quit [Changing host]
thorat has joined #ocaml
Tobu has joined #ocaml
raichoo has quit [Quit: leaving]
sebz has quit [Quit: Computer has gone to sleep.]
<f[x]> Drakken, search the mailing list
<f[x]> it was discussed some time ago
Cyanure has quit [Ping timeout: 245 seconds]
silver has joined #ocaml
<Drakken> hmm... f[x] thank you. I found "Is it possible to extend OCaml lexer rules via Camlp4?": https://sympa-roc.inria.fr/wws/arc/caml-list/2011-11/msg00014.html
<Drakken> I'm surprised the lexer has gotten so little attention given how mature camlp4 is.
avsm has quit [Quit: Leaving.]
<thelema_> it's best not to change the lexer, otherwise the resulting language is significantly different from plain ocaml
Submarine has quit [Quit: Leaving]
cago has quit [Quit: Leaving.]
thorat has quit [Quit: thorat]
ulfdoz has joined #ocaml
edwin has quit [Remote host closed the connection]
edwin has joined #ocaml
antegallya has quit [Remote host closed the connection]
ulfdoz has quit [Ping timeout: 244 seconds]
ftrvxmtrx_ has quit [Quit: Leaving]
ulfdoz has joined #ocaml
letrec has quit [Ping timeout: 240 seconds]
ccc has left #ocaml []
antegallya has joined #ocaml
thorat has joined #ocaml
thorat has quit [Changing host]
thorat has joined #ocaml
tlockney_ is now known as tlockney
raichoo has joined #ocaml
thorat has quit [Quit: thorat]
raichoo_ has joined #ocaml
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
raichoo has quit [Ping timeout: 255 seconds]
ikaros has quit [Quit: Ex-Chat]
ikaros has joined #ocaml
avsm has joined #ocaml
thorat has joined #ocaml
sebz has joined #ocaml
Kakadu has joined #ocaml
Tobu has quit [Ping timeout: 248 seconds]
ttamttam has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
twittard has quit [Quit: twittard]
Transformer has joined #ocaml
Transformer has quit [Excess Flood]
ankit9 has joined #ocaml
antegallya has quit [Quit: Leaving.]
antegallya has joined #ocaml
hnrgrgr has quit [Remote host closed the connection]
twittard has joined #ocaml
_andre has quit [Quit: leaving]
sebz has joined #ocaml
mfp has quit [Quit: Leaving]
Drup has quit [Quit: Leaving.]
hnrgrgr has joined #ocaml
ttamttam has quit [Remote host closed the connection]
Xizor has joined #ocaml
<adrien> I think I found worse than debugging C binding for OCaml: C#
Snark has quit [Quit: Quitte]
<Kakadu> adrien: why?
<adrien> "Unhandled Exception: System.TypeLoadException: A type load exception has occurred."
<adrien> stracing mono revealed that I needed one assembly file to be placed somewhere else
<thelema_> I thought C#'s C bindings were "very nice"
<adrien> but the error itself meant nothing
<adrien> oh, I meant C# in general
<adrien> the error messages are pretty opaque
<thelema_> adrien: they're just written in a different language
<adrien> some exception really make no sense
sebz has quit [Quit: Computer has gone to sleep.]
Tobu has joined #ocaml
raichoo_ is now known as raichoo
ankit9 has quit [Quit: Leaving]
Kakadu has quit [Quit: Konversation terminated!]
Submarine has quit [Remote host closed the connection]
sebz has joined #ocaml
dsheets has quit [Quit: Leaving.]
dsheets has joined #ocaml
twittard has quit [Remote host closed the connection]
twittard has joined #ocaml
thorat has quit [Quit: thorat]
lamawithonel_ has quit [Ping timeout: 240 seconds]
raichoo has quit [Quit: Lost terminal]
ulfdoz has quit [Ping timeout: 240 seconds]
hcarty has quit [Ping timeout: 252 seconds]
avsm has quit [Quit: Leaving.]
silver has quit [Remote host closed the connection]
Tobu has quit [Read error: Operation timed out]
twittard has quit [Quit: twittard]
edwin has quit [Remote host closed the connection]
Tobu has joined #ocaml
Dettorer has quit [Quit: WeeChat 0.3.2]
Dettorer has joined #ocaml
alkoma has joined #ocaml
joewilliams has quit []
gildor has joined #ocaml
hcarty has joined #ocaml
joewilliams has joined #ocaml
ikaros has quit [Quit: Ex-Chat]
alkoma has left #ocaml []
antegallya has quit [Remote host closed the connection]
jamii has quit [Ping timeout: 240 seconds]
sebz has quit [Quit: Computer has gone to sleep.]
Xizor has quit []
milosn has quit [Ping timeout: 252 seconds]
coeus has joined #ocaml
coeus has left #ocaml []
mfp has joined #ocaml
srcerer has quit [Ping timeout: 252 seconds]
jonfk has joined #ocaml
Tobu has quit [Ping timeout: 272 seconds]
tautologico has joined #ocaml
blackdog_ has joined #ocaml
blackdog_ has quit [Quit: Leaving]