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
wormphlegm has joined #ocaml
lopex has quit []
dnolen has joined #ocaml
joewilliams_away is now known as joewilliams
lamawithonel__ has quit [Ping timeout: 255 seconds]
jamii has quit [Ping timeout: 258 seconds]
dnolen has quit [Quit: dnolen]
joewilliams is now known as joewilliams_away
lamawithonel has joined #ocaml
ulfdoz has quit [Ping timeout: 260 seconds]
dnolen has joined #ocaml
dnolen has quit [Quit: dnolen]
ygrek has joined #ocaml
ygrek has quit [Ping timeout: 250 seconds]
wormphlegm has quit [Ping timeout: 240 seconds]
edwin has joined #ocaml
ankit9 has joined #ocaml
ikaros has joined #ocaml
<adrien> I really hate the additional steps required to compile Qt code in C++, it seems equally bad to glib's complete type system to me
edwin has quit [Remote host closed the connection]
edwin has joined #ocaml
larhat has joined #ocaml
taupin has joined #ocaml
ftrvxmtrx has quit [Quit: This computer has gone to sleep]
Tianon has joined #ocaml
Tianon has quit [Changing host]
Tianon has joined #ocaml
ankit9 has quit [Quit: Leaving]
ftrvxmtrx has joined #ocaml
ikaros has quit [Quit: Ex-Chat]
ankit9 has joined #ocaml
avsm has joined #ocaml
Amorphous has quit [Ping timeout: 255 seconds]
Amorphous has joined #ocaml
hnrgrgr has quit [Remote host closed the connection]
Anarchos has joined #ocaml
_andre has joined #ocaml
lopex has joined #ocaml
hnrgrgr has joined #ocaml
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
wkr has joined #ocaml
<wkr> bonjour
<krktz> :)
<adrien> matin
<wkr> C'est plutôt francophone ou anglophone ici ?
<adrien> anglophone ; francophone y'a aussi le canal d'à côté, #ocaml-fr
<wkr> ok merci
<wkr> I can try both
ankit9 has quit [Remote host closed the connection]
ankit9 has joined #ocaml
rothwell has quit [Ping timeout: 255 seconds]
rothwell has joined #ocaml
digimmortal has joined #ocaml
Snark_ has joined #ocaml
Snark_ is now known as Snark
digimmortal has quit [Remote host closed the connection]
cthuluh has quit [Remote host closed the connection]
lamawithonel has quit [Ping timeout: 255 seconds]
chambart has quit [Ping timeout: 240 seconds]
chambart has joined #ocaml
wkr has quit [Remote host closed the connection]
nejimban has joined #ocaml
cthuluh has joined #ocaml
nejimban has quit [*.net *.split]
lopex has quit []
sepp2k has joined #ocaml
impulse has quit [Ping timeout: 264 seconds]
lamawithonel has joined #ocaml
impy has joined #ocaml
lamawithonel has quit [Remote host closed the connection]
larhat has quit [Quit: Leaving.]
lopex has joined #ocaml
lamawithonel has joined #ocaml
iratsu has joined #ocaml
ankit9 has quit [Quit: Leaving]
joewilliams_away is now known as joewilliams
lamawithonel has quit [Ping timeout: 255 seconds]
iratsu has quit [Ping timeout: 250 seconds]
alfa_y_omega has quit [Ping timeout: 276 seconds]
ftrvxmtrx has quit [Quit: This computer has gone to sleep]
alfa_y_omega has joined #ocaml
lamawithonel has joined #ocaml
mjonsson has joined #ocaml
avsm has quit [Quit: Leaving.]
lamawithonel has quit [Ping timeout: 252 seconds]
lamawithonel has joined #ocaml
lamawithonel has quit [Ping timeout: 255 seconds]
jamii has joined #ocaml
ankit9 has joined #ocaml
jamii has quit [Ping timeout: 258 seconds]
alfa_y_omega has quit [Read error: Operation timed out]
alfa_y_omega has joined #ocaml
ftrvxmtrx has joined #ocaml
sheets has quit [Ping timeout: 252 seconds]
sheets has joined #ocaml
nejimban has joined #ocaml
ulfdoz has joined #ocaml
jamii has joined #ocaml
thelema_ has joined #ocaml
mjonsson_ has joined #ocaml
hyperbor1ean has joined #ocaml
bitbckt_ has joined #ocaml
haelix_ has joined #ocaml
__mattam__ has joined #ocaml
rixed has joined #ocaml
thelema has quit [Ping timeout: 240 seconds]
Goncalo has quit [Ping timeout: 240 seconds]
Xaseron has quit [Ping timeout: 240 seconds]
f[x] has quit [Ping timeout: 240 seconds]
mattam has quit [Ping timeout: 240 seconds]
haelix has quit [Ping timeout: 240 seconds]
bitbckt has quit [Ping timeout: 240 seconds]
alfa_y_omega has quit [Ping timeout: 240 seconds]
mjonsson has quit [Ping timeout: 240 seconds]
Amorphous has quit [Ping timeout: 240 seconds]
hyperboreean has quit [Ping timeout: 240 seconds]
rixed_ has quit [Ping timeout: 240 seconds]
Xaseron has joined #ocaml
f[x] has joined #ocaml
Amorphous has joined #ocaml
alfa_y_omega has joined #ocaml
jamii has quit [Ping timeout: 276 seconds]
Goncalo has joined #ocaml
sepp2k has quit [Ping timeout: 255 seconds]
jamii has joined #ocaml
ikaros has joined #ocaml
sepp2k has joined #ocaml
lopexx has joined #ocaml
jamii has quit [Ping timeout: 240 seconds]
lopex has quit [Ping timeout: 250 seconds]
bitbckt_ is now known as bitbckt
bitbckt has quit [Changing host]
bitbckt has joined #ocaml
lopexx has quit []
lopex has joined #ocaml
<adrien> I've been trying to stack overflow with "let () = Gc.set { (Gc.get ()) with Gc.stack_limit = 1 }" but it doesn't seem to work (ocamlc/ocaml), does anyone know why?
<adrien> (I'm trying to find out how much stack I need)
<thelema_> well, it definitely doesn't work with native code... as for bytecode - maybe there's a minimum stack size
<thelema_> hmm, doesn't seem to be...
<thelema_> oh.
<thelema_> if (new_max_size < size) new_max_size = size;
<thelema_> you're not allowed to decrease the stack size.
<adrien> you can only increase it? :o
<adrien> well, thanks, that explains it
<adrien> I'm making a custom list model in lablgtk (will try to make it work with FRP so it maps seamlessly to regular ocaml data structures) and it segfaults in native code, but I've also managed to make it segfault in bytecode too
<adrien> (it segfaults in gtk)
<thelema_> and you think the segfaults are stack overflow?
<adrien> I was wondering but everything should be tail-rec
<thelema_> good luck
lamawithonel has joined #ocaml
lamawithonel has quit [Ping timeout: 255 seconds]
avsm has joined #ocaml
<adrien> thanks
<taupin> thelema_: do Batteries authors plan to use more module parametrization with OCaml 3.12 ?
<taupin> like EQ or ORDERING signatures
jamii has joined #ocaml
Snark has quit [Quit: Ex-Chat]
lamawithonel has joined #ocaml
lamawithonel has quit [Remote host closed the connection]
jamii has quit [Ping timeout: 258 seconds]
sheets has quit [Ping timeout: 252 seconds]
jamii has joined #ocaml
_andre has quit [Quit: leaving]
sheets has joined #ocaml
Tobu has joined #ocaml
lamawithonel has joined #ocaml
lamawithonel has quit [Read error: Connection reset by peer]
lamawithonel has joined #ocaml
lamawithonel has quit [Remote host closed the connection]
lamawithonel has joined #ocaml
wormphlegm has joined #ocaml
wormphlegm has quit [Ping timeout: 246 seconds]
lamawithonel has quit [Ping timeout: 255 seconds]
lamawithonel has joined #ocaml
lamawithonel has quit [Remote host closed the connection]
lamawithonel has joined #ocaml
Anarchos has joined #ocaml
lamawithonel has quit [Remote host closed the connection]
lamawithonel has joined #ocaml
lamawithonel has quit [Remote host closed the connection]
lamawithonel has joined #ocaml
lamawithonel has quit [Read error: Connection reset by peer]
lamawithonel has joined #ocaml
lamawithonel has quit [Read error: Connection reset by peer]
lamawithonel has joined #ocaml
lamawithonel has quit [Ping timeout: 255 seconds]
avsm has quit [Quit: Leaving.]
avsm has joined #ocaml
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
ulfdoz has quit [Ping timeout: 276 seconds]
lamawithonel has joined #ocaml
lamawithonel_ has joined #ocaml
lamawithonel has quit [Remote host closed the connection]
lamawithonel_ has quit [Read error: Connection reset by peer]
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Remote host closed the connection]
lamawithonel__ has joined #ocaml
iratsu has joined #ocaml
lamawithonel__ has quit [Ping timeout: 255 seconds]
<adrien> hmph, the segfault might be in caml_get_public_method()
SoftTimur has joined #ocaml
<adrien> I can probably get away with recompiling only lablgtk, and since it's in godi and can pull from a git repository, it's going to be much handier
<SoftTimur> Hello all, I am looking for a svn (or rapidsvn or kdesvn) channel, does anyone know one?
lamawithonel__ has joined #ocaml
lamawithonel__ has quit [Remote host closed the connection]
lamawithonel__ has joined #ocaml
lamawithonel__ has quit [Remote host closed the connection]
lamawithonel__ has joined #ocaml
lamawithonel__ has quit [Read error: Connection reset by peer]
lamawithonel__ has joined #ocaml
lamawithonel__ has quit [Read error: Connection reset by peer]
lamawithonel__ has joined #ocaml
lamawithonel has joined #ocaml
lamawithonel__ has quit [Remote host closed the connection]
lamawithonel has quit [Read error: Connection reset by peer]
lamawithonel has joined #ocaml
lamawithonel_ has joined #ocaml
lamawithonel has quit [Read error: Connection reset by peer]
lamawithonel_ has quit [Remote host closed the connection]
edwin has quit [Remote host closed the connection]
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Remote host closed the connection]
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Remote host closed the connection]
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Ping timeout: 255 seconds]
rothwell has quit [Ping timeout: 258 seconds]
lamawithonel_ has joined #ocaml
lamawithonel__ has joined #ocaml
rothwell has joined #ocaml
rothwell has quit [Changing host]
rothwell has joined #ocaml
lamawithonel__ has quit [Read error: Connection reset by peer]
lamawithonel__ has joined #ocaml
lamawithonel__ has quit [Remote host closed the connection]
lamawithonel_ has quit [Remote host closed the connection]
eb4890 has joined #ocaml
lamawithonel__ has joined #ocaml
lamawithonel has joined #ocaml
lamawithonel__ has quit [Ping timeout: 255 seconds]
cthuluh has quit [Remote host closed the connection]
cthuluh has joined #ocaml
iratsu has quit [Ping timeout: 276 seconds]
iratsu has joined #ocaml
lamawithonel has quit [Ping timeout: 255 seconds]
lamawithonel has joined #ocaml
lamawithonel has quit [Remote host closed the connection]
lamawithonel has joined #ocaml
lamawithonel has quit [Remote host closed the connection]
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Read error: Connection reset by peer]
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Remote host closed the connection]
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Remote host closed the connection]
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Read error: Connection reset by peer]
rgee has quit [Read error: Connection reset by peer]
rgee has joined #ocaml
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Remote host closed the connection]
jamii has quit [Ping timeout: 258 seconds]
lamawithonel_ has joined #ocaml
lamawithonel__ has joined #ocaml
lamawithonel_ has quit [Remote host closed the connection]
lamawithonel__ has quit [Read error: Connection reset by peer]
lamawithonel__ has joined #ocaml
zorun has quit [Ping timeout: 264 seconds]
lamawithonel__ has quit [Remote host closed the connection]
lamawithonel__ has joined #ocaml
lamawithonel__ has quit [Remote host closed the connection]
lamawithonel__ has joined #ocaml
lamawithonel has joined #ocaml
lamawithonel__ has quit [Remote host closed the connection]
lamawithonel has quit [Read error: Connection reset by peer]
lamawithonel has joined #ocaml
lamawithonel has quit [Read error: Connection reset by peer]
lamawithonel has joined #ocaml
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Read error: Connection reset by peer]
lamawithonel_ has joined #ocaml
lamawithonel has quit [Remote host closed the connection]
lamawithonel_ has quit [Remote host closed the connection]
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Remote host closed the connection]
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Read error: Connection reset by peer]
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Remote host closed the connection]
lamawithonel_ has joined #ocaml
lamawithonel__ has joined #ocaml
ikaros has quit [Quit: Ex-Chat]
lamawithonel__ has quit [Read error: Connection reset by peer]
lamawithonel__ has joined #ocaml
lamawithonel_ has quit [Ping timeout: 255 seconds]
lamawithonel__ has quit [Remote host closed the connection]
lamawithonel__ has joined #ocaml
lamawithonel__ has quit [Read error: Connection reset by peer]
ftrvxmtrx has quit [Quit: Leaving]
lamawithonel__ has joined #ocaml
lamawithonel__ has quit [Remote host closed the connection]
lamawithonel__ has joined #ocaml
lamawithonel__ has quit [Read error: Connection reset by peer]
lamawithonel__ has joined #ocaml
lamawithonel has joined #ocaml
lamawithonel has quit [Read error: Connection reset by peer]
lamawithonel_ has joined #ocaml
lamawithonel__ has quit [Ping timeout: 255 seconds]
lamawithonel_ has quit [Remote host closed the connection]
lamawithonel_ has joined #ocaml
lamawithonel_ has quit [Remote host closed the connection]
lamawithonel__ has joined #ocaml
lamawithonel has joined #ocaml
lamawithonel__ has quit [Ping timeout: 276 seconds]
lamawithonel has quit [Read error: Connection reset by peer]
lamawithonel has joined #ocaml
lamawithonel has quit [Read error: Connection reset by peer]
lopexx has joined #ocaml
lopex has quit [Ping timeout: 258 seconds]
avsm has quit [Quit: Leaving.]
lamawithonel has joined #ocaml
lamawithonel has quit [Ping timeout: 255 seconds]
rothwell has quit [Remote host closed the connection]
SoftTimur has left #ocaml []
joewilliams is now known as joewilliams_away
Modius has joined #ocaml