Paul-Elliot Anglès d'Auriac
Paul-Elliot Anglès d'Auriac
Note that we decided that we will change the ppxlib behaviour regarding the handling of exceptions, to match the current use of `raise_errorf` in PPXs. Catching an exception will **no...
Thanks for the workaround! I am just a little bit worried the content would be stuck with "something small", which might be worse than not updating the document fully. But...
Very sorry about the delay. I'll put that on the top of my todo list. (Although next week I'm on holidays).
About the inclusion of deprecation of the API in this PR: I don't have a strong opinion at all... If there is a clear indication of what should be used...
Looks good to merge to me. I opened the issues you found with the API. I guess you could wait for them to be implemented (I consider having them as...
Hello ! Sorry I'm off during one month, I will assess whether I accept this responsibility when I come back!
Sorry for the long delay, I'm back. @NathanReb since you have joined as a ppxlib maintainer, there is a new variable in the equation! Would you be interested in any...
I could only find the equivalence of empty attributes with attributes with value `""`: > **Empty attribute syntax** > Just the [attribute name](https://html.spec.whatwg.org/#syntax-attribute-name). The value is implicitly the empty string....
I made a repro at https://github.com/panglesd/odoc/tree/fix-930. I think `.cmi`gives odoc module type whose values are "already computed" by the compiler, hence the fact that there is no issue.
I forgot to mention one of the challenge such change will lead to. `cmarkit` is only available for `ocaml` of version at least 4.14. So we have several options here:...