path/filepath: EvalSymlinks ignores link type on Windows #71165
Labels
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
OS-Windows
Milestone
Windows makes a distinction between symlinks to a file and to a directory. A file link pointing to a directory cannot be traversed, nor can a directory link pointing to a file.
filepath.EvalSymlinks
doesn't pay any attention to the type of links, however, and will resolve links that Windows will not. It probably should behave consistently with the rest of the OS.Possible testcases (currently failing):
The text was updated successfully, but these errors were encountered: