companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 4.14.0 released: https://ocaml.org/releases/4.14.0.html | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
Tuplanolla has quit [Quit: Leaving.]
habnabit_ has quit [Ping timeout: 260 seconds]
habnabit_ has joined #ocaml
ks_ has joined #ocaml
count3rmeasure has quit [Quit: Leaving]
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
troydm has joined #ocaml
tizoc has quit [Quit: Coyote finally caught me]
tizoc has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
rgrinberg has quit [Client Quit]
bgs has quit [Remote host closed the connection]
chrisz has quit [Ping timeout: 268 seconds]
chrisz has joined #ocaml
azimut has quit [Ping timeout: 255 seconds]
spip has joined #ocaml
bobo has quit [Ping timeout: 260 seconds]
mbuf has joined #ocaml
azimut has joined #ocaml
rgrinberg has joined #ocaml
rgrinberg has quit [Client Quit]
rgrinberg has joined #ocaml
fds has quit [Ping timeout: 260 seconds]
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fds has joined #ocaml
jao has quit [Ping timeout: 256 seconds]
fds has quit [Ping timeout: 256 seconds]
fds has joined #ocaml
rgrinberg has joined #ocaml
azimut has quit [Ping timeout: 255 seconds]
bgs has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fds has quit [Remote host closed the connection]
bgs has quit [Remote host closed the connection]
mal`` has quit [Quit: Leaving]
fds has joined #ocaml
trev has joined #ocaml
waleee has quit [Ping timeout: 252 seconds]
mal`` has joined #ocaml
Serpent7776 has joined #ocaml
Haudegen has joined #ocaml
waleee has joined #ocaml
troydm has quit [Ping timeout: 268 seconds]
bartholin has joined #ocaml
jlrnick has joined #ocaml
jlrnick has quit [Ping timeout: 252 seconds]
olle has joined #ocaml
waleee has quit [Ping timeout: 256 seconds]
wingsorc__ has quit [Quit: Leaving]
waleee has joined #ocaml
bartholin has quit [Quit: Leaving]
waleee has quit [Ping timeout: 246 seconds]
waleee has joined #ocaml
wingsorc has joined #ocaml
troydm has joined #ocaml
waleee has quit [Ping timeout: 260 seconds]
Haudegen has quit [Ping timeout: 264 seconds]
jlrnick has joined #ocaml
wingsorc has quit [Ping timeout: 260 seconds]
jlrnick has quit [Remote host closed the connection]
jlrnick has joined #ocaml
omegatron has joined #ocaml
jlrnick has quit [Ping timeout: 256 seconds]
bartholin has joined #ocaml
azimut has joined #ocaml
rgrinberg has joined #ocaml
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
azimut has quit [Quit: ZNC - https://znc.in]
jlrnick has joined #ocaml
azimut has joined #ocaml
azimut has quit [Ping timeout: 255 seconds]
azimut has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
count3rmeasure has joined #ocaml
bobo has joined #ocaml
spip has quit [Ping timeout: 256 seconds]
gdd has quit [Ping timeout: 248 seconds]
olle has quit [Ping timeout: 265 seconds]
rgrinberg has joined #ocaml
gdd has joined #ocaml
count3rmeasure has quit [Ping timeout: 272 seconds]
jao has joined #ocaml
count3rmeasure has joined #ocaml
troydm has quit [Ping timeout: 260 seconds]
mbuf has quit [Quit: Leaving]
wingsorc has joined #ocaml
olle has joined #ocaml
Serpent7776 has quit [Ping timeout: 246 seconds]
kakadu_ has quit [Quit: Konversation terminated!]
count3rmeasure has quit [Ping timeout: 256 seconds]
jlrnick has quit [Ping timeout: 252 seconds]
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
count3rmeasure has joined #ocaml
rgrinberg has joined #ocaml
<olle> If only they had a word-diff feature for that unit test thing.....
<olle> I wouldn't have to manually copy-paste the output
<olle> [%test_eq] I mean
<olle> Is there a word diff function in OCaml I can use maybe? Hmm checking
<olle> Hm hm
<olle> [ERROR] No package named Expect_test_patdiff found.
<olle> oh
<olle> package patdiff
<olle> bloody hell
<olle> how to include it in dune then?
<olle> patience_diff seemed to work :d
<olle> weird!
<hannes> olle: it is one of the few code developments where the opam package name (patdiff) is not in sync with the ocamlfind name (patience_diff)...
<olle> yaaay
<hannes> a bit sad that there are still so many names on the different layers (with their restrictions, and some - to _ translating, ...) :/
<olle> mm
<olle> probably out of date this one
<olle> but this has no examples
<olle> ><
<olle> Error: Unbound module Patdiff_kernel
<olle> I must include core too?
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<olle> No
* olle gets a drink
* olle looking at rosetta code for string diff things
<olle> 11 | if s.[i-1] = t.[j-1] then dist (i-1) (j-1)
<olle> What's going on here?
<olle> Error: This expression has type char but an expression was expected of type
<olle> int
<olle> They changed array access rules?
<olle> oh String.iteri doesn't exist
<olle> Because it's overwritten by base?????
<olle> \o/
* olle ocaml was a mistake
troydm has joined #ocaml
<olle> Hm
<olle> Error: Unbound value Char.code
<olle> I mean come on
<olle> This Base thing, man
<olle> How do I kill it? Or alias it at least?
<olle> What an absolute mess
<theblatte> you can access the usual std lib at Caml.Char.code
<olle> thank god
<olle> F*** Base
<olle> OK, test passes now, just did a loop with an exit at char diff xD
rgrinberg has joined #ocaml
wingsorc has quit [Remote host closed the connection]
Haudegen has joined #ocaml
waleee has joined #ocaml
wingsorc has joined #ocaml
Stumpfenstiel has joined #ocaml
count3rmeasure has quit [Quit: Leaving]
trev has quit [Remote host closed the connection]
John_Ivan has joined #ocaml
John_Ivan_ has joined #ocaml
John_Ivan__ has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
John_Ivan has quit [Ping timeout: 256 seconds]
John_Ivan_ has quit [Ping timeout: 260 seconds]
John_Ivan has joined #ocaml
John_Ivan__ has quit [Ping timeout: 260 seconds]
waleee has quit [Ping timeout: 252 seconds]
waleee has joined #ocaml
rgrinberg has joined #ocaml
rgrinberg has quit [Client Quit]
rgrinberg has joined #ocaml
bgs has joined #ocaml
rgrinberg has quit [Client Quit]
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
rgrinberg has joined #ocaml
vshender has joined #ocaml
vshender has quit [Remote host closed the connection]
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
olle has quit [Ping timeout: 272 seconds]
John_Ivan has quit [Read error: Connection reset by peer]
John_Ivan has joined #ocaml
bartholin has quit [Quit: Leaving]
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Stumpfenstiel has quit [Ping timeout: 256 seconds]
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<kronicmage> Anyone know how to get dune to output the source code of the project but with all ppx rewrites rewritten?
<kronicmage> I know it's an intermediate step in the compilation process somewhere, I just don't know how to get dune to output it for the project.
Haudegen has quit [Ping timeout: 272 seconds]