-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: panic when computing Shlib path for a package with no install target #35759
Labels
Milestone
Comments
bcmills
added
the
NeedsFix
The path to resolution is known, but the work has not been done.
label
Nov 21, 2019
Possible duplicate of #34347 |
Ooh, nice find! |
Change https://golang.org/cl/208233 mentions this issue: |
Change https://golang.org/cl/208457 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Nov 22, 2019
In CL 208233 I am fixing a panic that occurs only with a specific build mode. I want that test to run on all platforms that support that build mode, but the logic for determining support is somewhat involved. For now, I am duplicating that logic into the cmd/internal/sys package, which already reports platform support for other build flags. We can refactor cmd/go/internal/work to use the extracted function in a followup CL. Updates #35759 Change-Id: Ibbaedde4d1e8f683c650beedd10849bc27e7a6e7 Reviewed-on: https://go-review.googlesource.com/c/go/+/208457 Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Jay Conrod <[email protected]>
This was referenced Jan 30, 2020
bcmills
changed the title
cmd/go: panic when computing Shlib path for a test-only package
cmd/go: panic when computing Shlib path for a package with no install target
Feb 5, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
I discovered a panic while investigating #30316.
CC @ianlancetaylor @jayconrod
The text was updated successfully, but these errors were encountered: