Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upDeriving Json: inline notation no longer supported? #918
Labels
Comments
This comment has been minimized.
This comment has been minimized.
I think the syntax changed a little when we switch to ppxlib (#809) Try this syntax
|
Closed
This comment has been minimized.
This comment has been minimized.
This seems to work, indeed, with the following changes:
|
This comment has been minimized.
This comment has been minimized.
I created #922 to document the syntax a bit. It also include a change to allow |
This comment has been minimized.
This comment has been minimized.
I've added some documentation for upgrading to 3.5 |
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
An expression
[%derive.json: cookie_array]
no longer compiles:Versions
This compiles with Js_of_ocaml 3.4 but not Js_of_ocaml 3.5