[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (rc4) now available
- From: Phil Leblanc <philanc@...>
- Date: Wed, 3 Jun 2020 20:40:57 +0000
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