-
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
(hijack of) atdgen-codec-runtime, atd, atdgen-runtime, atds, atdj and atdgen (2.1.0) #15895
Conversation
CHANGES: * Fix bug preventing generated code from compiling when using json adapters on recursive types. * Improve automatic error messages shown in case of failed validation. Now include the validator's name or code. * Add support for json adapters in the bucklescript backend. (ahrefs/atd#153)
745b87d
to
003641f
Compare
Very clean fix would be to define a conf-scala package and put it as a dependency but this is above my will
003641f
to
505e5b0
Compare
cc @rgrinberg |
Still some problems left, see e.g.:
Also it tries to compile atdj-2.0.0 with atgen-2.1.0, which produces the error:
It might require adjusting some version requirements. |
@pirbo let's not add any patches to the release. If there's a change you'd like to apply, just make an upstream PR and we'll sort it out. |
I don't understand. All the patches I've introduced here were |
It's quite confusing for people when an upstream tag doesn't match the contents of a package in opam. It should be avoided as much as possible.
The plan is to release |
@pirbo did you have any luck with upstreaming this? The plain 2.2.0 release PR didn't work out, seems more fixes required. |
This is #15444 +
the patch(edit) probably too much patches to be reasonable includingin order to see if it improves the situation