-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: go list -compiled -e fails completely if any package does not compile #26755
Comments
Dup of #25842? |
Probably a duplicate, but it wouldn't hurt to test |
Do we think this'll get fixed for 1.13? |
Not sure. Only if the fix is simple, but I suspect it will not be. |
I think stdout should be returned, even though |
This is what I get on tip (+57ad6ef15d Tue Oct 22 04:05:25 2019 +0000 linux/amd64) now
@bcmills ? |
The original reproducer does seem to be fixed in 1.14.
@matloob, do you have any other reproducers for this? |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
This is on tip. go version: go version devel +b8669ef1ce Wed Aug 1 14:29:58 2018 +0000 linux/amd64
go list -e should not fail if there are broken packages, or print errors to standard error, as per the documentation:
go list -compiled -e breaks this.
Repro:
The text was updated successfully, but these errors were encountered: