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.
Forbid simultaneously requesting both a JSON and binary execution log.
Although this is a breaking change, I find it unlikely that anyone requests both, given how unwieldy these files are. This avoids future complexity around format conversions as we add more of them (specifically: in order to add a new format while keeping the old formats equally performant, the choice of "raw" format would likely have to vary, so there would be additional pairs to convert between). The current conversion code can also be simplified, as there's now at most one conversion to make, but I prefer doing that separately. Related to bazelbuild#18643. PiperOrigin-RevId: 582994996 Change-Id: I8e0bc228c73a0da7f3e7b830ade2cab6c14319ff
- Loading branch information
1 parent
51bddee
commit 4b7c808
Showing
3 changed files
with
23 additions
and
2 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