uv/crates/cache-key/src
Charlie Marsh c30a65ee0c
Allow conflicting Git URLs that refer to the same commit SHA (#2769)
## Summary

This PR leverages our lookahead direct URL resolution to significantly
improve the range of Git URLs that we can accept (e.g., if a user
provides the same requirement, once as a direct dependency, and once as
a tag). We did some of this in #2285, but the solution here is more
general and works for arbitrary transitive URLs.

Closes https://github.com/astral-sh/uv/issues/2614.
2024-04-02 23:36:35 +00:00
..
cache_key.rs Avoid storing absolute URLs for files (#944) 2024-01-17 09:15:21 -05:00
canonical_url.rs Allow conflicting Git URLs that refer to the same commit SHA (#2769) 2024-04-02 23:36:35 +00:00
digest.rs Split puffin-cache into Puffin-specific and generic utilities (#728) 2023-12-25 14:38:56 +00:00
lib.rs Split puffin-cache into Puffin-specific and generic utilities (#728) 2023-12-25 14:38:56 +00:00
stable_hash.rs Split puffin-cache into Puffin-specific and generic utilities (#728) 2023-12-25 14:38:56 +00:00