You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a large project with a compilation error in one of the packages:
Try to run all tests by right clicking the root directory from the project menu
click go test
mosts of the tests run
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
A notice of compilation error that pointed to the compilation error
What did you see instead?
No clear indication of a compilation error. Instead, the package that had the compilation error shows the following message in read in the test console:
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.10
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/matt/Library/Caches/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/matt/go"
GORACE=""
GOROOT="/usr/local/go"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/j3/_vgpvtfd09z9q8gk9g0jlj9r0000gn/T/go-build008220949=/tmp/go-build -gno-record-gcc-switches -fno-common"
What did you do?
In a large project with a compilation error in one of the packages:
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
A notice of compilation error that pointed to the compilation error
What did you see instead?
No clear indication of a compilation error. Instead, the package that had the compilation error shows the following message in read in the test console:
# {name-of-package-with-compilation-error}
e.g.
# github.com/savaki/something/didnt/compile
I tried creating a toy project to reproduce this, but the toy app didn't exhibit these problems.
The text was updated successfully, but these errors were encountered: