lapinou changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | http://www.ocaml.org | OCaml 4.01.0 announce at http://bit.ly/1851A3R | Public logs at http://tunes.org/~nef/logs/ocaml/
jonludlam has joined #ocaml
Yoric has quit [Ping timeout: 246 seconds]
lostcuaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
thomasga has joined #ocaml
aurynj has joined #ocaml
jwatzman|work has quit [Quit: jwatzman|work]
csakatoku has joined #ocaml
csakatoku has quit [Remote host closed the connection]
madroach has quit [Ping timeout: 252 seconds]
madroach has joined #ocaml
jonludlam has quit [Remote host closed the connection]
NoNNaN has quit [Remote host closed the connection]
NoNNaN has joined #ocaml
thomasga has quit [Quit: Leaving.]
rand000 has quit [Quit: leaving]
jao has quit [Ping timeout: 255 seconds]
lostcuaz has joined #ocaml
WraithM has quit [Ping timeout: 240 seconds]
Simn has quit [Quit: Leaving]
csakatoku has joined #ocaml
thomasga has joined #ocaml
thomasga has quit [Client Quit]
<bernardofpc> I have a strange issue
<bernardofpc> some code compiled in x86_64 works OK (as far as I used it, it produced verified correct results)
araujo has quit [Read error: Connection reset by peer]
<bernardofpc> in i386, it bails out with Exception: Invalid_argument "index out of bounds".
araujo has joined #ocaml
<bernardofpc> I'm using a 1M array
<Anarchos> int limits are not the same on x86_64 and i386 for ocaml
<bernardofpc> right, but I didn't expect that 1M would blow that away
claudiuc has quit [Remote host closed the connection]
<Anarchos> bernardofpc array indices are limited, it is explain in the ocaml manual
<bernardofpc> it's different when I try to use a 2M array
<bernardofpc> this one bails out with "too large for array"
<bernardofpc> but my bug is no ton the Array.make
<bernardofpc> *not on
<bernardofpc> that's strange
nikki93 has joined #ocaml
<bernardofpc> Anarchos: I was bit by (n / (a*b)) != (n/a)/b
<bernardofpc> in x86_64, a*b did not overflow, so it produced the right (empty) iteration
Anarchos has quit [Quit: Vision[0.9.7-H-20140108]: i've been blurred!]
thomasga has joined #ocaml
q66 has quit [Quit: Leaving]
johnelse has quit [Quit: leaving]
gn00ber2 has joined #ocaml
gn00ber has quit [Ping timeout: 240 seconds]
divyanshu has joined #ocaml
mars000 has joined #ocaml
nikki93 has quit [Remote host closed the connection]
csakatoku has quit [Remote host closed the connection]
csakatoku has joined #ocaml
csakatoku has quit [Remote host closed the connection]
csakatoku has joined #ocaml
thomasga has quit [Quit: Leaving.]
thomasga has joined #ocaml
nikki93 has joined #ocaml
csakatoku has quit [Remote host closed the connection]
jao has joined #ocaml
jao has quit [Changing host]
jao has joined #ocaml
nikki93 has quit [Remote host closed the connection]
Myk267 has quit [Quit: Myk267]
divyanshu has quit [Ping timeout: 265 seconds]
nikki93_ has joined #ocaml
divyanshu has joined #ocaml
nikki93_ has quit [Remote host closed the connection]
shinnya has quit [Ping timeout: 240 seconds]
shinnya has joined #ocaml
thomasga has quit [Quit: Leaving.]
csakatoku has joined #ocaml
csakatoku has quit [Remote host closed the connection]
AltGr has left #ocaml []
dsheets has quit [Ping timeout: 245 seconds]
jao has quit [Ping timeout: 268 seconds]
araujo has quit [Quit: Leaving]
mars000 has quit [Read error: Connection reset by peer]
yacks has joined #ocaml
lostcuaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ygrek has joined #ocaml
aurynj has quit [Quit: Leaving]
divyanshu has quit [Quit: Computer has gone to sleep.]
csakatoku has joined #ocaml
axiles has joined #ocaml
ygrek has quit [Ping timeout: 268 seconds]
Kakadu has joined #ocaml
talzeus has quit [Read error: Connection reset by peer]
zzing has joined #ocaml
ggole has joined #ocaml
demonimin has quit [Ping timeout: 246 seconds]
rossberg_ has quit [Ping timeout: 245 seconds]
demonimin has joined #ocaml
vkz has quit [Read error: No route to host]
csakatoku has quit [Remote host closed the connection]
csakatoku has joined #ocaml
ruzu has quit [Read error: Connection reset by peer]
ruzu has joined #ocaml
yacks has quit [Ping timeout: 240 seconds]
yacks has joined #ocaml
zzing has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Hannibal_Smith has joined #ocaml
angerman has joined #ocaml
willy_ has joined #ocaml
csakatoku has quit [Remote host closed the connection]
csakatoku has joined #ocaml
csakatoku has quit [Remote host closed the connection]
csakatoku has joined #ocaml
ollehar has joined #ocaml
<willy_> bonjour
ollehar has quit [Read error: Connection reset by peer]
maattdd has joined #ocaml
divyanshu has joined #ocaml
csakatoku has quit [Remote host closed the connection]
nikki93 has joined #ocaml
claudiuc has joined #ocaml
siddharthv_away has quit [Ping timeout: 252 seconds]
Myk267 has joined #ocaml
Simn has joined #ocaml
nikki93 has quit [Remote host closed the connection]
talzeus has joined #ocaml
Yoric has joined #ocaml
divyanshu has quit [Ping timeout: 265 seconds]
Yoric has quit [Ping timeout: 255 seconds]
divyanshu has joined #ocaml
talzeus has quit [Read error: Connection reset by peer]
<ggole> Are global bindings considered part of the root set and scanned for each minor gc?
Yoric has joined #ocaml
<gasche> ggole: I think so
pminten has joined #ocaml
<ggole> gasche: right: if you had let x = foo blah zort, surely it's possible for foo to return a pointer into the young heap. That seems to imply that x must be scanned.
<ggole> But after every subsequent minor gc, scanning x is useless. I'm wondering if there is a trick to skip that work.
<ggole> (Of course, it might not be worth the trouble.)
siddharthv_away has joined #ocaml
PM has quit [Ping timeout: 246 seconds]
nikki93 has joined #ocaml
Arsenik has quit [Read error: Connection reset by peer]
rand000 has joined #ocaml
Arsenik has joined #ocaml
siddharthv_away has quit [Ping timeout: 265 seconds]
maattdd has quit [Ping timeout: 255 seconds]
maattdd has joined #ocaml
nikki93 has quit [Remote host closed the connection]
divyanshu has quit [Quit: Computer has gone to sleep.]
rwmjones has quit [Quit: Terminated with extreme prejudice - dircproxy 1.2.0]
divyanshu has joined #ocaml
rwmjones has joined #ocaml
Dongyancai has quit [Ping timeout: 265 seconds]
Dongyancai has joined #ocaml
Dongyancai has quit [Ping timeout: 240 seconds]
Dongyancai has joined #ocaml
pminten has quit [Remote host closed the connection]
mrvn has quit [Ping timeout: 252 seconds]
mrvn has joined #ocaml
dsheets has joined #ocaml
dsheets has quit [Ping timeout: 245 seconds]
q66 has joined #ocaml
PM has joined #ocaml
q66 has quit [Client Quit]
q66 has joined #ocaml
willy_ has quit [Quit: Leaving]
skchrko has quit [Remote host closed the connection]
dsheets has joined #ocaml
pminten has joined #ocaml
<chris2> any trick to generate a senseful .mltop for ocamlbuild automatically?
<chris2> i.e. link everything that would go to foo.byte into a foo.top?
dsheets has quit [Ping timeout: 245 seconds]
Dongyancai has quit [Ping timeout: 255 seconds]
<ggole> You could run ocamldep and munge the output, maybe
<ggole> (ocamldep has a -modules option which is close enough to what you want that not much munging would be necessary.)
Dongyancai has joined #ocaml
<pminten> is there an easy way to see the output of the preprocessor without having to pass all of Core's file locations to it by hand?
<ggole> Personally I prefer to maintain a .mltop + .ocamlinit by hand, since you often want to add toplevel conveniences to them anyway
Yoric has quit [Ping timeout: 246 seconds]
siddharthv_away has joined #ocaml
Yoric has joined #ocaml
willy_ has joined #ocaml
maattdd has quit [Ping timeout: 240 seconds]
nikki93 has joined #ocaml
maattdd has joined #ocaml
nikki93 has quit [Ping timeout: 268 seconds]
jao has joined #ocaml
jao has quit [Changing host]
jao has joined #ocaml
maattdd has quit [Ping timeout: 255 seconds]
Yoric has quit [Ping timeout: 265 seconds]
darkf has quit [Quit: Leaving]
maattdd has joined #ocaml
maattdd has quit [Quit: WeeChat 0.4.3]
maattdd has joined #ocaml
pminten has quit [Remote host closed the connection]
divyanshu has quit [Ping timeout: 240 seconds]
Yoric has joined #ocaml
divyanshu has joined #ocaml
Thooms has joined #ocaml
rossberg has joined #ocaml
Dongyancai has quit [Ping timeout: 255 seconds]
Dongyancai has joined #ocaml
Thooms has quit [Ping timeout: 264 seconds]
tane has joined #ocaml
Yoric has quit [Ping timeout: 265 seconds]
maattdd has quit [Ping timeout: 240 seconds]
Thooms has joined #ocaml
jao has quit [Ping timeout: 240 seconds]
tane has quit [Quit: Verlassend]
talzeus has joined #ocaml
talzeus has quit [Remote host closed the connection]
talzeus has joined #ocaml
Dongyancai has quit [Ping timeout: 268 seconds]
Dongyancai has joined #ocaml
maattdd has joined #ocaml
Hannibal_Smith has quit [Quit: Sto andando via]
dsheets has joined #ocaml
maattdd has quit [Ping timeout: 252 seconds]
lostcuaz has joined #ocaml
Thooms has quit [Quit: WeeChat 0.3.8]
maattdd has joined #ocaml
Dongyancai has quit [Ping timeout: 252 seconds]
Dongyancai has joined #ocaml
talzeus has quit [Read error: Connection reset by peer]
talzeus has joined #ocaml
talzeus has quit [Remote host closed the connection]
talzeus has joined #ocaml
maattdd has quit [Ping timeout: 240 seconds]
tane has joined #ocaml
maattdd has joined #ocaml
maattdd has quit [Ping timeout: 268 seconds]
S11001001 has joined #ocaml
S11001001 has quit [Changing host]
S11001001 has joined #ocaml
shinnya has quit [Ping timeout: 255 seconds]
ollehar has joined #ocaml
malo has joined #ocaml
<gasche> chris2: it should be possible to add an ocamlbuild rule to produce the .mltop
ollehar has quit [Quit: ollehar]
nikki93 has joined #ocaml
Thooms has joined #ocaml
Dongyancai has quit [Ping timeout: 240 seconds]
Dongyancai has joined #ocaml
araujo has joined #ocaml
<chris2> gasche: does that require a plugin?
Dongyancai has quit [Ping timeout: 268 seconds]
Dongyancai has joined #ocaml
Thooms has quit [Read error: Connection reset by peer]
Thooms has joined #ocaml
ollehar has joined #ocaml
tizoc has quit [Quit: Coyote finally caught me]
maattdd has joined #ocaml
tizoc has joined #ocaml
sheijk has joined #ocaml
wolfnn has joined #ocaml
ousado is now known as IMNSHO
IMNSHO is now known as ousado
<gasche> chris2: yes, I suppose
<gasche> I mean, yes
Dongyancai has quit [Ping timeout: 268 seconds]
Dongyancai has joined #ocaml
maattdd has quit [Ping timeout: 255 seconds]
oriba has joined #ocaml
middayc has joined #ocaml
Yoric has joined #ocaml
talzeus has quit [Read error: Connection reset by peer]
middayc is now known as refaktor
Arsenik has quit [Read error: Connection reset by peer]
Yoric has quit [Ping timeout: 265 seconds]
tlockney_away is now known as tlockney
divyanshu has quit [Quit: Textual IRC Client: www.textualapp.com]
zzing has joined #ocaml
avsm has joined #ocaml
Hannibal_Smith has joined #ocaml
Anarchos has joined #ocaml
maattdd has joined #ocaml
Yoric has joined #ocaml
maattdd has quit [Ping timeout: 255 seconds]
Yoric has quit [Ping timeout: 246 seconds]
avsm has quit [Quit: Leaving.]
ggole has quit []
troydm has quit [Ping timeout: 252 seconds]
maattdd has joined #ocaml
maattdd has quit [Ping timeout: 240 seconds]
troydm has joined #ocaml
Hannibal_Smith has quit [Quit: Sto andando via]
hto has quit [Quit: Lost terminal]
Don_Pellegrino has joined #ocaml
Yoric has joined #ocaml
hto has joined #ocaml
struktured has joined #ocaml
Yoric has quit [Ping timeout: 240 seconds]
WraithM has joined #ocaml
oriba has quit [Read error: Connection reset by peer]
Yoric has joined #ocaml
maattdd has joined #ocaml
maattdd has quit [Ping timeout: 255 seconds]
pango has quit [Ping timeout: 264 seconds]
Kakadu has quit [Quit: Konversation terminated!]
ebzzry has joined #ocaml
ebzzry has quit [Remote host closed the connection]
ebzzry has joined #ocaml
axiles has quit [Remote host closed the connection]
wolfnn has quit [Quit: Leaving.]
fschwidom has joined #ocaml
fschwidom has quit [Remote host closed the connection]
willy_ has quit [Quit: This computer has gone to sleep]
nikki93 has quit [Remote host closed the connection]
zarul has quit [Remote host closed the connection]
zzing has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ikaros has joined #ocaml
zarul has joined #ocaml
tlockney is now known as tlockney_away
Anarchos has quit [Quit: go to sleep]
maattdd has joined #ocaml
maattdd has quit [Ping timeout: 268 seconds]
rand000 has quit [Quit: leaving]
Myk267 has quit [Quit: Myk267]
zzing has joined #ocaml
Yoric has quit [Ping timeout: 246 seconds]
ollehar has quit [Quit: ollehar]
nikki93 has joined #ocaml
nikki93 has quit [Ping timeout: 264 seconds]
yacks has quit [Ping timeout: 265 seconds]
watermind has joined #ocaml
<watermind> is opam meant for ocaml only? or could it be used as is with other languages?
Thooms has quit [Ping timeout: 265 seconds]
darkf has joined #ocaml
zzing has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zzing has joined #ocaml
tane has quit [Quit: Verlassend]
nikki93 has joined #ocaml
angerman has quit [Quit: Gone]
shinnya has joined #ocaml