[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc4) now available
- From: Georg Lehner <jorge-lua@...>
- Date: Wed, 30 Nov 2011 23:58:36 +0100
Hello!
As before, no problems with compiling Lua for Windows CE.
The test suite runs as reported before - mostly ok, I have found out,
that some
tests, e.g. in pm.lua, fail with stack overflow. The "rev(rev(x))" test
with
a 60 character long string failes, when reduced to 30 characters it
works well.
What stack size is supposed to be available for the Lua test suite?
Best Regards,
Jorge-León
On 11/30/11 21:28, Luiz Henrique de Figueiredo wrote:
Lua 5.2.0 (rc4) is now available at
http://www.lua.org/work/lua-5.2.0-rc4.tar.gz
MD5 7c21fadc7e25228271cbad8a1da29a13 -
SHA1 291a2cb6619df8bc840dd0c1f1a13e4ebd61d058 -
The main changes in Lua 5.2 are listed in
http://www.lua.org/work/doc/#changes
The complete diffs from rc3 to rc4 are available at
http://www.lua.org/work/diffs-lua-5.2.0-rc3-rc4.txt
A test suite is available at
http://www.lua.org/tests/5.2/
This release candidate will be the final version of Lua 5.2.0 if
no glitches are found in the next 10 days or so.
We thank everyone for their feedback on Lua 5.2.0 till now.
All feedback welcome. Thanks.
--lhf