forked from bazelbuild/bazel
-
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.
Add structured parsing output from blazerc files.
Introduces `OptionProcessor::GetBlazercOptions` method which returns a list of structs containing information about each option and its source file. The caller can than manipulate the list as needed before passing to `GetBlazercAndEnvCommandArgs`, which generates the `--rc_source` and `--default_override` flags from the structs. PiperOrigin-RevId: 718414757 Change-Id: Idfadfb708ac7b37e89a9730fc254bbfd5985e97d
- Loading branch information
1 parent
21e133f
commit 7c54196
Showing
2 changed files
with
74 additions
and
47 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