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
Hi,
I found another invalid case in protoprinter.
If you make a negative identifier in enum (yes, it is possible), then after compiling into a descriptor something like this:
Hi,
I found another invalid case in protoprinter.
If you make a negative identifier in enum (yes, it is possible), then after compiling into a descriptor something like this:
after using protoprint, it turns into
The fields are sorted in ascending order. As a result, we get an invalid proto3 file because
First enum value must be 0 in proto3
The text was updated successfully, but these errors were encountered: