issuu / ocaml-protoc-plugin

ocaml-protoc-plugin
https://issuu.github.io/ocaml-protoc-plugin/
Other
48 stars 19 forks source link

Duplicate message type fields not merged correctly #57

Closed andersfugmann closed 6 months ago

andersfugmann commented 8 months ago

According to the spec https://protobuf.dev/programming-guides/encoding/#last-one-wins, a Message (field) transmitted multiple times should be merged into a single message.

andersfugmann commented 6 months ago

Fixed on https://github.com/andersfugmann/ocaml-protoc-plugin