lua-users home
lua-l archive

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


> On Mon, Jun 1, 2020 at 12:23 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 fixing the issue I reported with the __close method not being
> called when exiting a do ... end block. I've run a number of tests,
> including about 10 million randomly generated test cases (having "load" can
> be useful), and all seems to be well.

Again, thanks for the help. Note that there was a second bug, quite
similar to this one, concerning the implicit <close> variables in a
for loop. (Also a confusion between a variable compile index and its
stack index.)

-- Roberto