-
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.
Add flag --incompatible_blacklisted_protos_requires_proto_info
This change adds a new incompatible flag that makes ProtoInfo mandatory for skipping code-gen for some proto sources (e.g. WKPs that are already provided by the proto runtime). Flipping this flag will allow us to get rid of ProtoInfo#getOriginal{Direct,Transitive}ProtoSources(). https://docs.google.com/document/d/1UmF_P4NDVl6Nw4JsHoHYp74iCdEQNh1O3-SVAX1CdjU/edit# RELNOTES: Adds --incompatible_blacklisted_protos_requires_proto_info to indicate whether proto_lang_toolchain.blacklisted_protos requires ProtoInfo. Closes #11617. PiperOrigin-RevId: 319386644
- Loading branch information
1 parent
ea6e9ee
commit c01c1f1
Showing
2 changed files
with
25 additions
and
1 deletion.
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