]> Cypherpunks repositories - gostls13.git/commit
cmd/go: note when some Go files were ignored on no-Go-files errors
authorJaana Burcu Dogan <jbd@google.com>
Tue, 13 Sep 2016 20:21:23 +0000 (13:21 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 6 Oct 2016 00:28:04 +0000 (00:28 +0000)
commiteee727d0855b9e78f9df87e08d57b1d7f264876c
tree0f6ae992546ae74b1c9fa2a020b836404146122f
parent6abc4a7c3eb7b7ed35e7d14e9afb18900367b58a
cmd/go: note when some Go files were ignored on no-Go-files errors

It is pretty confusing when there are Go files ignored for mismatching
build tags and similar and we output "no buildable Go files" without
giving any other information about some Go files have been ignored.

Fixes #17008.

Change-Id: I1766ee86a9a7a72f6694deae3f73b47bfc9d0be5
Reviewed-on: https://go-review.googlesource.com/29113
Run-TryBot: Jaana Burcu Dogan <jbd@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/go/build/build.go
src/go/build/build_test.go
src/go/build/testdata/ignored/ignored.go [new file with mode: 0644]