mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-28 10:50:29 +00:00
Use a cross-platform representation for relative paths in pip compile (#3804)
## Summary I haven't tested on Windows yet, but the idea here is that we should use a portable representation when printing paths. I decided to limit the scope here to paths that we write to output files. Closes https://github.com/astral-sh/uv/issues/3800.
This commit is contained in:
parent
a7d486bc71
commit
8d566e553d
10 changed files with 75 additions and 26 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use std::hash::BuildHasherDefault;
|
||||
|
||||
use itertools::Either;
|
||||
use either::Either;
|
||||
use rustc_hash::FxHashMap;
|
||||
|
||||
use distribution_types::Requirement;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue