uv/crates/uv-dispatch
Charlie Marsh b6ce39f45e
Remove lossy resolution-to-requirements conversion in install plan (#7798)
## Summary

This is a longstanding piece of technical debt. After we resolve, we
have a bunch of `ResolvedDist` entries. We then convert those to
`Requirement` (which is lossy -- we lose information like "the index
that the package was resolved to"), and then back to `Dist`.
2024-09-30 10:13:09 -04:00
..
src Remove lossy resolution-to-requirements conversion in install plan (#7798) 2024-09-30 10:13:09 -04:00
Cargo.toml Rename uv-build to uv-build-frontend (#7688) 2024-09-25 14:17:54 -04:00