<d_bot>
<EduardoRFS> > And flambda will become the default backend in next few years?
<d_bot>
<EduardoRFS>
<d_bot>
<EduardoRFS> Everyone can dream
<brettgilio>
I am dreaming for the upcoming opam rc
shawn has quit [Ping timeout: 268 seconds]
gravicappa has quit [Ping timeout: 240 seconds]
shawn has joined #ocaml
mro has joined #ocaml
favonia has quit [Ping timeout: 256 seconds]
favonia has joined #ocaml
shawn has quit [Ping timeout: 256 seconds]
<dmbaturin>
brettgilio: What's great in the rc? I haven't looked yet.
shawn has joined #ocaml
gravicappa has joined #ocaml
vizard has joined #ocaml
glassofethanol has joined #ocaml
favonia has quit [Ping timeout: 256 seconds]
gravicappa has quit [Ping timeout: 258 seconds]
labor[m] is now known as labar[m]
olle has joined #ocaml
yomimono has quit [Ping timeout: 265 seconds]
gravicappa has joined #ocaml
gareppa has joined #ocaml
gareppa has quit [Remote host closed the connection]
bartholin has joined #ocaml
<andreypopp>
Does anyone use ctags with OCaml sources? The parsing rules which come with Exuberant Ctags 5.8 are a bit weird (don't see some functions in the list for example)
neiluj has joined #ocaml
<neiluj>
Hello! Is it possible to cast 8 bytes into a 64 bit integer?
<neiluj>
I'm trying to compare 128-bit integers
<glassofethanol>
1/
<olle>
Hm
<neiluj>
nevermind, I'm more concerned with a problem about references in a structure that doesn't seem to be updated
<neiluj>
*don't
<neiluj>
it was working at a certain point and then it all collapsed :/
<neiluj>
it's weird, because a hash table is already mutable, right?
<neiluj>
ah I need a ref of the record
neiluj has quit [Remote host closed the connection]
neiluj has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
<d_bot>
<Wulfman> I haven't find a channel dedicated to JaneStreet's core and base so I'm asking here : I'm trying to make my cli using the library `Command` From `Core_kernel` not `Core` because core is not compatible with windows. In `Core` you use `Command.run` to create the cli, but this is not present in `Core_kernel` . Have you guys trying building a cli with `Core_kernel` ? Do you know what is the equivalent of `Command.run` and if there is
<d_bot>
<Wulfman> I'm also interested if you know how I can contact janestreet
<d_bot>
<tcoopman> @Wulfman maybe you can try on https://discuss.ocaml.org/ there is some activity their on base/... You could try their github repos as well, but maybe discuss is the better place
<companion_cube>
neiluj: btw records can have mutable fields
Absalom has joined #ocaml
<dmbaturin>
Hell, `ref` is secretly a record with a mutable field. :)
motherfsck has joined #ocaml
favonia has quit [Ping timeout: 240 seconds]
<companion_cube>
yes, but using multiple mutable fields in a record is more memory efficient :)
<companion_cube>
each ref adds an indirection
favonia has joined #ocaml
<dmbaturin>
companion_cube: Oh, I simply mean that if `ref` is a record, then there's no reason not to make your own. I agree completely.
<companion_cube>
ah yes! yeah
<dmbaturin>
companion_cube: Also, writing an _actually compliant_ TOML parser is as much of an onerous job as I thought it would be, but there's quite some progress: https://bpa.st/7BVSFLDVJSMQOND5F5GINNIGG4
<companion_cube>
is there a compliance suite somewhere, at least?
<companion_cube>
Otoml mytoml
<companion_cube>
dmbaturin: is tat normal that the table is duplicated? :3
<dmbaturin>
companion_cube: Damn, no. Looks like I broke something again, just noticed it too.
<companion_cube>
oh that's nice.
mro has joined #ocaml
Haudegen has joined #ocaml
<andreypopp>
How does one work with ppx_inline_test / ppx_expect and dune? I'm interested specifically in running / promoting only a specific test (not the whole directory). IS there a emacs/vim plugin to do that?
mro has quit [Remote host closed the connection]
mro has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
favonia has quit [Ping timeout: 256 seconds]
favonia has joined #ocaml
waleee has joined #ocaml
favonia has quit [Ping timeout: 256 seconds]
yomimono has joined #ocaml
bartholin has quit [Quit: Leaving]
waleee has quit [Ping timeout: 240 seconds]
favonia has joined #ocaml
favonia has quit [Ping timeout: 240 seconds]
favonia has joined #ocaml
<neiluj>
companion_cube, indeed, thanks
favonia has quit [Ping timeout: 256 seconds]
favonia has joined #ocaml
favonia has quit [Ping timeout: 240 seconds]
favonia has joined #ocaml
olle has quit [Ping timeout: 265 seconds]
cedric has joined #ocaml
mro has quit [Remote host closed the connection]
Tuplanolla has joined #ocaml
mro has joined #ocaml
mro has quit [Client Quit]
glassofethanol has quit [Quit: leaving]
Haudegen has joined #ocaml
favonia has quit [Ping timeout: 240 seconds]
favonia has joined #ocaml
mikess has joined #ocaml
favonia has quit [Ping timeout: 240 seconds]
favonia has joined #ocaml
jtck has joined #ocaml
waleee has joined #ocaml
favonia has quit [Ping timeout: 240 seconds]
waleee has quit [Client Quit]
favonia has joined #ocaml
waleee has joined #ocaml
motherfsck has quit [Remote host closed the connection]
favonia has quit [Ping timeout: 256 seconds]
favonia has joined #ocaml
neiluj has quit [Remote host closed the connection]
neiluj has joined #ocaml
waleee has quit [Ping timeout: 256 seconds]
oriba has joined #ocaml
<d_bot>
<Deadrat> is there any news on trmc for stdlib