-
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.
Implement a
RemoteAnalysisCachingDependenciesProvider
interface.
This interface groups together the functionalities needed for serialization, such as `ObjectCodecs`, `FingerprintValueStore`, and the `PathFragmentPrefixTrie` (for active_directories boundary matching). The implementation is instantiated immediately after evaluating `PROJECT.scl`. The implementation can then be passed as an argument into the analysis and execution phases for SkyFunction in-line deserialization operations. For this CL, we are just updating `FrontierSerializer` to use this provider instead of individual dependency objects. PiperOrigin-RevId: 673722701 Change-Id: I7c0426185d2dba9659d204019f022e5bb5a77725
- Loading branch information
1 parent
1c4d145
commit be9668d
Showing
8 changed files
with
154 additions
and
97 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
Oops, something went wrong.