companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 4.12 released: https://ocaml.org/releases/4.12.0.html | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
favonia has quit [Ping timeout: 240 seconds]
favonia has joined #ocaml
favonia has quit [Ping timeout: 256 seconds]
favonia has joined #ocaml
elf_fortrez has joined #ocaml
Corbin has joined #ocaml
elf_fortrez has quit [Quit: Client closed]
mbuf has joined #ocaml
favonia has quit [Ping timeout: 256 seconds]
favonia has joined #ocaml
favonia has quit [Ping timeout: 240 seconds]
favonia has joined #ocaml
favonia has quit [Ping timeout: 240 seconds]
favonia has joined #ocaml
favonia has quit [Ping timeout: 240 seconds]
favonia has joined #ocaml
favonia has quit [Ping timeout: 256 seconds]
favonia has joined #ocaml
brettgilio has joined #ocaml
gravicappa has joined #ocaml
mbuf has quit [Quit: Leaving]
<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
<d_bot> <Wulfman> thanks 🙂
wingsorc has quit [Ping timeout: 240 seconds]
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #ocaml
favonia has joined #ocaml
mro has joined #ocaml
mro has quit [Ping timeout: 265 seconds]
<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
oriba has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
favonia has quit [Ping timeout: 256 seconds]
favonia has joined #ocaml
jtck has quit [Remote host closed the connection]
favonia has quit [Ping timeout: 240 seconds]
favonia has joined #ocaml
Stumpfenstiel has joined #ocaml
shawn has quit [Ping timeout: 272 seconds]
waleee has joined #ocaml
olle has joined #ocaml
unyu has quit [Ping timeout: 268 seconds]
gravicappa has quit [Ping timeout: 265 seconds]
unyu has joined #ocaml
olle has quit [Ping timeout: 258 seconds]
favonia has quit [Ping timeout: 256 seconds]
favonia has joined #ocaml
motherfsck has joined #ocaml
favonia has quit [Ping timeout: 240 seconds]
favonia has joined #ocaml
shawn has joined #ocaml
neiluj has quit [Quit: Leaving]
Anarchos has joined #ocaml
vizard has quit [Ping timeout: 258 seconds]
mikess has left #ocaml [#ocaml]
wingsorc has joined #ocaml
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
Anarchos has joined #ocaml
brettgilio has quit [Read error: Connection reset by peer]
Sumera[m] has quit [Remote host closed the connection]
radiopotin[m] has quit [Remote host closed the connection]
inkbottle[m] has quit [Write error: Connection reset by peer]
labar[m] has quit [Remote host closed the connection]
marinelli[m] has quit [Remote host closed the connection]
smondet[m] has quit [Remote host closed the connection]
schube[m] has quit [Remote host closed the connection]
krnkktz has quit [Read error: Connection reset by peer]
fluxm has quit [Write error: Connection reset by peer]
radiopotin[m] has joined #ocaml
krnkktz has joined #ocaml
smondet[m] has joined #ocaml
fluxm has joined #ocaml
inkbottle[m] has joined #ocaml
labar[m] has joined #ocaml
brettgilio has joined #ocaml
Sumera[m] has joined #ocaml
schube[m] has joined #ocaml
marinelli[m] has joined #ocaml
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
cedric has quit [Quit: Konversation terminated!]
Stumpfenstiel has quit [Ping timeout: 256 seconds]
Haudegen has quit [Ping timeout: 265 seconds]
favonia has quit [Ping timeout: 256 seconds]
favonia has joined #ocaml