Alexander Pickering

Results 2 issues of Alexander Pickering

Installing through luarocks gives this error: ``` C:\Users\Alex\Desktop>luarocks install lua-llthreads Installing https://luarocks.org/lua-llthreads-1.2-1.src.rock... Using https://luarocks.org/lua-llthreads-1.2-1.src.rock... switching to 'build' mode mingw32-gcc -O2 -c -o src/pre_generated-llthreads.nobj.o -IC:/My/LuaJIT/Install/Directory// src/pre_generated-llthreads.nobj.c src/pre_generated-llthreads.nobj.c: In function 'Lua_LLThread__start__meth': src/pre_generated-llthreads.nobj.c:1136:3:...

Hi, [src/luarocks/tools/tar.lua](https://github.com/luarocks/luarocks/blame/master/src/luarocks/tools/tar.lua) uses [math.tointeger()](https://www.lua.org/manual/5.3/manual.html#pdf-math.tointeger), a Lua 5.3 addition. This file attempts to include compat53 at the top, but if that fails it silently ignores, and when luarocks attempts to untar...