go-plus icon indicating copy to clipboard operation
go-plus copied to clipboard

Build shows success with circular imports

Open derekperkins opened this issue 8 years ago • 1 comments

If you accidentally create a circular import and build in Atom, it reports a successful build despite the build never even starting.

derekperkins avatar Jan 14 '16 08:01 derekperkins

What are you using to do the build? We build simply to show syntax issues. I'm also curious, if you instead use atom.io/packages/gometalinter-linter, do you get notified of the issue (you should!). gometalinter-linter will be replacing the functionality built-into go-plus shortly (go-plus will install that package for you once it's ready). For now you need to get and configure gometalinter before it will function (I'm currently working on a go-get package and some automation to fetch all the tools gometalinter needs to function).

joefitzgerald avatar Jan 14 '16 19:01 joefitzgerald