lua-users home
lua-l archive

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


Hi Luiz
Is there any change in the tests https://www.lua.org/tests/ ?
The current tests seems to be failing on 5.4.2

../osx-64/bin64/lua: cstack.lua:115: assertion failed!
stack traceback:
[C]: in function 'assert'
cstack.lua:115: in main chunk
(...tail calls...)
all.lua:190: in main chunk
[C]: in ?
.>>> closing state <<<

On Fri, Nov 27, 2020 at 4:39 AM Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
Lua 5.4.2 (rc1) is available for testing at
        http://www.lua.org/work/
Download it and give it a try.

Lua 5.4.2 reverses back to a stackless VM implementation,
which uses less C stack space.

We thank everyone for their feedback on Lua 5.4 till now.

If there is no further feedback on Lua 5.4.2, we'll freeze it next week,
and it will become the current release of Lua 5.4.

All feedback welcome. Thanks.
--lhf