-
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.
Remove Event's BUILD dependencies on filesystem things
This winds up pulling in all sorts of dependencies (filesystem, profiler) for what's otherwise a low-level library. Also, this makes it much more clear that the whole withOutErr thing exists purely for ferrying action output around the system. Having events be semi-silently backed by files has been a source of several issues in the past, hopefully this rephrasing / indirection discourages future uses. I feel like the code in this area is still somewhat awkward - I tried to look past that for the most part and stay focused on cutting dependencies. PiperOrigin-RevId: 393846789
- Loading branch information
1 parent
26354a0
commit 19ee1aa
Showing
5 changed files
with
149 additions
and
75 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
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