-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail to build descriptor if ctype is specified for non string/bytes f…
…ields for Edition 2023 and beyond. Since ctype option is visible to all languages than just C++, this CL moves the ctype validation to DescriptorBuilder for Edition 2023 and beyond. This may cause failures to proto files that were never built for C++ but still have the issue. Note that this CL does not affect proto2 or proto3. PiperOrigin-RevId: 603106684
- Loading branch information
1 parent
21ab745
commit 8b4c7a1
Showing
2 changed files
with
4 additions
and
3 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