lua-users home
lua-l archive

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


On Thu, May 30, 2019 at 12:38 AM Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>
> Lua 5.4.0 (alpha-rc1) is now available for testing at
>         http://www.lua.org/work/lua-5.4.0-alpha-rc1.tar.gz

Thanks for the nice alpha!

Section "3.3.8 - To-be-closed Variables":  What happens when several
closing methods error?

For example: if x and y are declared <toclose>  (x is declared first
then y), y closing method is called and errors.

form the manual ("the other pending closing methods will still be
called"), x closing method will be called. If it also errors, what
error will be raised?

Is it the first or the last of the closing errors?

Maybe it could be specified in the manual after the "the other pending
closing methods will still be called" sentence.

Phil