ocaml-protoc-plugin
ocaml-protoc-plugin copied to clipboard
ocaml-protoc-plugin
Hi! Thank you for open sourcing this compiler and supporting library. It looks like a great alternative to `ocaml-protoc` with a few interesting design choices. I just realized there's no...
Protobuf supports deprecating fields. The compiler should emit deprecated annotations to the deprecated code for fields where this is set.
This PR updates the bucklescript-related files. Btw everything still works well in runtime 👍. Thanks for the maintenance of this repo. For the automated publish script we'd need an npm...
On 32bit platforms, using unboxed values for 32bit will not work as expected, and alternative implementations are needed to handle this. Testing can be done by installing a 32bit version...
For example: ``` import "temporal/api/enums/v1/workflow.proto"; import "temporal/api/common/v1/message.proto"; import "temporal/api/failure/v1/message.proto"; import "temporal/api/taskqueue/v1/message.proto"; ``` Would generate a caml file with 3 times `Message = Message` lines generated, which is incorrect.
Hi, Thanks for your work on this project. This is a feature request more than an actual issue. tldr: Would it be possible to modify the OCaml generation to _optionally_...