lua-users home
lua-l archive

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


On Mon, Jun 1, 2020 at 7:22 PM Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>
> Lua 5.4.0 (rc4) is now available for testing at
>         http://www.lua.org/work/lua-5.4.0-rc4.tar.gz
>

Thanks for the rc4.

I suggest to add a note to the 'os.exit()' description in the
reference manual, section 6.9 [1]
to clarify a point that may not be obvious to all users. Something like:

   "If the optional second argument 'close' is false or not provided,
the to-be-closed variable finalizers are not called."

[1] http://www.lua.org/work/doc/manual.html#6.9