VIM version (Neovim)
NVIM v0.3.4
Build type: Release
Operating System: MacOS 10.14.4
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
Here
v
func test(hello string) {}
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

Now ALE will handle null reference responses like this one.
Most helpful comment
Now ALE will handle null reference responses like this one.