Open PMunch opened 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.
type
Recently tried to parse a protobuf file with a field named
type
. This causes issues with this library astype
is a reserved keyword. The error however was super obscure, this should definitely be fixed.