You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proto3-suite parser does not know how to interpret uses of the reserved keyword inside of enum statements. For example, the following protocol buffer:
The
proto3-suite
parser does not know how to interpret uses of thereserved
keyword inside of enum statements. For example, the following protocol buffer:will produce the following error when given as input to the
compile-proto-file
executable:We should be able to parse
reserved
in enum statements according the proto2/proto3 "specification", see: https://protobuf.dev/programming-guides/proto3/#reserved.The text was updated successfully, but these errors were encountered: