-
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.
This also generally refactors ConfigCommand to make a clean separation between structural logic and output formatting logic. ConfigCommand is responsible for taking a raw BuildConfiguration and translating it into appropriate data structures that represent what it wants to output: what data is output, how data relates to other data, and how results are ordered. An output formatter then consumes these data structures to style the output accordingly. This also moves the logic that handled both out of BuildConfiguration & FragmentOptions. It's neat how simple this makes JsonOutputFormatter. :) Serves #10613. PiperOrigin-RevId: 293152292
- Loading branch information
1 parent
43ce0d4
commit 271b8ce
Showing
6 changed files
with
427 additions
and
192 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
Oops, something went wrong.