uv/crates/uv-distribution
Charlie Marsh 189d0d41d0
Remove redirects from the resolver (#2792)
## Summary

Rather than storing the `redirects` on the resolver, this PR just
re-uses the "convert this URL to precise" logic when we convert to a
`Resolution` after-the-fact. I think this is a lot simpler: it removes
state from the resolver, and simplifies a lot of the hooks around
distribution fetching (e.g., `get_or_build_wheel_metadata` no longer
returns `(Metadata23, Option<Url>)`).
2024-04-03 02:43:57 +00:00
..
src Remove redirects from the resolver (#2792) 2024-04-03 02:43:57 +00:00
Cargo.toml Add an in-memory cache for Git references (#2682) 2024-03-27 01:39:01 +00:00