-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do correct path checking in precompiled cache.
The commit ed9ccc0 changed the behavior of the precompiled cache to store relative instead of absolute paths. That seems to have broken the ability to properly check if a library exists, thereby defeating precompiled caching. The issue that discovered this is #3431, and ascribed this to extensible snapshots. I _think_, though I'm not 100% certain, that this bug reaches much farther than extensible snapshots, and in fact breaks all precompiled caches.
- Loading branch information
Showing
2 changed files
with
25 additions
and
5 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