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

Add support for absolute paths on Windows #1725

Merged
merged 2 commits into from
Feb 20, 2024
Merged

Conversation

charliermarsh
Copy link
Member

Summary

The main change is that we need to have an explicit list of protocols we do support (like https), so that when we see a Windows absolute path (C:\...), we don't treat the C as a protocol itself.

Closes #1539.

@charliermarsh charliermarsh force-pushed the charlie/abs-path branch 5 times, most recently from 393ab52 to a995adf Compare February 20, 2024 01:28
@charliermarsh charliermarsh added the bug Something isn't working label Feb 20, 2024
@charliermarsh charliermarsh marked this pull request as ready for review February 20, 2024 01:31
@charliermarsh charliermarsh enabled auto-merge (squash) February 20, 2024 01:36
@charliermarsh charliermarsh merged commit c05080a into main Feb 20, 2024
7 checks passed
@charliermarsh charliermarsh deleted the charlie/abs-path branch February 20, 2024 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support absolute path on windows
1 participant