lua-users home
lua-l archive

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


I am a drop-by visitor and just noticed the announcement of Lua 5.4.0 (beta).
(I wanted to reply to "[ANN] Lua 5.4.0 (beta)" but I am not subscribed,
thus I do not know its Message-ID so that I can reply by setting the proper In-Reply-To.)

Is there a plan to make LUA_NOCVTN2S and LUA_NOCVTS2N the default, i.e.
no implicit conversion between numbers/strings?

By making them the default, I envision there might be a need to rename
LUA_NOCVTN2S and LUA_NOCVTS2N to their opposite forms LUA_CVTN2S and
LUA_CVTS2N, respectively.