Migrate from nsf/gocode to mdempsky/gocode for completion results - #1710
Conversation
|
Scrap the comment about the test that needs to be skipped, that was an issue I encountered locally as |
As package nsf/gocode is unmaintaned this is now consuming mdempsky/gocode. In order to cater for changes, correctly handle empty results and promise rejections.
Ramya Rao (ramya-rao-a)
left a comment
There was a problem hiding this comment.
Awesome, Thanks!
|
Ramya Rao (@ramya-rao-a) Should we also already update the parts of the wiki (this and this) that still point to the |
|
Frederik Ring (@m90) Let's wait until the release for the wiki update. I was wondering if we should prompt the users using Go 1.10 and above to update their |
|
From what I understand the Unfortunately I have a hard time coming up with an idea on how to know which |
|
Ok, In that case, we can leave it as is. |
As package nsf/gocode is unmaintaned this is now consuming mdempsky/gocode.
In order to cater for changes, correctly handle empty results and promise
rejections.
This would solve #1645 although for reasons unclear to me, the updated
gocodepackage will not provide any results for members of unimported packages (hence the skipped test case). Don't know if this is a dealbreaker or can be fixed deeper down ingoSuggest.ts.