uv/crates/uv-installer
Charlie Marsh f3965fef5e
Use filename trait for WheelWire conversion (#3651)
## Summary

The main motivation here is that the `.filename()` method that we
implement on `Url` will do URL decoding for the last segment, which we
were missing here.

The errors are a bit awkward, because in
`crates/uv-resolver/src/lock.rs`, we wrap in `failed to extract filename
from URL: {url}`, so in theory we want the underlying errors to _omit_
the URL? But sometimes they use `#[error(transparent)]`?
2024-05-20 09:25:31 -04:00
..
src Use filename trait for WheelWire conversion (#3651) 2024-05-20 09:25:31 -04:00
Cargo.toml Add parsed URL fields to Dist variants (#3429) 2024-05-14 01:23:27 +00:00