-
Notifications
You must be signed in to change notification settings - Fork 579
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
gotype removed #1472
Comments
So this would be caused by golang/tools@f5a6ee1 |
alecthomas/gometalinter#91 is about the same problem, but they knew about it in advance. |
Do we try to re-implement this using a different command? I see quite a few alternatives mentioned in the various issues about this deprecation. Or deprecate the bear? Or do we effectively delete the bear, perhaps with a placeholder to ensure an appropriate warning message is emitted? |
I'm not quite sure which is the best option. It seems to be "on going" at the moment. |
After browsing the repository, it looks like they moved it here: https://github.com/golang/go/blob/master/src/go/types/gotype.go |
Still have no idea how to use |
The best decision that I can think of for now is to deprecate this bear and create a new one that uses |
If necessary, we can |
@jayvdb |
Can we create a copy of just the necessary files, and put them in a repo, so it is quick to clone and go get also works? |
The main repository deleted gotype in golang/tools@f5a6ee1e As the coala-bears builds depend on fetching a working gotype, a fork is required. Fixes coala#1472
The main repository deleted gotype in golang/tools@f5a6ee1e As the coala-bears builds depend on fetching a working gotype, fork https://github.com/jayvdb/gotype has been created and used. Fixes coala#1472
The original gotype command has been removed. Related to coala/coala-bears#1472
The original gotype command has been removed. Related to coala/coala-bears#1472
The main repository deleted gotype in golang/tools@f5a6ee1e As the coala-bears builds depend on fetching a working gotype, fork https://github.com/jayvdb/gotype has been created and used. Fixes coala#1472
All builds failing with
The text was updated successfully, but these errors were encountered: