* Anarchos
downgraded to 5.2 branch. Living on edge side of trunk is too risky for my life :)
dnh has quit [Ping timeout: 268 seconds]
dnh has joined #ocaml
alexherbo2 has joined #ocaml
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dnh has joined #ocaml
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
waleee has joined #ocaml
dnh has joined #ocaml
sixfourtwelve has joined #ocaml
sixfourtwelve has quit [Quit: Connection closed]
bibi__ has quit [Quit: Konversation terminated!]
waleee has quit [Ping timeout: 268 seconds]
jabuxas has joined #ocaml
waleee has joined #ocaml
waleee has quit [Quit: WeeChat 4.1.2]
jabuxas has quit [Quit: oops :p]
jabuxas has joined #ocaml
jabuxas has quit [Ping timeout: 255 seconds]
<Anarchos>
what is the switch to use to install camlp5 ? It says ocaml < 5.02.0 but there is no such branch/tag/switch ?
jabuxas has joined #ocaml
<discocaml>
<myrlhex> I think JSOO's including functions which I'll never use. It's including `mkdir` even though I'm not interacting with a file system. Is there a way to fix this?
bibi_ has joined #ocaml
<discocaml>
<sim642> Build in non-dev profile maybe?
infinity0 has quit [Remote host closed the connection]
alexherbo2 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
jabuxas has quit [Ping timeout: 255 seconds]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Anarchos has joined #ocaml
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Anarchos has joined #ocaml
Anarchos has quit [Ping timeout: 256 seconds]
Anarchos has joined #ocaml
jtm has joined #ocaml
Serpent7776 has quit [Ping timeout: 256 seconds]
jabuxas has joined #ocaml
jtm has left #ocaml [#ocaml]
mbuf has quit [Quit: Leaving]
alexherbo2 has joined #ocaml
Tuplanolla has joined #ocaml
jabuxas has quit [Ping timeout: 256 seconds]
Serpent7776 has joined #ocaml
waleee has joined #ocaml
torretto_ has joined #ocaml
torretto has quit [Ping timeout: 260 seconds]
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<discocaml>
<contextfreebeer> when you see `caml_apply2` at the top of the list in the profiler report is that generally because there isn't much left to optimize?
<discocaml>
<contextfreebeer> also `mark` is fairly high, so it seems like the perf is starting to be dominated by the runtime functions
dnh has joined #ocaml
<Anarchos>
contextfreebeer i never got so far in development to reach state where i need to optimize :/
alexherbo2 has quit [Remote host closed the connection]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
oriba has joined #ocaml
Serpent7776 has quit [Ping timeout: 264 seconds]
<discocaml>
<functionalprogramming> maybe apply less functions? C: /s
<discocaml>
<contextfreebeer> Functional programmers hate him for discovering this one simple trick
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mizlan has joined #ocaml
<mizlan>
what's the right way to close a Unix "file" socket created by Lwt_io.establish_server_with_client_address?
<mizlan>
if i interrupt the process, it leaves the socket there, causing the program to error if I try to run it again