You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\a>go run D:\test\checklink.go .
. <nil>
C:\b>go run D:\test\checklink.go .
. <nil>
C:\c>go run D:\test\checklink.go .
. <nil>
Actual result:
C:\a>go run D:\test\checklink.go .
. <nil>
C:\b>go run D:\test\checklink.go .
go build command-line-arguments: C:\Go\pkg\tool\windows_amd64\6l.exe: chdir a: The system cannot find the file specified.
C:\c>go run D:\test\checklink.go .
EvalSymlinks: too many links in .
The text was updated successfully, but these errors were encountered:
ianlancetaylor
changed the title
windows: path/filepath.EvalSymlinks produces incorrect results when called with "." inside a symlink
path/filepath: windows: EvalSymlinks produces incorrect results when called with "." inside a symlink
Sep 2, 2015
reproducible with
OS
Windows 7 Home Premium x64
How to repeat
passing . as argument
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered: