luaver
luaver copied to clipboard
Lua Version Manager - Managing and switching between different versions of Lua, LuaJIT and Luarocks made easy
Hello, I'd like to use luaver to install versions of luajit more recent than 2.1.0-beta3 or forks of luajit, because 2.1.0-beta3 segfaults on lots of well-behaved lua programs like this...
``` echo "[ -s ~/.luaver/completions/luaver.bash ] && . ~/.luaver/completions/luaver.bash" >> ~/.zshrc source ~/.zshrc ~/.luaver/completions/luaver.bash:60: command not found: complete ``` is there something i can do about it ?
According to Lua 5.4.x's README: > If you're running Linux, try "make linux-readline" to build the interactive Lua interpreter with handy line-editing and history capabilities. Not a very good bash...
Sourcing the luaver script to initialize it in the shell always results in a non-zero exit code because of the use of a boolean test. Changed it to an if...
I have created a better fish support that is I converted the luaver script file to luaver fish script file. I would like to contribute it to this project if...
I have Lua 5.3 installed both as an Ubuntu package and through luaver. However, pkg-config points to the system Lua even when I am using luaver: $ luaver use 5.3.5...
Thanks for this project, which is very useful! I noticed that not all the URLs had been updated to https. This PR fixes that. I have tested it with downloads...
http://www.lua.org/ftp/lua-5.3.tar.gz responds with 404 Not Found The requested URL /ftp/lua-5.3.tar.gz was not found on this server. Cherokee web server, Port 80 I would think 5.3 would point to the latest...
Hi I have a problem when I try change my lua version. All the time I recive this mesage: alexandre@alexandre-Aspire-E1-571:~$ luaver install 5.1 ==> Installing lua-5.1 ==> Detecting already downloaded...