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/
spip has quit [Quit: Konversation terminated!]
Haudegen has quit [Ping timeout: 255 seconds]
waleee has quit [Ping timeout: 252 seconds]
bgs has joined #ocaml
szkl has joined #ocaml
waleee has joined #ocaml
energizer_ is now known as energizer
bgs has quit [Remote host closed the connection]
waleee has quit [Ping timeout: 252 seconds]
sim642 has quit [K-Lined]
sim642 has joined #ocaml
azimut has joined #ocaml
szkl has quit [Quit: Connection closed for inactivity]
azimut has quit [Ping timeout: 255 seconds]
GreaseMonkey has quit [Quit: No Ping reply in 180 seconds.]
greaser|q has joined #ocaml
greaser|q has quit [Changing host]
greaser|q has joined #ocaml
greaser|q is now known as GreaseMonkey
sparogy has quit [Ping timeout: 246 seconds]
chrisz has quit [Ping timeout: 268 seconds]
chrisz has joined #ocaml
sparogy has joined #ocaml
trillion_exabyte has quit [Ping timeout: 252 seconds]
trillion_exabyte has joined #ocaml
mbuf has joined #ocaml
trillion_exabyte has quit [Ping timeout: 255 seconds]
trillion_exabyte has joined #ocaml
trev has joined #ocaml
Serpent7776 has joined #ocaml
Inst__ has joined #ocaml
Inst_ has quit [Ping timeout: 252 seconds]
bartholin has joined #ocaml
dh` has quit [Changing host]
dh` has joined #ocaml
Inst_ has joined #ocaml
cedric has joined #ocaml
Inst__ has quit [Ping timeout: 255 seconds]
spip has joined #ocaml
Inst__ has joined #ocaml
Inst_ has quit [Ping timeout: 255 seconds]
Haudegen has joined #ocaml
Inst__ has quit [Ping timeout: 256 seconds]
bartholin has quit [Remote host closed the connection]
hackinghorn has quit [Quit: fBNC - https://bnc4free.com]
megeve has quit [Ping timeout: 255 seconds]
jyc has quit [Ping timeout: 255 seconds]
GreaseMonkey has quit [Ping timeout: 255 seconds]
greaser|q has joined #ocaml
megeve has joined #ocaml
trev has quit [Remote host closed the connection]
trev has joined #ocaml
hackinghorn has joined #ocaml
jyc has joined #ocaml
olle has joined #ocaml
<discocaml_> <Alistair> When using `ppx_import` with `staged_pps` I get the following error when using `dune build`: "This rule forbids all sandboxing modes (but it also requires sandboxing)" Anyone else encountered this error?
Inst__ has joined #ocaml
jlrnick has joined #ocaml
jlrnick has quit [Remote host closed the connection]
shon has quit [Quit: bye bye]
Haudegen has quit [Quit: Bin weg.]
amk has quit [Remote host closed the connection]
amk has joined #ocaml
Haudegen has joined #ocaml
wingsorc has quit [Ping timeout: 256 seconds]
<discocaml_> <mbacarella> aww yes, it even has a .git-blame-ignore-revs file
<companion_cube> gotta love the "add ocamlformat" PRs with +7.1 -8.5k
count3rmeasure has joined #ocaml
Guest19 has joined #ocaml
waleee has joined #ocaml
Guest19 has quit [Client Quit]
<olle> o0
<olle> 7.1k?
<companion_cube> yeah it reformats a ton of stuff
waleee has quit [Quit: WeeChat 3.8]
John_Ivan has quit [Read error: Connection reset by peer]
<discocaml_> <octachron> TIL: Format has been requesting that formatters are able to output substrings without giving any access to this feature to Format users for ... 27 years?
<companion_cube> heh
mbuf has quit [Quit: Leaving]
<discocaml_> <RegularSpatula> Just ran into this a couple days ago. Though rather than try and figure it out, I scrapped it as I had a deadline :/
John_Ivan has joined #ocaml
<discocaml_> <RegularSpatula> Oops forgot that the irc bridge doesn’t do the replies…that was to Alistair re ppx_import
azimut has joined #ocaml
<discocaml_> <emillon> the ppx_import issue is a known one in 3.6 that's going to be fixed in 3.7 https://github.com/ocaml/dune/issues/6644
sparogy has quit [Ping timeout: 260 seconds]
sparogy has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
bgs has joined #ocaml
xgqt has quit [Ping timeout: 265 seconds]
xgqt has joined #ocaml
jyc has quit [Ping timeout: 255 seconds]
greaser|q has quit [Ping timeout: 255 seconds]
greaser|q has joined #ocaml
jyc has joined #ocaml
Tuplanolla has joined #ocaml
Serpent7776 has quit [Ping timeout: 255 seconds]
Haudegen has joined #ocaml
greaser|q has quit [Changing host]
greaser|q has joined #ocaml
greaser|q is now known as GreaseMonkey
<olle> Progress is so slooooow
<olle> Writing a compiler it's like you gotta keep the entire project in your head at all times
<olle> Complex task
<discocaml_> <NULL> ? I found it rather streamlined when I wrote my toy one
<discocaml_> <NULL> If yours is optimising that might be the difference
bartholin has joined #ocaml
<olle> None at all, it's the inference I'm struggling with and its relation to the AST structure
<discocaml_> <NULL> So you're struggling specifically with the typing pass
trev has quit [Remote host closed the connection]
Stumpfenstiel has joined #ocaml
georgyo[m] has joined #ocaml
azimut has quit [Ping timeout: 255 seconds]
<olle> Yea and keeping all cases in my head
<olle> But I'm trying to do "memory polymorphism" now too
<olle> Maybe simpler unit-tests would help :d
<olle> 348 | Assignment (Infer_me, Variable id, expr) ->
<olle> Type of assignment = type of expr
<olle> But expr can also contain a memory allocation strategy that needs to be checked
<olle> Maybe it's too complex for my brain -.-
waleee has joined #ocaml
mro has joined #ocaml
<olle> Also lack of easy to run one specific test makes it a bit slower
<olle> dune runtest --filter <this specific test>
<olle> I'm manually commenting out tests right now ><
zbroyar has joined #ocaml
mro has quit [Quit: Leaving...]
<olle> hm can I more easily do that with non-inline tests btw?
<olle> run a specific test file?
<companion_cube> dune runtest the/path/to/the/file might do it
bgs has quit [Remote host closed the connection]
<olle> Error: Don't know about directory lib/test_class.ml specified on the command
<olle> line!
<olle> Oh it accepts folders?
<olle> Naja, it's late. Next session I'll look for other testers and write smaller tests too.
Inst__ is now known as Inst
wingsorc has joined #ocaml
olle has quit [Ping timeout: 252 seconds]
cedric has quit [Quit: Konversation terminated!]
bartholin has quit [Quit: Leaving]
Haudegen has quit [Quit: No Ping reply in 180 seconds.]
Haudegen has joined #ocaml
count3rmeasure has quit [Read error: Connection reset by peer]
Stumpfenstiel has quit [Ping timeout: 255 seconds]
Haudegen has quit [Ping timeout: 255 seconds]
trillion_exabyte has quit [Ping timeout: 260 seconds]
trillion_exabyte has joined #ocaml