uv/crates/uv-distribution-filename
Charlie Marsh 4d5041dc00 Use files instead of junctions on Windows (#11269)
Instead of using junctions, we can just write files that contain (as the
file contents) the target path. This requires a little more finesse in
that, as readers, we need to know where to expect these. But it also
means we get to avoid junctions, which have led to a variety of
confusing behaviors. Further, `replace_symlink` should now be on atomic
on Windows.

Closes #11263.
2025-02-13 16:17:49 -06:00
..
src Use files instead of junctions on Windows (#11269) 2025-02-13 16:17:49 -06:00
Cargo.toml Use memchr for wheel parsing (#10620) 2025-01-15 11:39:25 -05:00