Closed jprjr closed 4 years ago
Split out from #97
Fixes a few bugs with Lua compatibility.
tonumber
nil
os.execute
Adds a new bit module for compatibility with Lua 5.3's bitwise operators, and associated spec tests to ensure same behavior as luabitop.
Thanks
Split out from #97
Fixes a few bugs with Lua compatibility.
tonumber
which caused affected_rows to always benil
os.execute
and checked for an exit code of zero, Lua 5.2 returns multiple values, the exit code is now the last value.Adds a new bit module for compatibility with Lua 5.3's bitwise operators, and associated spec tests to ensure same behavior as luabitop.