nsf / gocode

An autocompletion daemon for the Go programming language
MIT License
5.01k stars 656 forks source link

[WIP] Support binary version to 6 #512

Closed zchee closed 6 years ago

zchee commented 6 years ago

write later

mattn commented 6 years ago

Thanks for working about this. This is working well on my environment. (Win7/10 64bit)

zchee commented 6 years ago

now implements... https://github.com/golang/go/commit/ca2f85fd3f32b2a4c863a2de602876bd31e9d956

quasilyte commented 6 years ago

@zchee, have you submitted that update? I don't see any changes in this pull request. Or do you mean that you're only getting into it?

zchee commented 6 years ago

@Quasilyte I was pushed https://github.com/nsf/gocode/pull/512/files, but Go core runtime has been changed https://github.com/golang/go/commit/ca2f85fd3f32b2a4c863a2de602876bd31e9d956. So, gocode panic again.

Now I try to following new binary parser into gocode.

quasilyte commented 6 years ago

@zchee, I see. Thank you.

Everyone who is bound to go devel version wish you good luck. :+1:

OneOfOne commented 6 years ago

@Quasilyte https://github.com/mdempsky/gocode/ works for now, a little bit slower than this but beats not having auto completion with go devel.

Also I'm using it with the vgo PR from https://github.com/mdempsky/gocode/pull/26

quasilyte commented 6 years ago

@OneOfOne, big thanks.

zchee commented 6 years ago

close via https://github.com/nsf/gocode/commit/f1f547fc1cd78d02c3343f6acca144b79d411f02

@nsf Thanks for commit!!

nsf commented 6 years ago

but keep in mind that I'm not going to add support for package cache or so called modules, in that sense it's worth looking for alternatives to gocode

quasilyte commented 6 years ago

@nsf, thanks for your effort on gocode all this time. :+1:

zchee commented 6 years ago

I see. I continue to consider re-write gocode.