Skip to content

Basic: handle root checking on Windows more properly #51

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

Closed
wants to merge 1 commit into from

Conversation

compnerd
Copy link
Member

Roots on Windows are more complicated. The drive name is not considered
a root, but is a root for the Path API as you can not go any further.
It is however a name and not a path, therefore it is not a root path.
Use that alongwith PathCchIsRootW to classify the paths on Windows as
being a root or not.

Roots on Windows are more complicated.  The drive name is not considered
a root, but is a root for the Path API as you can not go any further.
It is however a name and not a path, therefore it is not a root path.
Use that alongwith `PathCchIsRootW` to classify the paths on Windows as
being a root or not.
@aciidgh
Copy link
Contributor

aciidgh commented Feb 26, 2020

@swift-ci smoke test

@aciidgh
Copy link
Contributor

aciidgh commented Feb 26, 2020

@swift-ci test

@tomerd
Copy link
Contributor

tomerd commented Aug 17, 2020

@compnerd should we continue to work on this in light of recent discussions?

@compnerd
Copy link
Member Author

The current changes required to bootstrap are in #114. This should is considered obsoleted.

@compnerd compnerd closed this Aug 20, 2020
@compnerd compnerd deleted the rooted branch August 20, 2020 15:43
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.

3 participants