Ale: Error 714: List Required using Golang Bingo LSP: ALEFindReferences

Created on 28 Mar 2019  路  1Comment  路  Source: dense-analysis/ale

Information

VIM version (Neovim)

NVIM v0.3.4
Build type: Release

Operating System: MacOS 10.14.4

What went wrong

When trying to find references of an argument to a function in a Go file using the Bingo (https://github.com/saibing/bingo) LSP, ALE throws an error which is shown below.

Error detected while processing function <SNR>141_NeoVimCallback[4]..ale#util#JoinNeovimOutput[2]..<lambda>10738[1]..ale#lsp#HandleMessage[30]..ale#references#HandleLSPResponse:                                                              
line    9:                                                                                                                                                                                                                                     
E714: List required

Reproducing the bug

  1. Install ALE & Bingo
  2. Open a .go file which has a function with an argument
  3. Run :ALEFindReferences on the function argument:
    e.g.
           Here
            v
func test(hello string) {}

:ALEInfo

Error detected while processing function <SNR>141_NeoVimCallback[4]..ale#util#JoinNeovimOutput[2]..<lambda>10738[1]..ale#lsp#HandleMessage[30]..ale#references#HandleLSPResponse:                                                              
line    9:                                                                                                                                                                                                                                     
E714: List required

Screenshot 2019-03-28 at 23 24 21

bug

Most helpful comment

Now ALE will handle null reference responses like this one.

>All comments

Now ALE will handle null reference responses like this one.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

garand picture garand  路  4Comments

glepnir picture glepnir  路  3Comments

catbaron0 picture catbaron0  路  3Comments

janhellmich picture janhellmich  路  3Comments

alexlafroscia picture alexlafroscia  路  4Comments