nsf
nsf
As for https://github.com/zchee/deoplete-go/pull/73, there shouldn't be a need to `gocode close`, gocode passes env vars with every request to the server and it will drop the cache if they don't...
Thanks for letting me know. In my opinion they should just gzip the old format, gives similar ratios.
Will take a look at it this weekend.
Or don't use Go master version? What's the rush? Use Go 1.6. P.S. Already working on binary format parser.
No, it's a bug. Is it happens on Go tip if you run gocode's `_testing/all.bash` or with some particular lib? Go authors may change package format before release 1.7. I'm...
Ok, I'll take a look at latest Go master. Maybe they've changed something.
This failure is probably also relevant: https://github.com/nsf/gocode/issues/350. But sorry guys, super busy this weekend. In general I will make sure it works when 1.7 is closer. Maybe when they start...
Well, first of all I can parse it directly to the format I use, which is historically a "go/ast" based format (in the early days it was possible to parse...
Well, hm, maybe. But I just like to do things my own way. Although, if you can make it work I'll take a look.
I've ported all importer changes from Go's master to gocode. All gocode's tests pass, but if you have any issues with new binary format and gocode, please report them here....