-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[new release] ocaml-protoc-plugin (3 packages) (6.2.0) #28412
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
base: master
Are you sure you want to change the base?
[new release] ocaml-protoc-plugin (3 packages) (6.2.0) #28412
Conversation
CHANGES: - Fix potential nameclash for messages defining extensions - Resolve compilation warning on deprecated fields enclosed in a oneof - Improve how comments are copied to generated code - Add flag 'singleton\_oneof\_as\_option' to map single field onofs to option type (default on). Set to 'false' to keep old behaviour. - Improve copying of comments from .proto files into ocaml code using omd to parse markdown - Fix problem with deserializing large singed integers (andersfugmann/ocaml-protoc-plugin#45)
The tests are only expected to run on Linux/Mac platforms where the |
Thanks! I'm puzzled by these new
opam-repository$ git grlog packages/conf-protoc/conf-protoc.4.4.0/opam
opam-repository$ git grlog packages/conf-protoc-dev/conf-protoc-dev.1.0.0/opam
Finally, you can disable a package on Windows with |
My bad. I did not want to publish new versions of the ‘conf-protoc’ package. Ill remove these and inhibit tests on windows. |
Hmm. Adding |
The failure comes when attempting to run
This is thus to be expected. If we want to extend As for this PR, I can see lower bounds failures for the Edit - I forgot: Thanks for adding |
I've addressed the lower bound for |
I agree, CI summary:
I'm unsure whether anything should be done about the former, failing C++ compiler version check during |
The errors come from compiling protobuf test stubs, related to json tests.
Why the package systems does not ensure availability of a usable compiler is beyond me, and I dont think we should fix this. We can add additional |
Plugin for protoc protobuf compiler to generate ocaml definitions from a .proto file
CHANGES:
onofs to option type (default on). Set to 'false' to keep old
behaviour.
omd to parse markdown