-
Notifications
You must be signed in to change notification settings - Fork 128
After update compile time errors are no longer reported #393
Comments
This affected me, too, but this computer had an old version of Go. It worked fine for me after I updated Go to 1.6, got rid of the old packages in my GOPATH, and relaunched Atom. Thanks! |
Installing gotype helps (I'm not if it is the same) but IMHO this is a degradation in usability, a user just installing or updating go-plus would get into this problem and the solution is not that clear. |
This is definitely a problem, using |
Actually, |
@joefitzgerald With all do respect, I don't want to install yet another plugin. I don't understand why this functionality was removed, or if it was an accident, why can't it be added back? It was working without a problem. |
No offence, but in my opinion this release brought us some sort of configuration hell. |
@pzinovkin Sorry to hear you've had issues. The release notes for 4.0.0 clearly call out the evolution of the package from a monolithic one to a collection of single purpose packages. This strategy is already paying dividends: https://atom.io/packages/go-debug was released and it makes use of You're of course welcome to keep using the old version of the package; if you'd like to describe the issues you were having, perhaps I or someone else who uses the package can help you out and resolve your issues? |
I'm sorry, but the reason I was using go-plus was NOT having to install a mirrad of plugins. That was it's main selling point. Also, what @pzinovkin is saying below this one. |
I understand motivation behind go-config and separation and ok with it. go-config and go-get clearly states its purpose and do exactly what expected. But release notes says nothing that go build is not called anymore and gometalinter doesn't cover it. |
@pzinovkin I honestly thought @Skarlso the packages were installed for you; go-plus will continue to be the only package you have to install to get the curated set of functionality that it includes. There is admittedly some additional burden to figure out which package is causing a particular problem, but people are free to post issues here, and they do - as you can see we are discussing in this forum still. I fully acknowledge that change is hard. Some people might wish that go-plus remains a single package with all the code included within the same package; but that was causing issues related to maintenance and reuse, which was preventing contributions and preventing others from creating their own single purpose packages (e.g. |
I'm all for separation of concern. So, go-build not working, is an issue then? |
Oh thanks. I didn't see that one. Do you want this issue to remain? I can close it if you like. :-) |
I'm fine leaving this one open. |
Okay. Thanks! |
This is fixed in |
Hi Joe!
First off, awesome job on this plugin. Second, now that I updated, on save, compile time issues are no longer reported. For example consider this code:
This does not raise any errors in Atom, and it did previously.
I don't know how to debug atom for error logs, I'm happy to provide them to you.
Thanks!
The text was updated successfully, but these errors were encountered: