<Janni>
It's a ppx deriver that adds logging to any function whose definition is annotated by a %log extension point. When an annotated function is called it pretty-prints the function name along with the supplied arguments.
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #ocaml
<Janni>
It is something that I thought eminently useful for debugging. (At least I myself have sorely missed this functionality for some time now).
<Janni>
I'm curious about your opinions on this project. How useful might it be for you in your opinion? Does something similar or more useful already exist? Could I have implemented it in a simpler fashion?
<Janni>
(I'm especially interested in the opinion of ppx gurus as this is the first ppx deriver I have written.)
Guest50 has joined #ocaml
Guest50 has quit [Client Quit]
pkal has joined #ocaml
bartholin has joined #ocaml
Anarchos has joined #ocaml
Janni has quit [Ping timeout: 245 seconds]
szkl has joined #ocaml
<pkal>
Does anyone here install Ocaml packages from the Debian archives?
<discocaml>
<._null._> Inm pretty sure that's not recommended
<discocaml>
<Kali> no, you should always install from opam/esy, not the package manager
<discocaml>
<Kali> no, you should always install from opam/esy, not the system package manager
<Anarchos>
pkal i always compile from scratch even for opam packages, due to my exotic OS ...