We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
@FiloSottile requested issue #24558 to be considered for backport to the next 1.10 minor release.
@gopherbot please file this for backport against 1.10. This might be considered a regression (see discussion).
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/110076 mentions this issue: [release-branch.go1.10] cmd/go: fix go list .Stale computation
[release-branch.go1.10] cmd/go: fix go list .Stale computation
Sorry, something went wrong.
11d7a5a
If X depends on Y and X was installed but Y is only present in the cache (as happens when you "go install X") then we should report X as up-to-date, not as stale. This applies whether X is a package or a main binary. Fixes #25026 Fixes #25032 Change-Id: I26a0b375b1f7f7ac909cc0db68e92f4e04529208 Reviewed-on: https://go-review.googlesource.com/107957 Run-TryBot: Russ Cox <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]> (cherry picked from commit 9e0e698) Reviewed-on: https://go-review.googlesource.com/110076 Reviewed-by: Ian Lance Taylor <[email protected]>
No branches or pull requests
@FiloSottile requested issue #24558 to be considered for backport to the next 1.10 minor release.
The text was updated successfully, but these errors were encountered: