gildor changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | OCaml 3.12.0 http://bit.ly/aNZBUp
jakedouglas has joined #ocaml
_unK has quit [Read error: Connection reset by peer]
Edward_ has quit []
flux has quit [Read error: Connection reset by peer]
flux has joined #ocaml
mjonsson has quit [Read error: No route to host]
mjonsson has joined #ocaml
mjonsson has quit [Remote host closed the connection]
jakedouglas has quit [Quit: Leaving.]
mjonsson has joined #ocaml
ulfdoz has joined #ocaml
mjonsson has quit [Remote host closed the connection]
Snark has joined #ocaml
mjonsson has joined #ocaml
seafood has joined #ocaml
ygrek has joined #ocaml
ulfdoz has quit [Read error: Operation timed out]
mjonsson has quit [Quit: Leaving]
Yoric has joined #ocaml
coucou747 has joined #ocaml
ygrek has quit [Ping timeout: 245 seconds]
coucou747 has quit [Quit: 0x2a]
ftrvxmtrx has quit [Quit: Leaving]
f[x] has joined #ocaml
coucou747 has joined #ocaml
Yoric has quit [Quit: Yoric]
Amorphous has quit [Ping timeout: 245 seconds]
ygrek has joined #ocaml
f[x] has quit [Remote host closed the connection]
f[x] has joined #ocaml
ftrvxmtrx has joined #ocaml
ttamttam has joined #ocaml
ygrek has quit [Ping timeout: 245 seconds]
ikaros has joined #ocaml
Amorphous has joined #ocaml
flux has quit [Ping timeout: 272 seconds]
flux has joined #ocaml
seafood has quit [Quit: seafood]
seafood has joined #ocaml
Yoric has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
BiDOrD has quit [Ping timeout: 252 seconds]
Yoric_ has joined #ocaml
Yoric has quit [Read error: Connection reset by peer]
Yoric_ is now known as Yoric
munga has joined #ocaml
Yoric has quit [Read error: Connection reset by peer]
Yoric has joined #ocaml
BiDOrD has joined #ocaml
ygrek has joined #ocaml
th5 has joined #ocaml
th5_ has joined #ocaml
th5 has quit [Read error: Connection reset by peer]
th5_ is now known as th5
BiDOrD has quit [Ping timeout: 240 seconds]
BiDOrD has joined #ocaml
Snark has quit [Quit: Ex-Chat]
BiDOrD has quit [Ping timeout: 276 seconds]
BiDOrD has joined #ocaml
barismetin has joined #ocaml
seafood has quit [Quit: seafood]
yezariaely has joined #ocaml
_andre has joined #ocaml
thelema has quit [Remote host closed the connection]
thelema_ has joined #ocaml
ftrvxmtrx has quit [Read error: Connection reset by peer]
ftrvxmtrx has joined #ocaml
Yoric has quit [Read error: Connection reset by peer]
Yoric has joined #ocaml
ygrek has quit [Ping timeout: 245 seconds]
lpereira has joined #ocaml
lpereira has quit [Quit: Leaving.]
lpereira has joined #ocaml
yezariaely has left #ocaml []
yezariaely has joined #ocaml
<yezariaely> I want to convert float_of_string for german float seperator "," how can I do this? using standard linux locals does not work here.
_unK has joined #ocaml
yezariaely has quit [Read error: Connection reset by peer]
sepp2k has joined #ocaml
Yoric has quit [Read error: Connection reset by peer]
Yoric has joined #ocaml
nimred has quit [Quit: leaving]
nimred has joined #ocaml
munga has quit [Ping timeout: 276 seconds]
munga has joined #ocaml
mjonsson has joined #ocaml
ftrvxmtrx has quit [Ping timeout: 252 seconds]
<kaustuv> I can accept that Sys.sigint, etc. are the same across all platforms, but whose bright idea was it to make caml_convert_signal_number() private?
jakedouglas has joined #ocaml
ftrvxmtrx has joined #ocaml
ikaros has joined #ocaml
mjonsson has quit [Quit: Leaving]
<f[x]> MUA HA HA
mjonsson has joined #ocaml
mjonsson has quit [Remote host closed the connection]
joewilliams_away is now known as joewilliams
yezariaely has joined #ocaml
yezariaely has quit [Client Quit]
emmanuelux has joined #ocaml
<kaustuv> Screw it. Bug filed: http://caml.inria.fr/mantis/view.php?id=5157
<f[x]> having signalfd would be cool
* f[x] currently runs a tick timer event to receive signals in a libevent loop
<kaustuv> I have a binding already, but currently the signalfd_siginfo structure returned by a read() on a signalfd has native signal numbers, and I need Sys numbers
<f[x]> copy paste ftw!
avsm has joined #ocaml
smimou has joined #ocaml
smimou has quit [Changing host]
smimou has joined #ocaml
Yoric has quit [Read error: Connection reset by peer]
Yoric has joined #ocaml
ccasin__ has joined #ocaml
ccasin__ has quit [Quit: Leaving]
ftrvxmtrx has quit [Read error: Connection reset by peer]
Modius has joined #ocaml
ftrvxmtrx has joined #ocaml
hto has quit [Quit: Lost terminal]
barismetin has quit [Remote host closed the connection]
hto has joined #ocaml
thelema_ is now known as thelema
<kaustuv> f[x]: http://www.lix.polytechnique.fr/~kaustuv/misc/ocaml-signalfd-0.01.tar.gz if you want to give it a spin. I'll patch it up for extunix later in the week.
ftrvxmtrx has quit [Quit: Leaving]
ztfw has joined #ocaml
<flux> yes, the ocaml c interface could use some love
ulfdoz has joined #ocaml
<flux> mostly in the form of externalizing used internal helper functions
boscop has joined #ocaml
boscop_ has quit [Ping timeout: 245 seconds]
<kaustuv> (I had almost forgotten how nitpicky ocamldoc was...)
<flux> looks nice, if you're into signal handling
<flux> how much people do that anyway?-)
asmanur_ has joined #ocaml
<kaustuv> It's great because you can have a single select() loop in your entire program to cover signals, messages, events, timers, communication, and so on
<kaustuv> Perfect for the cooperating threads, for example
<flux> it's nice, true
asmanur has quit [Ping timeout: 245 seconds]
<flux> how about adding support for non-linux systems in that way?
<flux> or would it be glitchy..
DimitryKakadu has joined #ocaml
<sgnb> the pb was that even on linux, it is not supported everywhere
<sgnb> (I mean, it was at the time a very recent feature)
<sgnb> >= 2.6.27 IIRC
<sgnb> it would be nice if there was a reliable runtime check
init1 has joined #ocaml
<kaustuv> Eventually we will be able to set t_0 to be >= 2.6.27. The bigger issue all these nonstandard fds are, well, not standardized.
avsm has quit [Quit: Leaving.]
th5 has quit [Ping timeout: 240 seconds]
Yoric has quit [Quit: Yoric]
ttamttam has quit [Remote host closed the connection]
lpereira has quit [Quit: Leaving.]
ygrek has joined #ocaml
ygrek has quit [Remote host closed the connection]
munga has quit [Ping timeout: 240 seconds]
Yoric has joined #ocaml
Snark has joined #ocaml
avsm has joined #ocaml
<hcarty> http://caml.inria.fr/cgi-bin/viewcvs.cgi/ocaml/branches/implicit-unpack/ -- This looks like it could make first class module syntax a bit easier to work with, if I understand it correctly.
ygrek has joined #ocaml
ygrek has quit [Ping timeout: 245 seconds]
fraggle_ has quit [Ping timeout: 240 seconds]
fraggle_ has joined #ocaml
yezariaely has joined #ocaml
avsm has quit [Quit: Leaving.]
Snark has quit [Quit: Ex-Chat]
fraggle_ has quit [Excess Flood]
fraggle_ has joined #ocaml
ftrvxmtrx has joined #ocaml
munga has joined #ocaml
m00kie has joined #ocaml
m00kie has left #ocaml []
init1 has quit [Quit: Quitte]
ztfw has quit [Remote host closed the connection]
yezariaely has quit [Quit: Leaving.]
munga has quit [Ping timeout: 240 seconds]
avsm has joined #ocaml
nagnatron has joined #ocaml
_andre has quit [Quit: *puff*]
smimou has quit [Quit: bli]
nagnatron has quit [Ping timeout: 240 seconds]
avsm has quit [Quit: Leaving.]
<hcarty> gildor: Are you the maintainer of the ocaml-fileutils package in GODI?
snarkyboojum has quit [Ping timeout: 240 seconds]
ulfdoz has quit [Ping timeout: 240 seconds]
DimitryKakadu has quit [Remote host closed the connection]
snarkyboojum has joined #ocaml
<gildor> hcarty: no
<gildor> hcarty: I don't know who upload ocaml-fileutils to GODI
<gildor> hcarty: AFAIR, it was to package ocaml-getttext
avsm has joined #ocaml
snarkyboojum has quit [Ping timeout: 240 seconds]
<hcarty> gildor: Ok, thanks
<hcarty> The package lists you as the maintainer. I'm not sure if there is a way to check who actually added it.
jakedouglas has quit [Quit: Leaving.]
Yoric has quit [Quit: Yoric]
<gildor> hcarty: have a look in the commit of the svn
<hcarty> gildor: I plan to once I get back to my computer - I don't have my GODI access setup on this system
snarkyboojum has joined #ocaml
snarkyboojum has quit [Ping timeout: 252 seconds]
<gildor> hcarty: wait a second
<gildor> hcarty: it is gremlin
<gildor> hcarty: don't know who he is
<hcarty> gildor: Neither do I
snarkyboojum has joined #ocaml
<gildor> hcarty: do you plan to use ocaml-fileutils?
<hcarty> gildor: Indeed!
<gildor> great
valross has joined #ocaml
<gildor> hcarty: don't hesitate to bug me, I plan to do some works on ocaml-fileutils in a mid-term future
<gildor> hcarty: I will probably try to adapt it to lwt
<hcarty> gildor: Thank you. I certainly will if anything comes up
<gildor> hcarty: BTW I answered your bug on the forge
<hcarty> I have some projects coming up which, I hope, will give me a chance to try out Lwt
<gildor> lwt won't be required, but there will be a mode where you can use it
<hcarty> gildor: I replied back :-) Sorry for the poor wording on my part - your reply is exactly what I'm hoping for.
<gildor> e.g. -package fileutils.lwt
<gildor> ok, that is great
<gildor> it is simple to implement and will give me an additional goal when adpatating it to oasis
snarkyboojum has quit [Ping timeout: 264 seconds]
jakedouglas has joined #ocaml
seafood has joined #ocaml
snarkyboojum has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
munga has joined #ocaml
snarkyboojum has quit [Ping timeout: 276 seconds]
CoryD has joined #ocaml
jakedouglas has quit [Quit: Leaving.]
nagnatron has joined #ocaml
snarkyboojum has joined #ocaml
snarkyboojum has quit [Ping timeout: 252 seconds]
jakedouglas has joined #ocaml