-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use a cross-platform representation for relative paths in pip compile
#3804
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool if it works!
68db610
to
726c048
Compare
Famous last words. |
CodSpeed Performance ReportMerging #3804 will not alter performanceComparing Summary
|
Alright, this isn't quite what we want. But I think I can use this crate to solve this specific problem. |
Specifically, I think I can use this when we |
Ok, this definitely is not doing what I want. |
Okay, this actually does do what we want. |
c1d56f2
to
68601df
Compare
pip compile
68601df
to
0183c34
Compare
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 #3800.