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
It's uncommon, but a negative enum is allowed by the spec (because an enum is represented as a varint without zigzag encoding, it occupies the maximum length of 10 bytes).
test.proto has NegEnum = -1 but its use in tests is commented out.
The text was updated successfully, but these errors were encountered:
It's uncommon, but a negative enum is allowed by the spec (because an enum is represented as a varint without zigzag encoding, it occupies the maximum length of 10 bytes).
test.proto has
NegEnum = -1
but its use in tests is commented out.The text was updated successfully, but these errors were encountered: