arjanadriaanse / pascal-language-server

LSP server implementation for Pascal
GNU General Public License v3.0
56 stars 20 forks source link

Parse error: unit not found: fpextres #14

Open uninhm opened 3 years ago

uninhm commented 3 years ago

[ ERROR ] 2021-08-17T01:00:28-0300 ] /usr/share/nvim/runtime/lua/vim/lsp/rpc.lua:462 ] "rpc" "/home/unai/Git/pascal-language-server/lib/x86_64-linux/pasls" "stderr" " fpextres\nParse error: unit not found: fpextres\nParse error: unit not found: fpextres\nParse error: unit not found: fpextres\nParse error: unit not found: fpextres\nParse error: unit not found: fpextres\nParse error: unit not found: fpextres\nParse error: unit "

I found that error in the logs, the LSP just doesn't work

Isopod commented 2 years ago

Hi,

I don't know if you are still interested, but the reason for this error is that the server does not load any dependencies. So units from other packages will not be found. Unfortunately, the author isn't responding (I still have an open merge request from February). I have forked this projects in the meantime and implemented this feature among other things. Feel free to have a look.