Skip to content

test: temporary fix for UNC path parsing issue#331

Merged
alexcrichton merged 1 commit into
composefs:masterfrom
weihanglo:unc-fix
Jul 5, 2023
Merged

test: temporary fix for UNC path parsing issue#331
alexcrichton merged 1 commit into
composefs:masterfrom
weihanglo:unc-fix

Conversation

@weihanglo

@weihanglo weihanglo commented Jun 29, 2023

Copy link
Copy Markdown
Contributor

Prepend c: so that it won't be treated as UNC path.

See rust-lang/rust#100833 for more.

Probably fixes #299?

Prepend `c:` so that it won't be treated as UNC path.

See rust-lang/rust#100833 for more.
@alexcrichton alexcrichton merged commit 7025986 into composefs:master Jul 5, 2023
@alexcrichton

Copy link
Copy Markdown
Collaborator

Thanks!

@weihanglo weihanglo deleted the unc-fix branch July 10, 2023 18:18
ararslan pushed a commit to ararslan/binstall-tar that referenced this pull request Jun 6, 2024
Prepend `c:` so that it won't be treated as UNC path.

See rust-lang/rust#100833 for more.

(cherry picked from commit 7025986)
charliermarsh added a commit to astral-sh/tokio-tar that referenced this pull request Feb 5, 2025
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 this pull request may close these issues.

Windows CI is failing due to std::path::Path

2 participants