Alloyed / lua-lsp

A Lua language server
MIT License
288 stars 21 forks source link

assertion failure, possibly on '...' functions? #16

Closed seebs closed 6 years ago

seebs commented 6 years ago

experimenting with lua-lsp, got weird assertion failures when mousing over the name of a function with ... arguments:

/usr/local/share/lua/5.1/lua-lsp/methods.lua:175: assertion failed! stack traceback: [C]: in function 'assert' /usr/local/share/lua/5.1/lua-lsp/methods.lua:175: in function 'make_items' /usr/local/share/lua/5.1/lua-lsp/methods.lua:650: in function '?' /usr/local/share/lua/5.1/lua-lsp/loop.lua:55: in function </usr/local/share/lua/5.1/lua-lsp/loop.lua:54> [C]: in function 'xpcall' /usr/local/share/lua/5.1/lua-lsp/loop.lua:54: in function 'main' ...r/local/lib/luarocks/rocks/lua-lsp/scm-2/bin/lua-lsp:3: in main chunk [C]: ?

Haven't got a fix, might try to make one if you're interested and I get free time.