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

improve windows support for symlinks #16784

Open
2 of 9 tasks
timotheecour opened this issue Jan 21, 2021 · 0 comments
Open
2 of 9 tasks

improve windows support for symlinks #16784

timotheecour opened this issue Jan 21, 2021 · 0 comments
Labels
OS/Architecture Specific OS (stdlib) Related to OS modules in standard library

Comments

@timotheecour
Copy link
Member

timotheecour commented Jan 21, 2021

The fact that symlinks are poorly supported on windows affects even non-windows users, for example see dom96/choosenim#189 (choosenim uses shims instead of symlinks, which can cause issues). Even if window's symlinks aren't semantically equivalent with posix symlinks (and aren't supported as well for older windows versions), we should still offer the best possible semantics the platform offers.

Examples

Check out the returned data structure to inspect. The reparse tag will tell you if it is a junction point or symbolic link. This may be all you want to do.

Additional Information

1.5.1 2b5841c

links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS/Architecture Specific OS (stdlib) Related to OS modules in standard library
Projects
None yet
Development

No branches or pull requests

1 participant