Nathan Rebours
Nathan Rebours
I'm quite surprised but after formatting it seems to work out of the box. I was sure the driver added some attributes by default but it appears it doesn't, or...
I just added the formatting of promoted files, now I need to implement the conditional promotion mechanism. What we would like to have here would be: 1. generate the formatted,...
Having an option to use the driver that way would be nice indeed but we have to be aware that some ppx are written as full AST rewriting and won't...
I opened ocaml-ppx/ppxlib#461. From the top of your head, do you have an idea of which ppx we'd like to use in dune that we wouldn't write ourselves? It'd be...
I haven't had a lot of time to work on this lately but should be able to resume this week, starting with a prototype for the ppxlib driver output mode!
No sorry, I still have to change the rules to make use of the new driver mode I added in ppxlib. I'll work on it next week!
I'm looking into how to rewrite the rules with the new driver mode. For context, the idea was to make the ppx driver not write to the target file if...
Thanks @rgrinberg! I just got back from vacation and will start working on this!
Sure ! I'll give it a try
Ok so I installed the new `asn1-combinators` you gave me yesterday. I've tried it a bit on our open source lib and it works fine. We're currently still using some...