Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix CURF's resolve generating the wrong repo-id
Instead of a SHA1 like those generated when creating a precomp file as result of a .need, we got the source file's path as repo-id. Therefore the equality check always failed causing unnecessary recompiles. Fixed by using the same code for generating the id in both methods.
- Loading branch information