-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flip --incompatible_struct_has_no_methods
Disables the ability to use struct.to_proto() and struct.to_json() by default. Instances of this can be safely replaced with either: * proto.encode_text(struct) * json.encode(struct) RELNOTES[INC]: Flipped --incompatible_struct_has_no_methods Fixes #19465 PiperOrigin-RevId: 617511177 Change-Id: Ie626da396f52fbed24bf2be8c04c89dbcc47e63f
- Loading branch information
1 parent
3b6aac0
commit 8f18d36
Showing
3 changed files
with
18 additions
and
12 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