PMunch / protobuf-nim

Protobuf implementation in pure Nim that leverages the power of the macro system to not depend on any external tools
MIT License
171 stars 14 forks source link

Improve error on name collision #29

Open PMunch opened 2 years ago

PMunch commented 2 years ago

Recently tried to parse a protobuf file with a field named type. This causes issues with this library as type is a reserved keyword. The error however was super obscure, this should definitely be fixed.