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
@bcmills requested issue #34053 to be considered for backport to the next 1.13 minor release.
@gopherbot, please backport to 1.13: this was an early regression and the fix is trivial.
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/201237 mentions this issue: [release-branch.go1.13] cmd/go/internal/work: fix error while passing custom vet tool
[release-branch.go1.13] cmd/go/internal/work: fix error while passing custom vet tool
Sorry, something went wrong.
Closed by merging 0b575b4 to release-branch.go1.13.
[release-branch.go1.13] cmd/go/internal/work: fix error while passing…
0b575b4
… custom vet tool For GOROOT packages, we were adding -unsafeptr=false to prevent unsafe.Pointer checks. But the flag also got passed to invocations of go vet with a custom vet tool. To prevent this from happening, we add this flag only when no tools are passed. Updates #34053 Fixes #34922 Change-Id: I8bcd637fd8ec423d597fcdab2a0ceedd20786019 Reviewed-on: https://go-review.googlesource.com/c/go/+/200957 Run-TryBot: Agniva De Sarker <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Jay Conrod <[email protected]> (cherry picked from commit 902d5aa) Reviewed-on: https://go-review.googlesource.com/c/go/+/201237 Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Agniva De Sarker <[email protected]>
No branches or pull requests
@bcmills requested issue #34053 to be considered for backport to the next 1.13 minor release.
The text was updated successfully, but these errors were encountered: