flux changed the topic of #ocaml to: Yes, inria.fr is back up! | Discussions about the OCaml programming language | http://caml.inria.fr/ | 3.11.0beta1 available from http://caml.inria.fr/pub/distrib/ocaml-3.11/ | Or grab OCaml 3.10.2 from http://caml.inria.fr/ocaml/release.html
willb has quit ["Leaving"]
willb has joined #ocaml
snhmib has quit ["Good riddance!"]
netx has joined #ocaml
Kerris41 has joined #ocaml
mohbana has left #ocaml []
Kerris4 has quit [Read error: 110 (Connection timed out)]
willb has quit ["Leaving"]
alexyk has joined #ocaml
alexyk_ has joined #ocaml
threeve has joined #ocaml
jlouis has quit [Remote closed the connection]
harlos has quit ["leaving"]
alexyk has quit [Read error: 110 (Connection timed out)]
ulfdoz has quit ["deprecated"]
Kerris41 has quit [Read error: 104 (Connection reset by peer)]
johnnowak has joined #ocaml
tomh has quit ["http://www.mibbit.com ajax IRC Client"]
love-pingoo has quit ["Connection reset by pear"]
Amorphous has quit [Read error: 110 (Connection timed out)]
Amorphous has joined #ocaml
pumpkin_ is now known as pumpkin
willb has joined #ocaml
ryosei has left #ocaml []
jknick has joined #ocaml
ryosei has joined #ocaml
threeve has quit [kornbluth.freenode.net irc.freenode.net]
jonafan has quit [kornbluth.freenode.net irc.freenode.net]
mbac has quit [kornbluth.freenode.net irc.freenode.net]
svenl has quit [kornbluth.freenode.net irc.freenode.net]
threeve has joined #ocaml
jonafan has joined #ocaml
mbac has joined #ocaml
svenl has joined #ocaml
jeddhaberstro has quit []
thelema has joined #ocaml
rhar has joined #ocaml
apples` has quit [Read error: 104 (Connection reset by peer)]
rhar has quit ["Leaving"]
alexyk_ has quit []
johnnowak has quit []
kanakBK has joined #ocaml
Axle has joined #ocaml
alexyk has joined #ocaml
kanakBK has quit [Remote closed the connection]
threeve has quit []
code17 has joined #ocaml
composer_ has joined #ocaml
netx has quit ["This computer has gone to sleep"]
jknick has quit ["leaving"]
ygrek has joined #ocaml
alexyk has quit []
alexyk has joined #ocaml
thelema has quit [Read error: 60 (Operation timed out)]
alexyk has quit []
Axle has left #ocaml []
ygrek has quit [Remote closed the connection]
palomer has left #ocaml []
palomer has joined #ocaml
mishok13 has joined #ocaml
ygrek has joined #ocaml
mishok13 has quit ["Leaving"]
mishok13 has joined #ocaml
ygrek has quit [Remote closed the connection]
flx is now known as flux
_zack has joined #ocaml
hd_ has joined #ocaml
Kerris4 has joined #ocaml
root_ has joined #ocaml
root_ has quit [Read error: 104 (Connection reset by peer)]
Camarade_Tux has joined #ocaml
_zack has quit ["Leaving."]
asabil has joined #ocaml
Kerris4 has quit ["Leaving."]
Yoric[DT] has joined #ocaml
<Yoric[DT]> hi
<gildor> Yoric[DT]: hi
damg has joined #ocaml
<Yoric[DT]> Time to go.
<Yoric[DT]> Cheers.
rwmjones_ has joined #ocaml
Yoric[DT] has quit ["Ex-Chat"]
_zack has joined #ocaml
Snark has joined #ocaml
hkBst has joined #ocaml
zerny has joined #ocaml
filp has joined #ocaml
hd_ has left #ocaml []
fschwidom has joined #ocaml
ulfdoz has joined #ocaml
ryosei has left #ocaml []
damg has left #ocaml []
sporkmonger has quit []
jeremiah has quit [Read error: 104 (Connection reset by peer)]
fschwidom has quit [Remote closed the connection]
fschwidom has joined #ocaml
jeremiah has joined #ocaml
tomh has joined #ocaml
slash_ has quit [Client Quit]
steg has joined #ocaml
<flux> it is a bit worrying how many things rwmjones (or someone) had to fix to make those fedora packages to compile on 3.11.0b1
<flux> it would indicate that ocaml code gets bitrot fast :-o
<rwmjones> flux, it mostly comes down to one or two actual bugs, plus natural bitrot in the build systems
<rwmjones> ocaml 3.09 -> 3.10 was a MUCH bigger problem
<flux> I agree
<flux> of course, we can always be happy that these issues happen at compile time, not runtime, except for the few cases of String.index_from :)
<flux> (which apparently was a fixed bug)
<rwmjones> it was a bug which was introduced by a fix & then reverted
<flux> but I'm waiting for 3.11.0b1 anyway for its stack trace dumping without exiting the program, they'll make finding leaking exceptions in our cps framework a lot simpler :)
Camarade_Tux has quit [Read error: 60 (Operation timed out)]
zerny has left #ocaml []
Camarade_Tux has joined #ocaml
Snark has quit ["Ex-Chat"]
rwmjones_ has quit ["Closed connection"]
alexyk has joined #ocaml
Yoric[DT] has joined #ocaml
<Yoric[DT]> hi
<Yoric[DT]> ertai: ping
fschwidom has quit [Remote closed the connection]
Gionne has joined #ocaml
sporkmonger has joined #ocaml
marmotine has joined #ocaml
alexyk has quit []
<Gionne> http://pastebin.com/m6159b586 "This expression has type Ast.right_lst but is here used with type
<Gionne> Ast.symbols list" line 75. Why?
<flux> gionne, do you use emacs or vim, perchance?
<Gionne> i use vim
<flux> gionne, then perhaps you will find this (or some other similar package, if such exist) useful: http://www.ocaml.info/vim/ftplugin/ocaml.vim
<flux> it will allow you do determine the type of an expression from within the editor
<flux> assuming you have compiled the files with -dtypes
<flux> it will likely much help you in debugging type-related problems
<flux> apparently the key combination to do that is ,3
<Gionne> great
<Gionne> thank you
<Gionne> i use macvim, hope this will work ;)
<flux> gionne, if you can't get that to work, maybe you can use http://modeemi.fi/~flux/software/annotator.ml useful
willb has quit ["Leaving"]
<tsuyoshi> I wonder how hard it would be to make ocaml use 40 bit pointers instead of 64 bit pointers
<tsuyoshi> would save quite a lot of memory
<flux> might also affect the performance quite a bit, cpu's like things to be aligned..
<tsuyoshi> yeah
alexyk has joined #ocaml
<tsuyoshi> I wonder if the cache benefits would make up for the alignment cost
<tsuyoshi> on x86 and amd64 misaligned access is not so bad, compared to other processors
_zack has quit ["Leaving."]
alexyk has quit []
<ertai> Yoric[DT]: pong, but not much time
<Yoric[DT]> How much time do you have?
willb has joined #ocaml
pango has quit [Remote closed the connection]
tomh has quit ["http://www.mibbit.com ajax IRC Client"]
composer_ has quit [Read error: 60 (Operation timed out)]
pango has joined #ocaml
dabd has joined #ocaml
asabil has quit ["Ex-Chat"]
tomh has joined #ocaml
damg has joined #ocaml
jlouis has joined #ocaml
snhmib has joined #ocaml
damg has quit ["Leaving."]
_zack has joined #ocaml
vixey has joined #ocaml
ryosei has joined #ocaml
ryoseix has joined #ocaml
ryoseix has quit [Client Quit]
_zack has quit ["Leaving."]
filp has quit ["Bye"]
dabd has quit [Client Quit]
tomh has quit ["http://www.mibbit.com ajax IRC Client"]
<Camarade_Tux> has anyone used yacfe already ?
<Camarade_Tux> crap, they changed some functions since they wrote their examples
jeddhaberstro has joined #ocaml
Yoric[DT] has quit ["Ex-Chat"]
Gionne has quit ["Leaving"]
apples` has joined #ocaml
<Camarade_Tux> yacfe : not found any documentation and the code is hard to go through =/
tomh has joined #ocaml
tomh has quit [Client Quit]
tomh has joined #ocaml
gim has quit [Read error: 60 (Operation timed out)]
ygrek has joined #ocaml
vixey has quit [Remote closed the connection]
ppsmimou has quit [Read error: 110 (Connection timed out)]
itewsh has joined #ocaml
code17 has quit ["Leaving."]
vixey has joined #ocaml
tomh has quit ["http://www.mibbit.com ajax IRC Client"]
tomh has joined #ocaml
ppsmimou has joined #ocaml
gim has joined #ocaml
pumpkin has quit ["Leaving..."]
sporkmonger_ has joined #ocaml
sporkmonger_ has quit [Client Quit]
vixey has quit [Remote closed the connection]
ryosei has left #ocaml []
ryosei has joined #ocaml
sporkmonger has quit [Read error: 110 (Connection timed out)]
pumpkin_ has joined #ocaml
Yoric[DT] has joined #ocaml
<Yoric[DT]> hi again
<palomer> yo!
Yoric[DT] has quit ["Ex-Chat"]
ygrek has quit [Remote closed the connection]
ulfdoz has quit ["deprecated"]
vixey has joined #ocaml
pumpkin_ is now known as pumpkin
itewsh has quit [Remote closed the connection]
hkBst has quit [Read error: 104 (Connection reset by peer)]
Camarade_Tux has quit ["Leaving"]
willb has quit ["Leaving"]
vixey has quit ["There exists an infinite set!"]