-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: get ./foo doesn't download foo #19769
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
CL https://golang.org/cl/38743 mentions this issue. |
rsc.io/toolstash is gone; use rsc.io/pprof_mac_fix. This fixes a bug in the test. It turns out the code being tested here is also broken, so the test still doesn't pass after this CL (filed #19769). Change-Id: Ieb725c321d7fab600708e133ae28f531e55521ad Reviewed-on: https://go-review.googlesource.com/38743 Reviewed-by: Alan Donovan <adonovan@google.com>
This bisects to CL 33158, which also caused other problems. I wonder if we should roll back that CL instead. /cc @shurcooL |
I didn't see this issue before. At first glance, it looks like a duplicate of issue #20175, which I was notified about and sent a fix for. I'm still waiting on your review of that CL. https://go-review.googlesource.com/c/42350/ Can you look at it first? |
I've confirmed, this issue is the same as #20175, and my fix in CL 42350 fixes it too. This is
And this is with CL 42350:
Should we close one of the two issues as duplicate? If so, which one; this issue was earlier, but the other has more information posted in it. Or let the CL close both? |
CL https://golang.org/cl/42350 mentions this issue. |
Thanks for the fix, and sorry about the delayed review. I hadn't pinged you on this because I didn't bisect it until this morning. |
@rsc No problem, I'm happy to follow up and resolve any issues my work might (unintentionally) cause. Thanks! |
A recurrence of #9767 except in that case the download happened and then go get failed to build the downloaded code. Now it's not downloading the code at all.
There is a test for this in cmd/go already but it doesn't run on builders because it needs an external network.
The text was updated successfully, but these errors were encountered: