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
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
Anarchos has joined #ocaml
<Anarchos> My interpret in MMIX is able to log the two first debug messages of ocamlrund, one being a fprintf with format :)
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
mattrepl has quit [Quit: mattrepl]
ivan\_ has joined #ocaml
svenl has quit [Disconnected by services]
svenl has joined #ocaml
dgfitch has joined #ocaml
tlockney_ has joined #ocaml
strlen has quit [*.net *.split]
cdidd has quit [*.net *.split]
Drakken has quit [*.net *.split]
ivan\ has quit [*.net *.split]
abeaulieu has quit [*.net *.split]
tlockney has quit [*.net *.split]
dgfitch_ has quit [*.net *.split]
ivan\_ is now known as ivan\
strlen has joined #ocaml
abeaulieu has joined #ocaml
Drakken has joined #ocaml
madroach has quit [Ping timeout: 265 seconds]
madroach has joined #ocaml
Ptival has quit [Ping timeout: 264 seconds]
emmanuelux has quit [Ping timeout: 265 seconds]
mattrepl has joined #ocaml
<hcarty> I think I killed oasis-db by uploading omake
<hcarty> thelema: ^^ in case you run into it
<thelema> hcarty: well... I see.
<thelema> omake already existed as a virtual project; maybe that was it.
Progster has quit [Ping timeout: 260 seconds]
<thelema> hcarty: or maybe gildor broke it with his recent commits
wagle has quit [Remote host closed the connection]
Yoric has joined #ocaml
Yoric has quit [Remote host closed the connection]
Yoric has joined #ocaml
wagle has joined #ocaml
mattrepl has quit [Quit: mattrepl]
wagle has quit [Read error: Connection reset by peer]
ankit9 has joined #ocaml
Submarine has quit [Ping timeout: 244 seconds]
ulfdoz has joined #ocaml
ulfdoz has quit [Ping timeout: 248 seconds]
wagle has joined #ocaml
Yoric has quit [Ping timeout: 246 seconds]
pango is now known as pangoafk
ocp has joined #ocaml
wagle has quit [Remote host closed the connection]
cago has joined #ocaml
mika1 has joined #ocaml
eni has joined #ocaml
dropdrive has quit [Ping timeout: 248 seconds]
djcoin has joined #ocaml
dropdrive has joined #ocaml
tchell has quit [Ping timeout: 252 seconds]
tchell has joined #ocaml
eikke has joined #ocaml
Ptival has joined #ocaml
dropdrive has quit [Ping timeout: 272 seconds]
Cyanure has joined #ocaml
dropdrive has joined #ocaml
leoncamel has joined #ocaml
ontologiae has joined #ocaml
Chambart has joined #ocaml
Kakadu has joined #ocaml
Kakadu has quit [Client Quit]
sepp2k has joined #ocaml
tww has joined #ocaml
ankit9 has quit [Ping timeout: 246 seconds]
ankit9 has joined #ocaml
ivan\ has quit [Ping timeout: 245 seconds]
ivan\ has joined #ocaml
beckerb_ has joined #ocaml
UncleVasya has joined #ocaml
Yoric has joined #ocaml
eni has quit [Ping timeout: 260 seconds]
dropdrive has quit [Ping timeout: 240 seconds]
Yoric has quit [Remote host closed the connection]
Yoric has joined #ocaml
Tinned_Tuna has joined #ocaml
cdidd has joined #ocaml
TDJACR has joined #ocaml
_andre has joined #ocaml
UncleVasya has quit [Ping timeout: 240 seconds]
dropdrive has joined #ocaml
Anarchos has joined #ocaml
eni has joined #ocaml
jave has quit [Read error: Connection reset by peer]
jave_ has joined #ocaml
leoncame` has joined #ocaml
Cyanure has quit [Remote host closed the connection]
Cyanure has joined #ocaml
leoncamel has quit [*.net *.split]
tww has quit [Remote host closed the connection]
iago has joined #ocaml
alexey has quit [Quit: leaving]
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
Cyanure has quit [Remote host closed the connection]
jmcarthur has quit [Read error: Connection reset by peer]
jmcarthur has joined #ocaml
jmcarthur has quit [Read error: Connection reset by peer]
Kakadu has joined #ocaml
jmcarthur has joined #ocaml
jmcarthur has quit [Read error: Connection reset by peer]
Snark has joined #ocaml
jmcarthur has joined #ocaml
<fx_> hm, is this normal : http://paste.in.ua/4663/ ?
<thelema> sorry, I don't know metaocaml
<_andre> running my program under valgrind generates some "possibly lost" blocks from ocaml's bigarray code
<_andre> is that expected because GC hadn't run yet?
<thelema> _andre: probably. try Gc.compact() at the end of your code
iago has quit [Ping timeout: 246 seconds]
mattrepl has joined #ocaml
Kakadu has quit [Ping timeout: 246 seconds]
UncleVasya has joined #ocaml
eni has quit [Ping timeout: 248 seconds]
jmcarthur has quit [Read error: Connection reset by peer]
Progster has joined #ocaml
iago has joined #ocaml
Cyanure has joined #ocaml
jmcarthur has joined #ocaml
<hcarty> thelema: I emailed gildor and he restarted oasis-db. I'll wait to try to upload omake again until he's around to actively restart the system.
jmcarthur has quit [Read error: Connection reset by peer]
jmcarthur has joined #ocaml
jmcarthur has quit [Read error: Connection reset by peer]
lusory has joined #ocaml
Yoric has quit [Ping timeout: 246 seconds]
Yoric has joined #ocaml
paolooo has joined #ocaml
<thelema> hcarty: in 'external program management', maybe remove 'omake' right before uploading it.
jmcarthur has joined #ocaml
<hcarty> thelema: Good idea
err404 has joined #ocaml
eikke has quit [Ping timeout: 246 seconds]
Cyanure has quit [Remote host closed the connection]
jmcarthur has quit [Read error: Connection reset by peer]
jmcarthur has joined #ocaml
tlockney_ is now known as tlockney
<hcarty> "match x with Foo (Bar | Baz) -> ..." works fine, but "match x with Foo ( | Bar | Baz) -> ..." does not
eikke has joined #ocaml
jmcarthur has quit [Read error: Connection reset by peer]
<hcarty> That seems like an odd exception to the leading-pipe on matches case
<hcarty> The second version looks ugly on one line like that, but consistent when split over multiple lines.
<thelema> hcarty: Foo (Bar | Baz) -> is nested, i.e. Foo of (Bar | Baz), no?
<hcarty> thelema: Yes
<thelema> ah, you want | in your nested...
<hcarty> Or Foo of bar_baz_t...
<hcarty> Yes
<thelema> I was thinking the second would be just a parenthesization of Foo | Bar | Baz
<hcarty> Ah, no, although perhaps that's why it's not allowed?
<hcarty> Or it could be an oversight
<thelema> pattern-matching::=[ | ] pattern [when expr] -> expr { | pattern [when expr] -> expr }
err404 has quit [Remote host closed the connection]
<thelema> so the leading | is part of the pattern matching
<thelema> while in pattern, we have: pattern ::= ... pattern | pattern
<thelema> so clearly no leading | within ()
<hcarty> thelema: Thanks - I should have thought to look at the manual.
<hcarty> What is that ... diagram? ... called? BNF or something like that?
<thelema> yes, it's a BNF (or EBNF) representation of the grammar rules
<hcarty> Thanks
<thelema> if leading | were allowed, one might end up with .. | | Foo ->
jmcarthur has joined #ocaml
err404 has joined #ocaml
ankit9 has quit [Ping timeout: 246 seconds]
ankit9 has joined #ocaml
jmcarthur has quit [Read error: Connection reset by peer]
eni has joined #ocaml
rossberg has quit [Remote host closed the connection]
jmcarthur has joined #ocaml
Cyanure has joined #ocaml
mika1 has quit [Quit: Leaving.]
bddn has quit [Ping timeout: 264 seconds]
cago has quit [Quit: Leaving.]
mnabil has joined #ocaml
jmcarthur has quit [Read error: Connection reset by peer]
Chambart has quit [Ping timeout: 255 seconds]
jmcarthur has joined #ocaml
jmcarthur has quit [Read error: Connection reset by peer]
eikke has quit [Ping timeout: 240 seconds]
djcoin has quit [Quit: WeeChat 0.3.2]
ankit9 has quit [Ping timeout: 246 seconds]
sepp2k has quit [Ping timeout: 246 seconds]
bddn has joined #ocaml
jmcarthur has joined #ocaml
ankit9 has joined #ocaml
sepp2k has joined #ocaml
ocp has left #ocaml []
milosn has quit [Read error: Connection reset by peer]
ankit9 has quit [Ping timeout: 252 seconds]
milosn has joined #ocaml
ankit9 has joined #ocaml
ankit9 has quit [Quit: Leaving]
Obfuscate has quit [Quit: WeeChat 0.3.8]
pangoafk is now known as pango
Obfuscate has joined #ocaml
sgnb has quit [Read error: Connection reset by peer]
sgnb has joined #ocaml
sgnb has quit [Read error: Connection reset by peer]
sgnb has joined #ocaml
sgnb has quit [Read error: Connection reset by peer]
sgnb has joined #ocaml
ontologiae has quit [Ping timeout: 240 seconds]
tib has joined #ocaml
tib has quit [Client Quit]
iago has quit [Read error: Connection reset by peer]
Snark has quit [Quit: Quitte]
wagle has joined #ocaml
abeaulieu has quit [Read error: Operation timed out]
dnm_ has quit [Ping timeout: 246 seconds]
NaCl has quit [Ping timeout: 245 seconds]
mal``` has quit [Ping timeout: 265 seconds]
seanmcl has joined #ocaml
seanmcl has quit [Quit: seanmcl]
leoncame` has quit [Ping timeout: 255 seconds]
eni has quit [Ping timeout: 248 seconds]
iago has joined #ocaml
paolooo has quit [Ping timeout: 245 seconds]
wagle has quit [Remote host closed the connection]
dnm has joined #ocaml
wagle has joined #ocaml
dnm is now known as Guest29583
abeaulieu has joined #ocaml
NaCl has joined #ocaml
NaCl has quit [Changing host]
NaCl has joined #ocaml
mal`` has joined #ocaml
Yoric has quit [Ping timeout: 276 seconds]
Yoric has joined #ocaml
err404 has quit [Read error: Connection reset by peer]
_andre has quit [Quit: leaving]
Yoric has quit [Quit: Instantbird 1.3a1pre -- http://www.instantbird.com]
Yoric has joined #ocaml
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
tib has joined #ocaml
paolooo has joined #ocaml
Anarchos has joined #ocaml
err404 has joined #ocaml
tib has left #ocaml []
smondet has quit [Quit: gotta go home]
err404 has quit [Remote host closed the connection]
eni has joined #ocaml
Drakken has quit [Ping timeout: 245 seconds]
UncleVasya has quit [Quit: UncleVasya]
Submarine has quit [Quit: Leaving]
Yoric has quit [Ping timeout: 250 seconds]
Yoric has joined #ocaml
eikke has joined #ocaml
Drakken has joined #ocaml
Progster has quit [Ping timeout: 252 seconds]
sepp2k has quit [Quit: Leaving.]
wmeyer has joined #ocaml
thelema has quit [Remote host closed the connection]
thelema_ has joined #ocaml
Cyanure has quit [Remote host closed the connection]
eikke has quit [Ping timeout: 246 seconds]