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
a message field is defined as uint32 in the .proto file. If the text format file specifies the value as 0xFFFF, the parse fails with the ProtobufCTextError error_txt field set to "Error found on line nn. field_xx is not an enum field."
When the value is specified as decimal 65535, no error occurs. This should be considered an error because protoc-c properly parses hex and decimal values.
The text was updated successfully, but these errors were encountered:
a message field is defined as uint32 in the .proto file. If the text format file specifies the value as 0xFFFF, the parse fails with the ProtobufCTextError error_txt field set to "Error found on line nn. field_xx is not an enum field."
When the value is specified as decimal 65535, no error occurs. This should be considered an error because protoc-c properly parses hex and decimal values.
The text was updated successfully, but these errors were encountered: