-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/internal/moddeps: walk GOROOT when it is a symlink #64376
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
Conversation
…ind "std" if GOROOT is symbol link output findGorootModules didn't find the well-known module "std" now avoid test failures by handling GOROOT using os.Readlink when testing if GOROOT is a symbolic link. Fixes golang#64375
This PR (HEAD: c00694b) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/544757. Important tips:
|
Message from qiulaidongfeng: Patch Set 1: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
Message from Bryan Mills: Patch Set 1: Code-Review+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
Message from Bryan Mills: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
This PR (HEAD: 85a4de2) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/544757. Important tips:
|
This PR (HEAD: 05590b9) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/544757. Important tips:
|
Message from qiulaidongfeng: Patch Set 4: Run-TryBot+1 (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
Message from Gopher Robot: Patch Set 4: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
Message from qiulaidongfeng: Patch Set 4: -Run-TryBot Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
Message from Bryan Mills: Patch Set 4: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
Message from Bryan Mills: Patch Set 4: Auto-Submit+1 Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
Message from Gopher Robot: Patch Set 4: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544757. |
Fixes #64375 Change-Id: I24ce67ef254db447cdf37a3fda5b5ab5fc782a36 GitHub-Last-Rev: 05590b9 GitHub-Pull-Request: #64376 Reviewed-on: https://go-review.googlesource.com/c/go/+/544757 Auto-Submit: Bryan Mills <[email protected]> Reviewed-by: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
This PR is being closed because golang.org/cl/544757 has been merged. |
Fixes #64375