-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[new release] ocamlformat and ocamlformat-rpc-lib (0.24.0) #21774
Conversation
CHANGES: ### New features - Support `odoc-parser.2.0.0` (ocaml-ppx/ocamlformat#2123, @gpetiot) * Breaking change: incompatible with earlier versions of `odoc-parser` * New inline math elements `{m ...}` available in doc-comments * New block math elements `{math ...}` available in doc-comments
"base" {>= "v0.12.0"} | ||
"cmdliner" {>= "1.1.0"} | ||
"dune" {>= "2.8"} | ||
"dune" {with-test & < "3.0"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that still the case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh we can loosen up this one indeed!
Mmh, it seems to still be incompatible, do you know why?
|
No it shouldn't depend on the odoc-parser version. It looks like the only thing that changed in the test env is dune being 3.3.1, and I'm not a fan of having tests depending on the dune version. @emillon do you know if dune is the culprit here? (a few things changed for cram tests in 3.0.0) |
Not super easy to determine with just this diff, it would be useful to try to pinpoint exactly which release introduces the diff (and determine which ). If that's |
I confirm this is fine with 2.9.3 and broken with 3.0.2., but the |
fixed in ocaml-ppx/ocamlformat#2124 |
Replaced by #21830 |
Auto-formatter for OCaml code
CHANGES:
New features
odoc-parser.2.0.0
(Support odoc-parser.2.0.0 ocaml-ppx/ocamlformat#2123, @gpetiot)odoc-parser
{m ...}
available in doc-comments{math ...}
available in doc-comments