Nathan Rebours
Nathan Rebours
Just opened https://github.com/patricoferris/bisect_ppx/pull/2 which should fix the error @AllanBlanchard !
@aantron what are the remaining blockers on this PR?
Glad to hear that @pedrobslisboa ! Ideally it'd be great to have the content of your `README.md` files into the manual, converted from markdown to odoc's `.mld` syntax so that...
One thing we could consider too is using MDX to check code fragments that live inside the documentation to make sure those don't go outdated! Again, that's not high priority...
@pedrobslisboa just pushed a `ppx-by-example` branch, sorry for the delay!
I just updated the ppx-by-example branch and rebased it on top of `main`. Can you please rebase this @pedrobslisboa ? I'll review straight away!
Indeed, we don't have context free rules to rewrite nodes based on their attributes so yes, as of today, you'd have to register a whole AST transformation. We don't encourage...
Ah right, it's a bit of special case, feel free to ignore my comment regarding syntax as that shouldn't be a concern for you.
I'll look into this as I think it's just a matter of generating code with a sensible location. A good place to start would be to make the generated code...
It indeed looks like an oversight, thanks for reporting this! I'll take a look shortly!