Skip to content
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

Std-Canonicalized windows paths don't work #111

Closed
nico-abram opened this issue Apr 20, 2022 · 0 comments · Fixed by #112
Closed

Std-Canonicalized windows paths don't work #111

nico-abram opened this issue Apr 20, 2022 · 0 comments · Fixed by #112

Comments

@nico-abram
Copy link
Contributor

std's canonicalize generates verbatim paths on windows.

glob currently returns an empty vec for all verbatim paths: https://github.com/rust-lang-nursery/glob/blob/337d417ee872dc04e8e6faff4b7379141933df59/src/lib.rs#L223-L234

But I don't think there' a reason it can't handle VerbatimDisk paths, which should fix the majority of normal canonicalized paths. See pacak/cargo-show-asm#1 for an example of a problem caused by this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant