uv/crates/uv-fs
konsti b865341517
Use correct lock path for workspace dependencies (#4421)
Previously, distributions created through `Source::Workspace` would have
the absolute path as lock path. This didn't cause any problems, since in
`Urls` we would later overwrite those urls with the correct one created
from being workspace members by path.

Changing the order surfaced this. This change emits the correct lock
path. I've manually checked the difference with `dbg!`, this is not
observable on main, but on the diverging urls branch it fixes lockfile
creation.
2024-06-20 13:28:47 +00:00
..
src Use correct lock path for workspace dependencies (#4421) 2024-06-20 13:28:47 +00:00
Cargo.toml Use a cross-platform representation for relative paths in pip compile (#3804) 2024-05-24 03:02:42 +00:00