tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
446 stars 82 forks source link

fix: .. the parser #205

Closed FauxFaux closed 1 year ago

FauxFaux commented 2 years ago

The new parser has broken ./generate_modules.sh in a number of places.

As a first ... pass, fix the parser to actually error on rejections, then fix all of the .proto files the parser just rejects, due to omissions or bugs.