-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while executing scripts/download_sumneko.lua #20
Comments
Same. Seems like there is a bug in plenary since args seem alright. |
Replace first argument in line |
Ok, will try it as soon as I have some free time.
How do I do this? |
Fixed by running the 3rd/luamake/compile/install.sh myself |
Sorry for taking so long, free time has been really scarce for me recently :/. I got this script to work, my changes were the following:
directory .. "3rd/luamake/luamake", "rebuild", |
The only thing I'm not sure now is what cwd to put on this. Now that the luamake executable is called with its full path, I think the cwd could be omitted. However, I don't know how plenary works and if this is possible. I will do a commit with cwd set to directory because it worked this way and link the PR to this issue. |
I think it's a bug in libuv https://www.ibm.com/support/pages/apar/IV76797 . TL;DR @luishgh just make a PR with your workaround and call it a day, you can omit |
Just finished doing a few tests of the modified script and it seems to be working properly, will make the PR now.
Actually the /home/luishgh/.cache/nvim/nlua/sumneko_lua/lua-language-server/3rd/luamake/luamake: ...ua/lua-language-server/3rd/luamake/scripts/simu
lator.lua:105: /home/luishgh/make.lua: No such file or directory
stack traceback:
[C]: in function 'assert'
...ua/lua-language-server/3rd/luamake/scripts/simulator.lua:105: in function 'simulator.dofile'
...lua-language-server/3rd/luamake/scripts/command/init.lua:4: in main chunk
...eko_lua/lua-language-server/3rd/luamake/scripts/util.lua:45: in function 'util.command'
...-language-server/3rd/luamake/scripts/command/rebuild.lua:9: in main chunk
...eko_lua/lua-language-server/3rd/luamake/scripts/util.lua:45: in function 'util.command'
...eko_lua/lua-language-server/3rd/luamake/scripts/main.lua:6: in main chunk
[C]: in function 'require'
...lua/sumneko_lua/lua-language-server/3rd/luamake/main.lua:5: in main chunk
[C]: in ? So this section of the code actually stayed how it was. |
Nice work! |
Got this error while executing :luafile scripts/download_sumneko.lua
I don't know if it is an issue or I have done something wrong, sorry if this is the case.
The text was updated successfully, but these errors were encountered: