Skip to content

TSCBasic: correct handling of normalizing relative paths #248

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

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

compnerd
Copy link
Member

Relative paths which are empty or . need to be handled as a special
case as PathCanonicalizeW is meant to canonicalize absolute paths, and
will convert these cases to the root of the current drive \. This
enables a number of swift-driver tests to now pass on Windows.

Relative paths which are empty or `.` need to be handled as a special
case as PathCanonicalizeW is meant to canonicalize absolute paths, and
will convert these cases to the root of the current drive `\`.  This
enables a number of swift-driver tests to now pass on Windows.
@compnerd
Copy link
Member Author

@swift-ci please test

@neonichu neonichu merged commit c796272 into swiftlang:main Oct 14, 2021
@compnerd compnerd deleted the relativity branch October 15, 2021 01:25
@compnerd compnerd restored the relativity branch October 15, 2021 01:25
@compnerd compnerd deleted the relativity branch October 15, 2021 01:25
@compnerd compnerd restored the relativity branch October 15, 2021 01:25
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