-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/go: go work use -r panics when given a directory that does not exist #51841
Comments
@notfilippo please just send a patch, just like #51749 (comment). Also note that issue, which is very similar, as the two patches might conflict. |
Check if paths passed as arguments are existing directories. Fixes golang#51841 golang#51749
Change https://go.dev/cl/394154 mentions this issue: |
Check if paths passed as arguments are existing directories. Fixes golang#51841 golang#51749
Check if paths passed as arguments are existing directories. Fixes golang#51841 golang#51749
Check if paths passed as arguments are existing directories. Fixes golang#51841 Fixes golang#51749
@gopherbot, please backport to Go 1.18. This is a user-facing panic in a feature introduced in Go 1.18. |
Backport issue(s) opened: #52140 (for 1.18). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://go.dev/wiki/MinorReleases. |
Change https://go.dev/cl/397995 mentions this issue: |
Check if paths passed as arguments are existing directories. Fixes #52140 Updates #51841 Change-Id: Icfd148627e6f2c4651d6f923a37d413e68c67f6c GitHub-Last-Rev: 77fffa7 GitHub-Pull-Request: #51845 Reviewed-on: https://go-review.googlesource.com/c/go/+/394154 Trust: Bryan Mills <bcmills@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> Trust: Emmanuel Odeke <emmanuel@orijtech.com> Run-TryBot: Emmanuel Odeke <emmanuel@orijtech.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-on: https://go-review.googlesource.com/c/go/+/397995 Run-TryBot: Bryan Mills <bcmills@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
An error message detailing that the directory does not exist.
What did you see instead?
Proposed solution
In go/src/cmd/go/internal/workcmd/use.go, starting from line 110.
Happy to open a pull request if needed
The text was updated successfully, but these errors were encountered: