-
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] capnp (3.6.0) #24132
Merged
Merged
[new release] capnp (3.6.0) #24132
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CHANGES: - Update README to talk about stdint, not uint (reported by @liyishuai). Also, remove out-of-date list of runtime packages needed. The build system can sort that out. - Remove all `inlined` attributes (@talex5 capnproto/capnp-ocaml#87 capnproto/capnp-ocaml#88). These cause confusing compiler warnings for users, which can't be disabled automatically, and the inlining isn't being used anyway since capnproto/capnp-ocaml#83. - Fix "Unknown interface" error (@talex5 capnproto/capnp-ocaml#85). It reported the UUID of the actual object, not the UUID that was requested. Also, add `Registry.pp_interface` for better error messages. - Minor opam fixes (@talex5 capnproto/capnp-ocaml#84). Depend on dune >= 2.3 and don't try to build benchmarks; that only works on some platforms. - Bump minimum OCaml version to 4.08. 4.07 doesn't work due to janestreet/base#94.
Arm32 native code is failing on 4.14
|
Sorry - should have mentioned that! The arm32 tests fail due to ocaml/ocaml#10571 (this also affected previous releases). |
Thanks! You may want to announce this on https://discuss.ocaml.org, where we have a Community category and an |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OCaml code generation plugin for the Cap'n Proto serialization framework
CHANGES:
Update README to talk about stdint, not uint (reported by @liyishuai).
Also, remove out-of-date list of runtime packages needed. The build system can sort that out.
Remove all
inlined
attributes (@talex5 Fix invalid doc-comments and inline attributes capnproto/capnp-ocaml#87 Remove allinlined
attributes capnproto/capnp-ocaml#88).These cause confusing compiler warnings for users, which can't be disabled automatically,
and the inlining isn't being used anyway since Remove compiler flags for flambda capnproto/capnp-ocaml#83.
Fix "Unknown interface" error (@talex5 Fix "Unknown interface" error capnproto/capnp-ocaml#85).
It reported the UUID of the actual object, not the UUID that was requested.
Also, add
Registry.pp_interface
for better error messages.Minor opam fixes (@talex5 Minor opam fixes capnproto/capnp-ocaml#84).
Depend on dune >= 2.3 and don't try to build benchmarks; that only works on some platforms.
Bump minimum OCaml version to 4.08.
4.07 doesn't work due to Required module `Bigarray' is unavailable janestreet/base#94.