-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added support for com_google_protobuf >= Protocol Buffers v28. (#4)
* Moved `ParseTextProtoHelper` into namespace `mbo::proto::proto_internal`. * Changed `ParseTextProtoHelper` to only accept derived proto messages on operator access. * Changed `ParseTextProtoHelper` to die on parsing failure. * Added `ParseText<T>() -> absl::StatusOr<T>`. * Improved error message detail for all parsing functions.
- Loading branch information
Showing
8 changed files
with
105 additions
and
484 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 was deleted.
Oops, something went wrong.
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.