lua-users home
lua-l archive

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


On Mon, May 30, 2016 at 7:19 PM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
Lua 5.3.3 (rc3) is now available

Thank you very much for avoiding integer overflow when parsing integer numeric literals.
As I see, tonumber(tostring(x)) is always integer for any integer x.
load("return "..tostring(x))() is also integer for any integer x except math.mininteger.
I hope this little exception does not break any of existing Lua code.