-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvements to protoparse's handling of message literals in custom o…
…ptions (#483) * fix interpretation of field values in message literals in custom options when: 1. bool field and value is just "t", "f", "True", "False" (supported by protoc, not previously supported by protoparse) 2. enum field and enum value name is "true", "false", "t", "f", "True", "False", "inf", or "nan" * extensions inside message literals use protobuf text format, which does not allow fully-qualified names starting with a dot
- Loading branch information
Showing
14 changed files
with
490 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.