Closed jirutka closed 9 years ago
http://www.lua.org/manual/5.2/manual.html#8.2:
Function table.maxn is deprecated. Write it in Lua if you really need it.
table.maxn
As you can see here in Travis log, it fails on this when running on Lua 5.3.
Hmm, I suppose its not needed, but I preferred it over # due to the slightly different meanings. Changed to # and pushed.
http://www.lua.org/manual/5.2/manual.html#8.2:
As you can see here in Travis log, it fails on this when running on Lua 5.3.