mransan/ocaml-protoc

[Bug] Parsing error. v1.2.0

jsmankoo opened this issue · 2 comments

Expectation

Successfully parses proto file and creates appropriate ocaml files

Actual

○ → ocaml-protoc -bs -binary -ml_out src ./test.proto
./test.proto:6:0: Parsing error.

screen shot 2018-09-30 at 4 28 48 pm

Good catch, need to add support for enum options.

Fixed in #145 will start an opam release.