vezenchio has joined #ocaml
araujo has quit [Read error: 110 (Connection timed out)]
batdog is now known as batdog|gone
araujo has joined #ocaml
ulfdoz has quit [Read error: 60 (Operation timed out)]
dan2 has quit [Read error: 110 (Connection timed out)]
dan2 has joined #ocaml
garpinc has joined #ocaml
<
garpinc>
ANyone have any experience compiling ocaml for arm processors. Particularly for nslu2?
eyda|mon has joined #ocaml
garpinc has quit [Read error: 60 (Operation timed out)]
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
pango_ has joined #ocaml
pango has quit [Read error: 110 (Connection timed out)]
batdog|gone is now known as batdog
batdog has joined #ocaml
mauke has quit [Read error: 104 (Connection reset by peer)]
Smerdyakov has joined #ocaml
Sonarman has joined #ocaml
mlh_ has quit [Client Quit]
Herrchen_ has joined #ocaml
Herrchen has quit [Read error: 110 (Connection timed out)]
eyda|mon has quit [Read error: 60 (Operation timed out)]
mlh_away has joined #ocaml
Smerdyakov has quit ["sleep"]
Nutssh has joined #ocaml
mauke has joined #ocaml
batdog is now known as batdog|gone
Snark has joined #ocaml
ChickenBrain has joined #ocaml
<
ChickenBrain>
hi, what does something like: "and expr = | Const of int | Var of variable" mean?
<
mauke>
it's a part of a type definition
<
ChickenBrain>
so it has to be: "type variable = X | Y | Z and expr = ..." ?
<
Nutssh>
If you have mutually recursive types, you need to use 'and'
<
ChickenBrain>
thx to both of you
<
Nutssh>
If you don't have mutually recursive types, then I think 'and' is bad form.
<
mauke>
I wonder if variable can be an expr
<
ChickenBrain>
which news list is best?
<
ChickenBrain>
meta.user?
<
mauke>
what is a news list?
<
ChickenBrain>
news group
<
ChickenBrain>
i've got plenty on gmane
<
mauke>
hmm, depends on your definition of "best"
<
ChickenBrain>
questions about coding
<
ChickenBrain>
might be beginners
ionOS has joined #ocaml
<
mauke>
OCaml might be on-topic in comp.lang.ml and comp.lang.functional
<
ralf>
can ocaml cross compile to MIPS?
* Snark
seems to remember a very similar question yesterday
__DL__ has joined #ocaml
ulfdoz has joined #ocaml
pango_ has quit [Remote closed the connection]
pango has joined #ocaml
mlh_away has quit ["home james, and don't spare the horses!"]
Nutssh has quit ["Client exiting"]
Submarine has joined #ocaml
Submarine has quit ["Leaving"]
bk_ has joined #ocaml
Snark has quit [Read error: 60 (Operation timed out)]
Snark has joined #ocaml
araujo has quit ["Programs must be written for people to read, and only incidentally for machines to execute"]
<
slashvar[lri]>
Hi there
Submarine has joined #ocaml
_JusSx_ has joined #ocaml
bzzbzz has quit ["leaving"]
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
batdog|gone is now known as batdog
bk_ has joined #ocaml
ianxek has joined #ocaml
ianxek has left #ocaml []
eponymous has quit ["leaving"]
eponymous has joined #ocaml
Skal has joined #ocaml
bzzbzz has joined #ocaml
bzzbzz has quit [Client Quit]
bzzbzz has joined #ocaml
araujo has joined #ocaml
bzzbzz has quit ["leaving"]
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
_JusSx__ has joined #ocaml
_JusSx_ has quit [Read error: 110 (Connection timed out)]
smimou has joined #ocaml
pango has quit ["Leaving"]
Skal has quit [Remote closed the connection]
Boojum has joined #ocaml
Submarine has quit ["Leaving"]
Snark has quit [Nick collision from services.]
Boojum is now known as Snark
pango has joined #ocaml
vodka-goo has joined #ocaml
vezenchio has quit [Read error: 104 (Connection reset by peer)]
bk_ has joined #ocaml
__DL__ has quit [Read error: 104 (Connection reset by peer)]
Msandin has joined #ocaml
__DL__ has joined #ocaml
araujo has quit ["Programs must be written for people to read, and only incidentally for machines to execute"]
Snark has left #ocaml []
dm has joined #ocaml
cmeme has quit [Connection timed out]
cmeme has joined #ocaml
Msandin has left #ocaml []
tjs2 has joined #ocaml
_JusSx__ has quit ["leaving"]
cognominal has quit [Read error: 60 (Operation timed out)]
cjohnson has joined #ocaml
tjs2 has quit [Read error: 104 (Connection reset by peer)]
cognominal has joined #ocaml
araujo has joined #ocaml
<
senko>
how should i debug a segfault?
<
senko>
i dont get any backtrace..
Sonarman has quit [Read error: 110 (Connection timed out)]
<
TeXitoi>
senko: you shouldn't have segfaults
<
TeXitoi>
or this is a bug, or you play with insecure modules
<
senko>
i don't think so either :)
<
TeXitoi>
as marshall or Obj.magic
<
senko>
nothing like that...
<
senko>
it might be Graphics...
<
TeXitoi>
so try to have the segfault with the minimum of code and make a bug report
<
TeXitoi>
with version of ocaml do you use?
<
TeXitoi>
is the code big?
<
TeXitoi>
quite big ;-)
<
TeXitoi>
it's your code?
<
senko>
i got that a while back
<
senko>
dont know if it is the same
<
TeXitoi>
I think I can't help you
<
TeXitoi>
I'm not a ocaml developper, just a user ;-)
<
senko>
does that example segfault for you too?
<
TeXitoi>
yes, it segfault
cjohnson has quit [""We live like penguins in the desert...""]
<
senko>
hmm... it's been a while since i submitted it... lets hope someone fixes it...
Sonarman has joined #ocaml
_fab has quit [Read error: 113 (No route to host)]
_fab has joined #ocaml
mlh_ has joined #ocaml
batdog is now known as batdog|gone
<
pango>
senko: with ocamlc -thread unix.cma threads.cma graphics.cma segfault.ml I don't get a segfault
<
pango>
(graphics.cma last)
<
pango>
mmmh no it depends on runs
<
senko>
changing t gives different results...
<
senko>
and its also somewhat random
__DL__ has quit ["Bye Bye"]
smimou has quit ["?"]