lua-users home
lua-l archive

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


Here Win7 x64
compiles ok with mingw from tdm-gcc versions 4.5.1 and 4.6.1 both 32
and 64 bit (all 4...)
tests all ok but one: under 4.5.1 x64 failes with

***** FILE 'coroutine.lua'*****
testing coroutines
..\lua-5.2.0\src\lua: coroutine.lua:189: assertion failed!
stack traceback:
        [C]: in function 'assert'
        coroutine.lua:189: in main chunk
        (...tail calls...)
        all.lua:189: in main chunk
        [C]: in ?
..>>> closing state <<<

Maybe this is worth noting.

Tymur

On 8 December 2011 14:39, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Lua 5.2.0 (rc7) is now available at
>        http://www.lua.org/work/lua-5.2.0-rc7.tar.gz
>
> MD5     a6800bd9ce1ed2c1cb3f9825152ab201  -
> SHA1    047ad8603f089855de0b5d8f8c757500583bf348  -
>
> The main changes in Lua 5.2 are listed in
>        http://www.lua.org/work/doc/#changes
>
> The complete diffs from rc6 to rc7 are available at
>        http://www.lua.org/work/diffs-lua-5.2.0-rc6-rc7.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 by Monday.
>
> We thank everyone for their feedback on Lua 5.2.0 till now.
>
> All feedback welcome. Thanks.
> --lhf
>
>