-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Windows paths need improved handling #32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
C-bug
Category: bug
Comments
One blocker for this issue is dealing with rust-lang/rust#15149 |
Merged
I'm still getting an error which seems related to \ on Windows:
Should I open a new issue? |
Yes please! A small repo to reproduce would also be much appreciated! |
ehuss
pushed a commit
to ehuss/cargo
that referenced
this issue
Nov 19, 2023
39: Add `cargo-fix` executable r=killercup a=oli-obk fixes rust-lang#32
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Due to the
\
character, windows paths are both invalid URLs as well as causing all the tests to fail on windows. This can be closed when we no longer jankily replace\
with/
and also when the tests pass on windows.The text was updated successfully, but these errors were encountered: