lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It was thus said that the Great Hisham once stated:
> Hi list,
> 
> Announcing version 3.1.1 of LuaRocks, the Lua package manager. You can
> find all links at https://luarocks.org — source packages for all
> supported platforms and binaries for Windows and Linux x86-64 are
> available.
> 
> This is a hotfix release fixing an issue that affected initialization
> in some scenarios. Thanks to all who reported and to Daurnimator for
> the quick fix!
> 
> Cheers,
> -- Hisham

[spc]lucy:~>luarocks install luarocks
Warning: falling back to wget - install luasec to get native HTTPS support
Installing http://luarocks.org/repositories/rocks/luarocks-3.1.1-1.src.rock

luarocks 3.1.1-1 is now installed in /home/spc/.luarocks (license: MIT)

Checking stability of dependencies in the absence of
luarocks 3.1.0-1...

Removing luarocks 3.1.0-1...
Removal successful.
[spc]lucy:~>luarocks
/usr/local/bin/lua: /home/spc/.luarocks/share/lua/5.3/luarocks/core/dir.lua:21: invalid value (nil) at index 1 in table for 'concat'
stack traceback:
	[C]: in function 'table.concat'
	/home/spc/.luarocks/share/lua/5.3/luarocks/core/dir.lua:21: in function 'luarocks.core.dir.path'
	/home/spc/.luarocks/share/lua/5.3/luarocks/cmd.lua:171: in upvalue 'get_lua_version'
	/home/spc/.luarocks/share/lua/5.3/luarocks/cmd.lua:291: in function 'luarocks.cmd.run_command'
	...cks/lib/luarocks/rocks-5.3/luarocks/3.1.1-1/bin/luarocks:36: in main chunk
	[C]: in ?
[spc]lucy:~>

  -spc (Sigh ... )