-
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.
Generalize the concept of a FileArtifactValue with a resolved path.
The presence of a resolved path is now orthogonal to the remainder of the metadata, i.e., any existing metadata may be wrapped with a resolved path. The added flexibility will be useful in upcoming changes extending the concept of lazy materialization to non-remote artifacts. This CL doesn't change preexisting behavior; it's just an API refactoring. PiperOrigin-RevId: 722116113 Change-Id: I85234bf7363ea3361ff756bd65015010fff618a9
- Loading branch information
1 parent
8a75e27
commit 50e228b
Showing
18 changed files
with
477 additions
and
449 deletions.
There are no files selected for viewing
337 changes: 182 additions & 155 deletions
337
src/main/java/com/google/devtools/build/lib/actions/FileArtifactValue.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.