uv/crates/uv-resolver
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
tests Use distinct Constraints and Overrides types more widely (#2741) 2024-03-31 13:46:37 -04:00
Cargo.toml Rename uv-traits and split into separate modules (#2674) 2024-03-26 15:39:43 -05:00