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

make Windows realpath consistent with Mac and Unix #30611

Merged
merged 3 commits into from
Jan 10, 2019

Conversation

stevengj
Copy link
Member

@stevengj stevengj commented Jan 5, 2019

Fixes #30588: realpath on Windows now throws an exception if the file does not exist, and returns the filename in the canonical case on case-preserving filesystems (like it already does on Mac).

@stevengj stevengj added system:windows Affects only Windows filesystem Underlying file system and functions that use it labels Jan 5, 2019
@stevengj
Copy link
Member Author

stevengj commented Jan 8, 2019

Probably #30613 should be merged first. Then I can use windowserror here, so that I don't change the exception type.

Update: Done.

@stevengj
Copy link
Member Author

@StefanKarpinski, this should be ready to merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filesystem Underlying file system and functions that use it system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants