-
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] atdgen-codec-runtime, atd, atdgen-runtime, atds, atdj and atdgen (2.2.0) #15967
Conversation
…nd atdgen (2.2.0) CHANGES: * Add support for merging double annotations (`<ocaml from="ProtoA"><ocaml predef>`) * Add tests for annotation merging and target-specific annotations
The packages are failing to build:
|
Hmm, I have no idea why dune is looking for the executable. It's only necessary for running the tests. In any case, I'm a bit short on time, so I cannot continue to investigate. @pirbo do you want take over the releasee? Feel free to make whatever changes are necessary to make sure the tests aren't getting in the way. Please don't send patches to opam-repository however, just tag & release from upstream. |
from afar the error seems a bit like the one encountered in #15879 for |
Indeed, but in that issue the documentation was part of the package. I don’t see how I’ve made my tests part of the package in atd.
…On Mar 9, 2020, 4:26 PM +0000, Kate ***@***.***>, wrote:
from afar the error seems a bit like the one encountered here #15879 for rpc but with tests rules instead of documentation rules.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
All my patches needed to fix 2.1.0 have been upstreamed @XVilka. The problem here seems to be again simply a missing |
@rgrinberg indicated that the atd release would happen after dune 2.5.0 is out, as there's a bugfix in there that requires the dune fix. |
Good and I'm happy to de-involve myself :-) |
Just for the record - Dune 2.5.0 had been merged |
Runtime for atdgen generated bucklescript converters
CHANGES:
Add support for merging double annotations (
<ocaml from="ProtoA"><ocaml predef>
)Add tests for annotation merging and target-specific annotations