flux changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | OCaml 4.01.0 http://bit.ly/1851A3R | http://www.ocaml.org | Public logs at http://tunes.org/~nef/logs/ocaml/
osa1_ has joined #ocaml
wolfnn has quit [Ping timeout: 272 seconds]
osa1 has joined #ocaml
osa1_ has quit [Ping timeout: 248 seconds]
<rs0> i'm brand new to OCaml and i'm trying to write an RSpec clone to learn the language
<rs0> to start out, i have a rudimentary test runner function with the signature val it : string -> (unit -> unit) -> unit = <fun>
<rs0> the usage currently looks like,
nikki93 has quit [Remote host closed the connection]
<rs0> it "can add two and two" (fun() -> assert(2 + 2 = 4));;
<rs0> i'm wondering if i can clean up the lambda expression syntax somehow. i can put everything after the arrow on a newline, but i haven't figured out a way to omit the parens
<Drup> I don't think you can
ahill-89 has quit [Read error: Connection reset by peer]
<Drup> but wouldn't be better with a signature like that : "string -> (unit -> bool) -> unit"
<rs0> the weird thing is, if i omit the parens the code still compiles, but that test doesn't run. i'm not sure what it's doing or how it's interpreting that code
<Drup> ??
<rs0> generally test runners work on assertion functions that throw exceptions, rather than true/false behavior
<Drup> but assert take a boolean anyway
<rs0> but i'm just seeing how far i can get towards a spec DSL without having to fire up camlp4
<Drup> you can get rid of the assert
<Drup> you can even get rid of the function and just use a boolean, I think
<Drup> (I must say I'm not really into tests, you can ask companion_cube about that for exemple, or some other people)
kyrylo has quit [Ping timeout: 246 seconds]
ahill-89 has joined #ocaml
tulloch has joined #ocaml
talzeus has quit [Remote host closed the connection]
Xenasis has quit [Remote host closed the connection]
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #ocaml
strobegen has joined #ocaml
jgross has left #ocaml []
nikki93 has joined #ocaml
nikki93 has quit [Remote host closed the connection]
nikki93 has joined #ocaml
ollehar has quit [Ping timeout: 240 seconds]
manizzle has joined #ocaml
yminsky has quit [Quit: yminsky]
talzeus has joined #ocaml
ahill-89 has quit [Quit: leaving]
cesar_ has joined #ocaml
cesar_ is now known as Guest31401
Guest31401 has quit [Remote host closed the connection]
manizzle is now known as WeLoveCP
WeLoveCP is now known as manizzle
ygrek has joined #ocaml
tulloch has quit [Ping timeout: 272 seconds]
zpe has joined #ocaml
boogie has joined #ocaml
zpe has quit [Ping timeout: 265 seconds]
osa1 has quit [Ping timeout: 246 seconds]
nikki93 has quit [Remote host closed the connection]
NoNNaN has quit [Remote host closed the connection]
NoNNaN has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
klltkr has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ygrek has quit [Ping timeout: 248 seconds]
nikki93 has joined #ocaml
w0rm_x has quit [Quit: if Φ Σ e : φ then Φ Σ τ' → σ' :: ∃]
chrisdotcode has joined #ocaml
tulloch has joined #ocaml
csakatoku has joined #ocaml
Drup has quit [Quit: Leaving.]
osa1 has joined #ocaml
shinnya has quit [Ping timeout: 240 seconds]
zpe has joined #ocaml
tristero has quit [Ping timeout: 246 seconds]
zpe has quit [Ping timeout: 265 seconds]
tulloch has quit [Ping timeout: 264 seconds]
tulloch has joined #ocaml
ygrek has joined #ocaml
osa1 has quit [Ping timeout: 272 seconds]
osa1 has joined #ocaml
tulloch has quit [Ping timeout: 246 seconds]
osa1 has quit [Ping timeout: 272 seconds]
nikki93 has quit [Remote host closed the connection]
zpe has joined #ocaml
zpe has quit [Ping timeout: 246 seconds]
tulloch has joined #ocaml
manizzle has quit [Ping timeout: 272 seconds]
siddharthv has joined #ocaml
manizzle has joined #ocaml
yacks has quit [Quit: Leaving]
csakatoku has quit [Remote host closed the connection]
csakatoku has joined #ocaml
csakatoku has quit [Ping timeout: 248 seconds]
ggole has joined #ocaml
tulloch has quit [Ping timeout: 272 seconds]
boogie has quit [Remote host closed the connection]
patojo has joined #ocaml
Lajjla has joined #ocaml
<Lajjla> Ocaml does not have type classes a la haskell does it?
<whitequark> no
<whitequark> it doesn't
<Lajjla> Hmm, so does a function either operate on one type or all the types or is there a way to restrict it to a certain set of types?
<Lajjla> hmm, whitequark?
<ggole> Modules are similar to type classes in some ways
<ggole> Although they are much more explicit
tulloch has joined #ocaml
<Lajjla> ggole, pry explain, how does a module dos the same thing as a typeclass.
<ggole> Modules can take arguments. So you can parameterise a module, giving much the same effect.
<Lajjla> Seriously?
<Lajjla> THat's a pretty cool idea.
<ggole> Yeah, modules are nice
<ggole> They are a bit verbose though
<Lajjla> I remember ranting 2 months back or so on some IRC channel that there is no theoretical reason why modules can't be paramatrized based on arguments, no one pointed me to ocaml.
<Lajjla> I should probably learn ths language
darkf has quit [Read error: Connection reset by peer]
darkf has joined #ocaml
csakatoku has joined #ocaml
<ggole> Lajjla: a nice book has just come out, https://realworldocaml.org/
<Lajjla> Ah, I don't even have to break international law to pirate it, how generous.
avsm has quit [Quit: Leaving.]
<Lajjla> I find it intrestinth oug that 'why ocaml' does not compare it to Haskell.
mcclurmc has joined #ocaml
nikki93 has joined #ocaml
tulloch has quit [Ping timeout: 264 seconds]
<Lajjla> ggole: http://hastebin.com/bupixefoyu.oc I take it this means that I'm doing somethng wrongly?
<ggole> Real world ocaml uses some libraries that you'll have to install: http://realworldocaml.org/install should cover the details
ygrek has quit [Ping timeout: 240 seconds]
gour has joined #ocaml
zpe has joined #ocaml
patojo has quit [Remote host closed the connection]
zpe has quit [Ping timeout: 245 seconds]
tulloch has joined #ocaml
wormphlegm has quit [Ping timeout: 272 seconds]
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #ocaml
mcclurmc has quit [Ping timeout: 272 seconds]
ygrek has joined #ocaml
wormphlegm has joined #ocaml
csakatok_ has joined #ocaml
tulloch has quit [Ping timeout: 240 seconds]
wormphlegm has quit [Ping timeout: 264 seconds]
csakatoku has quit [Ping timeout: 264 seconds]
csakatok_ has quit [Remote host closed the connection]
Lajjla is now known as LolDLolddelolt
LolDLolddelolt is now known as LoldLolddelolt
Neros has quit [Ping timeout: 248 seconds]
fayden has quit [Ping timeout: 246 seconds]
nikki93 has quit [Remote host closed the connection]
zpe has joined #ocaml
derek_c has joined #ocaml
manizzle has quit [Read error: Connection reset by peer]
<gour> hmm
<gour> ocaml-lang.org redirects to http://ocaml.ocamlpro.com/ which is a bit borked?
csakatoku has joined #ocaml
zpe has quit [Ping timeout: 272 seconds]
fayden has joined #ocaml
tulloch has joined #ocaml
nikki93_ has joined #ocaml
<smiler> "A bit"? That's a bit too mild of an expression.
ttamttam has joined #ocaml
_5kg has quit [Ping timeout: 272 seconds]
_5kg has joined #ocaml
ollehar has joined #ocaml
<flux> cool, six sites at once glance!
<flux> do the pictures update?
<smiler> That would be somewhat cool
<smiler> But god I hate text rendered as images
wormphlegm has joined #ocaml
yezariaely has joined #ocaml
Kakadu has joined #ocaml
tulloch has quit [Ping timeout: 240 seconds]
nikki93_ has quit [Remote host closed the connection]
wormphlegm has quit [Ping timeout: 272 seconds]
Guest40212 has quit [Remote host closed the connection]
darkf has quit [Read error: Connection reset by peer]
darkf has joined #ocaml
derek_c has quit [Quit: Lost terminal]
AltGr has joined #ocaml
<gour> smiler: let's be positive ;)
<smiler> :)
<gour> otoh, i'm more concerned to see what will happen with ocaml bindings for wx/qt...sites are easy to fix :-)
zpe has joined #ocaml
[BNC]passiveobse has left #ocaml []
mika1 has joined #ocaml
cago has joined #ocaml
rand000 has joined #ocaml
zpe has quit [Ping timeout: 264 seconds]
tulloch has joined #ocaml
rand000 has quit [Client Quit]
enstrophy has joined #ocaml
djcoin has joined #ocaml
sgnb has joined #ocaml
<companion_cube> rs0: omitting the fun () -> is going to be hard
peterbb has quit [Ping timeout: 245 seconds]
chambart has joined #ocaml
djcoin has quit [Quit: WeeChat 0.4.1]
nk0 has joined #ocaml
tesuji has joined #ocaml
tesuji has quit [Excess Flood]
Fnar has joined #ocaml
tesuji has joined #ocaml
wormphlegm has joined #ocaml
ollehar has quit [Quit: ollehar]
tesuji has quit [Read error: Connection reset by peer]
tulloch has quit [Ping timeout: 248 seconds]
nikki93 has joined #ocaml
wormphlegm has quit [Ping timeout: 272 seconds]
zpe has joined #ocaml
nikki93 has quit [Ping timeout: 245 seconds]
zpe has quit [Ping timeout: 246 seconds]
Kakadu has quit [Remote host closed the connection]
Kakadu has joined #ocaml
thomasga has joined #ocaml
chambart has quit [Ping timeout: 272 seconds]
tulloch has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
tulloch has quit [Ping timeout: 264 seconds]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
cago has quit [Ping timeout: 246 seconds]
cago has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
Kakadu has quit [Remote host closed the connection]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
Kakadu has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
_andre has joined #ocaml
manizzle has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
zpe has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
cago has quit [Ping timeout: 272 seconds]
ttamttam has quit [Read error: Connection reset by peer]
jonludlam has joined #ocaml
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
cago has joined #ocaml
Simn has joined #ocaml
cago has quit [Read error: Connection reset by peer]
cago has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
peterbb has joined #ocaml
ttamttam has joined #ocaml
tulloch has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
aa47f8 has joined #ocaml
ttamttam has joined #ocaml
kyrylo has joined #ocaml
cago has quit [Ping timeout: 245 seconds]
wormphlegm has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
wormphlegm has quit [Read error: Operation timed out]
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
csakatoku has quit [Remote host closed the connection]
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
cago has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
csakatoku has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
cago1 has joined #ocaml
ttamttam has joined #ocaml
cago has quit [Ping timeout: 245 seconds]
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
ttamttam has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
csakatoku has quit [Ping timeout: 272 seconds]
tulloch has quit [Ping timeout: 240 seconds]
sepp2k has joined #ocaml
kyrylo has quit [Ping timeout: 265 seconds]
skchrko has joined #ocaml
cago has joined #ocaml
cago1 has quit [Read error: Connection reset by peer]
cago1 has joined #ocaml
cago has quit [Read error: Connection reset by peer]
mchqwerty has joined #ocaml
wolfnn has joined #ocaml
cago1 has quit [Ping timeout: 245 seconds]
cago has joined #ocaml
ollehar has joined #ocaml
cago has quit [Ping timeout: 252 seconds]
cago has joined #ocaml
cago has quit [Ping timeout: 265 seconds]
cago has joined #ocaml
toolslive has joined #ocaml
Xenasis has joined #ocaml
cago has quit [Ping timeout: 246 seconds]
tulloch has joined #ocaml
wormphlegm has joined #ocaml
w0rm_x has joined #ocaml
csakatoku has joined #ocaml
wormphlegm has quit [Ping timeout: 248 seconds]
cago has joined #ocaml
cago1 has joined #ocaml
cago has quit [Client Quit]
Neros has joined #ocaml
ygrek has quit [Ping timeout: 272 seconds]
_5kg has quit [Ping timeout: 272 seconds]
_5kg has joined #ocaml
BitPuffin has joined #ocaml
dsheets_ has quit [Ping timeout: 245 seconds]
bobry has joined #ocaml
tulloch has quit [Ping timeout: 272 seconds]
BitPuffin has quit [Quit: WeeChat 0.4.2]
csakatoku has quit [Remote host closed the connection]
BitPuffin has joined #ocaml
talzeus has quit [Remote host closed the connection]
oriba has joined #ocaml
csakatoku has joined #ocaml
csakatoku has quit [Read error: Connection reset by peer]
csakatoku has joined #ocaml
milosn has quit [Ping timeout: 246 seconds]
milosn has joined #ocaml
cago has joined #ocaml
cago1 has quit [Ping timeout: 245 seconds]
csakatoku has quit [Ping timeout: 264 seconds]
siddharthv has quit [Ping timeout: 245 seconds]
ygrek has joined #ocaml
tulloch has joined #ocaml
sablib has joined #ocaml
<toolslive> I need some strategic advice on weeding out a memory leak (huge codebase/process, lots of things happening concurrently)
<toolslive> what exactly are my options here?
wormphlegm has joined #ocaml
q66 has quit [Ping timeout: 246 seconds]
dsheets_ has joined #ocaml
wormphlegm has quit [Ping timeout: 264 seconds]
ygrek has quit [Ping timeout: 245 seconds]
q66 has joined #ocaml
<ggole> What kind of leak? Is it in C code, or OCaml code?
Drup has joined #ocaml
<toolslive> dunno. the process grows slowly over time.
talzeus has joined #ocaml
yacks has joined #ocaml
<toolslive> the OCaml codebase use some C wrapped libraries ....
<ggole> Have a look at Gc.stat: live_words might be interesting
<ggole> If you have a space leak, it may be quite high
<ggole> Leaks in C code might be challenging: I would usually use something like Valgrind, but I don't think it plays nice with OCaml
<toolslive> well, valgrind plays nice for profiling, but not for memory leaks.
<toolslive> I tried to set up the heap profiling patched compiler but it failed to compile
sablib has quit [Ping timeout: 245 seconds]
osa1 has joined #ocaml
<ggole> There's also http://ocamlviz.forge.ocamlcore.org/, which might be worth a try
<ggole> (I've never used it myself though.)
skchrko has quit [Ping timeout: 246 seconds]
BitPuffin has quit [Quit: WeeChat 0.4.2]
thomasga has quit [Quit: Leaving.]
Neros has quit [Ping timeout: 245 seconds]
BitPuffin has joined #ocaml
Xenasis has quit [Remote host closed the connection]
thomasga has joined #ocaml
<toolslive> I installed in ocamlviz in the passed, you need to instrument your code to make it work, and it's quite buggy too.
<toolslive> I installed in ocamlviz in the past, you need to instrument your code to make it work, and it's quite buggy too.
thomasga has quit [Client Quit]
<toolslive> Gc.stat.live_words varies, but avg increases...
<toolslive> btw is this still a problem with 4.01 ? let (x, y_huge) = e in (fun .. -> ... x ...)
<adrien_oww> I don't think this has changed
<adrien_oww> but I can't tell for sure
nk0 has quit [Read error: Connection reset by peer]
Neros has joined #ocaml
<mrvn> If it is such a problem why don't you write: let x = let (x, y_huge) = e in x in (fun .. -> ... x ...)?
<toolslive> can I be sure the compiler does not inline this with .... (fun .. -> ..... (fst e) ... ) ?
<toolslive> btw, it's a huge codebase. it's not easy to check possible occurrences.
<adrien> usually speaking, you shouldn't fear ocaml doing too many optimizations :D
thomasga has joined #ocaml
wormphlegm has joined #ocaml
tulloch has quit [Ping timeout: 246 seconds]
tulloch has joined #ocaml
breakds has joined #ocaml
<ggole> Changing at which time e is evaluated would not be valid in the general case.
<ggole> Tracking down space leaks seems like it would be pretty hard though
thomasga has quit [Client Quit]
thomasga has joined #ocaml
wormphlegm has quit [Ping timeout: 245 seconds]
tulloch has quit [Ping timeout: 252 seconds]
<adrien> it's not really changing the time of aevaluation
<adrien> what you need to do is make the expression not visible from inside the (fun .....)
djcoin has joined #ocaml
<ggole> How does moving e from outside to inside the (fun ...) not change the time of evaluation?
ygrek has joined #ocaml
<toolslive> the pattern mathing is compiled to let x = fst e in .... and then consequently inlined , no?
<adrien> ggole: I haven't precisely looked at the code; I meant that as a general rule
* adrien is trying to understand why he gets a bad value in his network boot
<adrien> found :)
<ggole> toolslive: you can't have arbitrary motion of expressions in general because they may have side effects
ygrek_ has joined #ocaml
ygrek has quit [Ping timeout: 265 seconds]
<toolslive> true, but destruction of a tuple has no side effects....
<toolslive> and I still have my memory leak...
ygrek_ has quit [Ping timeout: 272 seconds]
ygrek has joined #ocaml
chambart has joined #ocaml
csakatoku has joined #ocaml
ygrek has quit [Remote host closed the connection]
tulloch has joined #ocaml
darkf has quit [Quit: Leaving]
ski has quit [Remote host closed the connection]
dsheets_ has quit [Ping timeout: 245 seconds]
wormphlegm has joined #ocaml
csakatoku has quit [Remote host closed the connection]
skchrko has joined #ocaml
<nicoo> Is bitstring useable with js_of_ocaml ?
csakatoku has joined #ocaml
t0yv0 has joined #ocaml
talzeus has quit [Read error: Connection reset by peer]
Kakadu has quit [Ping timeout: 264 seconds]
talzeus has joined #ocaml
csakatoku has quit [Ping timeout: 245 seconds]
osa1 has quit [Quit: Konversation terminated!]
osa1 has joined #ocaml
<nicoo> Nevermind, it uses C code, but little enough to be replaced with JS functions
wolfnn has quit [Ping timeout: 252 seconds]
testcocoon has quit [Quit: Coyote finally caught me]
_5kg has quit [Ping timeout: 245 seconds]
_5kg has joined #ocaml
avsm has joined #ocaml
avsm has quit [Client Quit]
thomasga has quit [Quit: Leaving.]
testcocoon has joined #ocaml
thomasga has joined #ocaml
hyperboreean has quit [Ping timeout: 268 seconds]
osa1 has quit [Read error: Operation timed out]
Neros has quit [Ping timeout: 245 seconds]
<gasche> def-lkb: this revamp of the parsing code you've mentioned
<gasche> where can I read about it?
<gasche> there should be a Merlin blog with comment on important changes, future plans, design etc.
osa1_ has joined #ocaml
osa1_ has quit [Client Quit]
ygrek has joined #ocaml
saml has joined #ocaml
dsheets_ has joined #ocaml
mchqwerty has quit [Ping timeout: 272 seconds]
Kakadu has joined #ocaml
mcclurmc has joined #ocaml
mchqwerty has joined #ocaml
enstrophy has quit [Ping timeout: 250 seconds]
<rks`> gasche: it's nowhere yet
<rks`> but menhir should be published on github changes
<rks`> the first changes will be there
<rks`> merlin parser will be rewritten after that (but that should take a while)
<rks`> as for the blog, for the moment we're considering using the mailing list for that purpose
Neros has joined #ocaml
dsheets_ has quit [Ping timeout: 240 seconds]
gour has quit [Disconnected by services]
gour_ has joined #ocaml
sagotch has joined #ocaml
shinnya has joined #ocaml
dsheets_ has joined #ocaml
avsm has joined #ocaml
BitPuffin has quit [Ping timeout: 252 seconds]
cago has left #ocaml []
mika1 has quit [Quit: Leaving.]
mchqwerty has quit [Quit: Odcházím]
<gour_> /nick gour
gour_ is now known as gour
jonludlam has quit [Ping timeout: 252 seconds]
hyperboreean has joined #ocaml
thomasga has quit [Quit: Leaving.]
zpe has quit [Remote host closed the connection]
BitPuffin has joined #ocaml
yminsky has joined #ocaml
jonludlam has joined #ocaml
thomasga has joined #ocaml
yminsky has quit [Quit: yminsky]
avsm has quit [Quit: Leaving.]
avsm has joined #ocaml
mfp has quit [Ping timeout: 272 seconds]
yminsky has joined #ocaml
sagotch has quit [Ping timeout: 250 seconds]
<ygrek> toolslive, pmpa may show you the frequently allocating code, probably it can give a hint on the leak
<ygrek> also using objsize on suspected data structures is an option
<toolslive> pmpa?
<adrien> poor man's profiler
<adrien> (for allocations?)
<adrien> it's a tool by ygrek
<adrien> hah
<adrien> I had misread the username above :D
<ygrek> not by me, it's an adaptation of a well-known technique
<adrien> you can probably find links in the caml-list
<adrien> true :)
BitPuffin has quit [Read error: Operation timed out]
avsm has quit [Ping timeout: 264 seconds]
<ygrek> objsize is the way to go for memleaks
nikki93 has joined #ocaml
<ygrek> also make sure you understand what are you leaking - ocaml heap or mallocs
ttamttam has quit [Quit: ttamttam]
<toolslive> it's ocaml heap.
mfp has joined #ocaml
ygrek has quit [Ping timeout: 246 seconds]
yminsky has quit [Quit: yminsky]
sepp2k has quit [Quit: Konversation terminated!]
nikki93 has quit [Remote host closed the connection]
dsheets_ has quit [Remote host closed the connection]
oriba has quit [Quit: oriba]
nze has joined #ocaml
yminsky has joined #ocaml
tianon has quit [Quit: "I'm a very important man. I've got a tower!"]
djcoin has quit [Quit: WeeChat 0.4.1]
wolfnn has joined #ocaml
tianon has joined #ocaml
tianon has quit [Changing host]
tianon has joined #ocaml
anderse has joined #ocaml
chambart has quit [Ping timeout: 252 seconds]
Xenasis has joined #ocaml
jonludlam has quit [Remote host closed the connection]
jonludlam has joined #ocaml
Kakadu has quit [Quit: Page closed]
tianon has quit [Quit: "I'm a very important man. I've got a tower!"]
boogie has joined #ocaml
yminsky has quit [Quit: yminsky]
tianon has joined #ocaml
jonludlam has quit [Remote host closed the connection]
nikki93 has joined #ocaml
shinnya has quit [Ping timeout: 264 seconds]
baz_ has joined #ocaml
nikki93 has quit [Ping timeout: 272 seconds]
<def-lkb> gasche: I agree, this sounds like a good idea. I will try to do that.
yezariaely has quit [Quit: Leaving.]
tulloch has quit [Ping timeout: 246 seconds]
peterbb has quit [Ping timeout: 272 seconds]
siddharthv has joined #ocaml
siddharthv has quit [Client Quit]
rand000 has joined #ocaml
rand000 has quit [Client Quit]
ollehar has quit [Ping timeout: 246 seconds]
nikki93 has joined #ocaml
Drup has quit [Read error: Operation timed out]
tulloch has joined #ocaml
ollehar has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
<smiler> Anyone tried the (new) ocaml support for sublimerepl? I can run utop within it but I can't figure out how to get sending stuff to the repl buffer to work. Need to configure something for it to use utop instead of ocaml...
<whitequark> smiler: I wrote it
kyrylo has joined #ocaml
chrisdotcode_ has joined #ocaml
<smiler> Oh
<smiler> Hopefully you can help me understand this then
chrisdotcode has quit [Ping timeout: 252 seconds]
<whitequark> *cough* actually, I have no idea
avsm has joined #ocaml
<whitequark> I'll try to dig in the source though
<smiler> whitequark: When I try to send something to it I just get "error: Cannot find REPL for 'ocaml'"
<smiler> Although utop is up and running
<whitequark> yeah, it will work if you use plain ocaml repl instead of utop repl
<smiler> I guess I need to map ocaml syntax to repl_ocaml_utop somehow
<whitequark> ok, fixed that, let me send a PR
<smiler> Cool
klltkr has joined #ocaml
<smiler> Thanks a lot :)
mcclurmc has joined #ocaml
klltkr has quit [Client Quit]
yezariaely has joined #ocaml
Drup has joined #ocaml
<smiler> Got a follow up problem whitequark, https://gist.github.com/smiler/7533249
<smiler> bbiaf, laundry
<whitequark> smiler: please open a bug on wuub/sublimerepl on that one and mention me in it
* whitequark zzzz
manizzle has quit [Ping timeout: 245 seconds]
thomasga has quit [Quit: Leaving.]
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
_andre has quit [Quit: leaving]
Arsenik has joined #ocaml
toolslive has quit [Quit: Leaving]
<smiler> kk
nikki93 has quit [Remote host closed the connection]
troydm has quit [Quit: What is hope? That all of your wishes and all of your dreams come true? (C) Rau Le Creuset]
BitPuffin has joined #ocaml
chambart has joined #ocaml
nikki93 has joined #ocaml
AltGr has left #ocaml []
mildfate has joined #ocaml
thomasga has joined #ocaml
thomasga1 has joined #ocaml
thomasga has quit [Read error: Connection reset by peer]
Eyyub has joined #ocaml
thomasga1 has quit [Client Quit]
nikki93 has quit [Remote host closed the connection]
mcclurmc has joined #ocaml
troydm has joined #ocaml
avsm has quit [Quit: Leaving.]
mildfate has quit [Read error: Connection reset by peer]
mildfate1 has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
nikki93 has joined #ocaml
mcclurmc has joined #ocaml
ggole has quit []
iZsh has quit [Quit: ZNC - http://znc.in]
thomasga has joined #ocaml
iZsh has joined #ocaml
nikki93 has quit [Remote host closed the connection]
mildfate1 has quit [Quit: Leaving.]
iZsh has quit [Quit: ZNC - http://znc.in]
iZsh has joined #ocaml
mort___ has joined #ocaml
nikki93 has joined #ocaml
yezariaely has quit [Quit: Leaving.]
nikki93 has quit [Read error: Connection reset by peer]
nikki93 has joined #ocaml
happy4crazy has joined #ocaml
happy4crazy has quit [Remote host closed the connection]
happy4crazy has joined #ocaml
jonludlam has joined #ocaml
psquid has left #ocaml []
Anarchos has joined #ocaml
rand000 has joined #ocaml
jonludlam has quit [Ping timeout: 248 seconds]
nikki93 has quit [Remote host closed the connection]
tane has joined #ocaml
nikki93 has joined #ocaml
pango has quit [Ping timeout: 252 seconds]
pango has joined #ocaml
anderse has quit [Quit: anderse]
klltkr has joined #ocaml
manud_ has joined #ocaml
nikki93 has quit [Remote host closed the connection]
baz_ has quit [Remote host closed the connection]
osa1 has joined #ocaml
Sim_n has joined #ocaml
jonludlam has joined #ocaml
Anarchos has quit [Quit: Vision[0.9.7-H-280704]: i've been blurred!]
Simn has quit [Ping timeout: 252 seconds]
nikki93 has joined #ocaml
thomasga has quit [Quit: Leaving.]
Eyyub has quit [Ping timeout: 248 seconds]
Eyyub has joined #ocaml
ollehar has quit [Ping timeout: 246 seconds]
nikki93 has quit [Remote host closed the connection]
Sim_n is now known as Simn
nikki93 has joined #ocaml
nikki93 has quit [Remote host closed the connection]
klltkr has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
klltkr has joined #ocaml
nikki93 has joined #ocaml
nikki93 has quit [Remote host closed the connection]
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #ocaml
Arsenik has quit [Remote host closed the connection]
t0yv0 has quit [Ping timeout: 250 seconds]
happy4crazy has quit [Remote host closed the connection]
strobegen has quit [Quit: Leaving.]
happy4crazy has joined #ocaml
mcclurmc has quit [Ping timeout: 272 seconds]
rand000 has quit [Quit: leaving]
chambart has quit [Ping timeout: 252 seconds]
mildfate has joined #ocaml
darkf has joined #ocaml
Eyyub has quit [Ping timeout: 264 seconds]
gour has quit [Quit: WeeChat 0.4.2]
Eyyub has joined #ocaml
tane has quit [Quit: Verlassend]
Eyyub has quit [Ping timeout: 272 seconds]
Eyyub has joined #ocaml
manizzle has joined #ocaml
manud_ has quit [Quit: Leaving]
chambart has joined #ocaml
avsm has joined #ocaml
tulloch has quit [Ping timeout: 240 seconds]
mcclurmc has joined #ocaml
stevespiegel has joined #ocaml
aa47f8 has quit [Quit: aa47f8]
strobegen has joined #ocaml
dramas has quit [Quit: :(]
derek_c has joined #ocaml
Simn has quit [Quit: Leaving]
derek_c has quit [Client Quit]
Eyyub has quit [Ping timeout: 272 seconds]
klltkr has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
happy4crazy has quit [Remote host closed the connection]
mcclurmc has quit [Remote host closed the connection]
BitPuffin has quit [Ping timeout: 272 seconds]
happy4crazy has joined #ocaml
mcclurmc has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
peddie has quit [Ping timeout: 245 seconds]
mcclurmc has joined #ocaml
Eyyub has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
peddie has joined #ocaml
patojo has joined #ocaml
boogie has quit [Read error: Connection reset by peer]
Eyyub has quit [Ping timeout: 248 seconds]
Eyyub has joined #ocaml
wolfnn has quit [Read error: Operation timed out]
Eyyub has quit [Ping timeout: 248 seconds]
chambart has quit [Ping timeout: 252 seconds]
Eyyub has joined #ocaml
happy4crazy has quit [Remote host closed the connection]
nikki93 has joined #ocaml
tulloch has joined #ocaml
madroach has quit [Ping timeout: 264 seconds]
madroach has joined #ocaml
NoNNaN has quit [Remote host closed the connection]