-
-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Version::id() instead of "MD5 over source code" for encoding stat…
…ic analysis cache format in cache keys for static analysis cache This means that cached static analysis results will be treated as outdated when a new/different version of php-code-coverage is used even if the static analysis code has not changed. Optimizing this edge case for performance is not worth risking errors in the code for calculating the "MD5 over source code" that we previously used for this.
- Loading branch information
1 parent
bac9f42
commit 89e6947
Showing
2 changed files
with
9 additions
and
21 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