-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: unhelpful error message when running "go install" on a replaced-but-not-required package #46528
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
Comments
Compare #46496, #45332; CC @jayconrod @matloob |
The suggestion to run |
@gopherbot, please backport to Go 1.16. This condition is fairly rare, but an unhelpful error message can be very confusing and frustrating when it happens, and the fix will hopefully be small and non-invasive. |
Backport issue(s) opened: #46551 (for 1.16). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://golang.org/wiki/MinorReleases. |
Change https://golang.org/cl/325430 mentions this issue: |
Change https://golang.org/cl/324470 mentions this issue: |
Change https://golang.org/cl/334371 mentions this issue: |
Updates #46528 Fixes #46551 Change-Id: I2453d321ece878ea7823865758aa4a16b3ed7fe8 Reviewed-on: https://go-review.googlesource.com/c/go/+/325430 Reviewed-by: Bryan C. Mills <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> Trust: Heschi Kreinick <[email protected]> Trust: Dmitri Shuralyov <[email protected]> TryBot-Result: Go Bot <[email protected]> (cherry picked from commit e552a6d) Reviewed-on: https://go-review.googlesource.com/c/go/+/334371 Trust: Bryan C. Mills <[email protected]> Reviewed-by: Jay Conrod <[email protected]> Reviewed-by: Michael Matloob <[email protected]>
The text was updated successfully, but these errors were encountered: