Skip to content

No #24279

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

Closed
savaki opened this issue Mar 6, 2018 · 1 comment
Closed

No #24279

savaki opened this issue Mar 6, 2018 · 1 comment

Comments

@savaki
Copy link

savaki commented Mar 6, 2018

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:

  1. Try to run all tests by right clicking the root directory from the project menu
  2. click go test
  3. 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:

# {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.

@savaki
Copy link
Author

savaki commented Mar 6, 2018

Whoops ... misspelled golang instead of goland

@savaki savaki closed this as completed Mar 6, 2018
@golang golang locked and limited conversation to collaborators Mar 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants