-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
questionAn issue that is lacking clarity on one or more points.An issue that is lacking clarity on one or more points.
Description
This is about the commit "Fix symlink test", which fails with access denied on Windows.
The standard library had the same problem, because Microsoft has made it very hard to create symlinks on Windows. I worked around it in this pull request.
The best option for testing is to use directory junctions, which you do have permission for to create.
But I never finished cleaning up the implementation of this in in the standard library...
Metadata
Metadata
Assignees
Labels
questionAn issue that is lacking clarity on one or more points.An issue that is lacking clarity on one or more points.