-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cache invalidation caused by unscoped lookup (#192)
It seems that keys are not scoped when looked up from `Def.Initialize[]` referenced within `Def.taskDyn()`, resulting in `streams.value.cacheStoreFactory` defaulting to a directory shared across configurations. Within a task referenced in a `taskDyn`, the enclosing scope is lost (not propagated), so we fall back to the global cache directory no matter on which config/task its evaluated.
Showing
2 changed files
with
11 additions
and
13 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