java-language-server icon indicating copy to clipboard operation
java-language-server copied to clipboard

Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/lsp/_dynamic.lua:43: bad argument #1 to ' ipairs' (table expected, got nil)

Open ShelpAm opened this issue 1 year ago • 1 comments

When it is used in neovim, neovim reports as title.

ShelpAm avatar Sep 25 '24 15:09 ShelpAm

Error executing vim.schedule lua callback: /usr/local/share/nvim/runtime/lua/vim/lsp/_dynamic.lua:41: bad
 argument #1 to 'ipairs' (table expected, got nil)                                                       
stack traceback:                                                                                         
        [C]: in function 'ipairs'                                                                        
        /usr/local/share/nvim/runtime/lua/vim/lsp/_dynamic.lua:41: in function 'unregister'              
        /usr/local/share/nvim/runtime/lua/vim/lsp/_dynamic.lua:29: in function 'register'                
        /usr/local/share/nvim/runtime/lua/vim/lsp/handlers.lua:116: in function 'handler'                
        /usr/local/share/nvim/runtime/lua/vim/lsp/client.lua:998: in function ''                         
        vim/_editor.lua: in function <vim/_editor.lua:0> 
NVIM v0.11.0-dev-1046+g25b53b593e
Build type: RelWithDebInfo
LuaJIT 2.1.1727870382
Run "nvim -V1 -v" for more info

built from master at https://github.com/neovim/neovim/commit/25b53b593ef6f229fbec5b3dc205a7539579d13a to be specific.

ChillerDragon avatar Oct 28 '24 03:10 ChillerDragon

Fixed in https://github.com/idelice/jls

idelice avatar Dec 24 '25 18:12 idelice