Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upgocode is broken on current go git master #1645
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
With #1607, go-langserver will handle that. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
FiloSottile
May 4, 2018
From https://github.com/nsf/gocode/blob/9d1e0378d/README.md:
IMPORTANT: consider switching to https://github.com/mdempsky/gocode if you have problems starting with Go version 1.10, due to changes in binary packages architecture (introduction of package cache) I'm not going to adjust gocode for it for quite some time. There is a higher chance that fork under the given link will have some solution to the problem sooner or later.
FiloSottile
commented
May 4, 2018
|
From https://github.com/nsf/gocode/blob/9d1e0378d/README.md:
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
mccolljr
May 30, 2018
Out of curiousity, has this been addressed? Is this package going to move to github.com/mdempsky/gocode? Manually installing and switching to that fork of gocode stops the PANIC messages and gets me completion again. Even gocode's original author recommends switching to the fork, so I think this would be the right move. Or, at least provide a setting for which fork to use?
mccolljr
commented
May 30, 2018
|
Out of curiousity, has this been addressed? Is this package going to move to |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
localvar
Jun 3, 2018
just FYI: To improve the performance of https://github.com/mdempsky/gocode, I create another temporary folk at: https://github.com/localvar/gocode
localvar
commented
Jun 3, 2018
|
just FYI: To improve the performance of https://github.com/mdempsky/gocode, I create another temporary folk at: https://github.com/localvar/gocode |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ramya-rao-a
Jun 3, 2018
Member
Well, I did give this a try, but the completion tests for all versions of Go started failing in travis.
See https://github.com/Microsoft/vscode-go/commits/new-gocode
If anyone can figure that out, then yes, we can move to github.com/mdempsky/gocode
|
Well, I did give this a try, but the completion tests for all versions of Go started failing in travis. If anyone can figure that out, then yes, we can move to |
OneOfOne commentedApr 25, 2018
Steps to Reproduce:
Possible fixes:
Just installing either of those will override nsf's gocode and you just can run
killall -9 gocodewithout restarting vscode.