-
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.
Put a reference to RunfilesTree into MiddlemanAction and simplify the…
… creation of the latter. The plan is that it will be plumbed to RunfilesArtifactValue, thereby making RunfilesSupplier unnecessary. I don't know yet how that will work; the most likely approach is an ugly downcast of Action to MiddlemanAction in ArtifactFunction, but I hope I can come up with something more palatable. So for now, the private field remains unused. Since now there is only one kind of middleman, it was possible to delete a pleasant amount of code, including MiddlemanActionTest. RELNOTES: None. PiperOrigin-RevId: 597526236 Change-Id: I392fc662288cc5dbee3a058d246182916343f8cc
- Loading branch information
1 parent
aa9b1a4
commit 2544063
Showing
4 changed files
with
47 additions
and
195 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
112 changes: 0 additions & 112 deletions
112
src/test/java/com/google/devtools/build/lib/exec/MiddlemanActionTest.java
This file was deleted.
Oops, something went wrong.