-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with copying unrecognized Enum values (#188)
Before, this resulted in an error on decoding; now, it succeeds. I removed the comment about deleting the CopyProtoMessage function since (1) there's uses of the function both internally and by users of apitools, and (2) it's clearly non-trivial to correctly copy a proto message.
- Loading branch information
1 parent
9c954cd
commit 48e438b
Showing
2 changed files
with
30 additions
and
4 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