lua-users home
lua-l archive

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


MSVC 16 2019 Warning:

lfunc.c:170
level->tbclist.delta = level - L->tbclist;

lua\src\lfunc.c(170,44): warning C4244: '=': conversion from '__int64' to 'unsigned short', possible loss of data

On Wed, Mar 3, 2021 at 5:30 AM Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
Lua 5.4.3 (rc1) is now available for testing at
        http://www.lua.org/work/lua-5.4.3-rc1.tar.gz

The checksums are
        MD5     b8b5b2d309cdfa6c217dfb0ec64fd2c6  -
        SHA1    8ba37aa3fa89724bbcf500af10b861f09dacfdd4  -

Lua 5.4.3 fixes all bugs listed in
        http://www.lua.org/bugs.html#5.4.2

Lua 5.4.3 also contains several internal improvements and
includes a revised reference manual:
        http://www.lua.org/work/doc/

The complete diffs from Lua 5.4.2 are available at
        http://www.lua.org/work/diffs-lua-5.4.2-lua-5.4.3.html
        http://www.lua.org/work/diffu-lua-5.4.2-lua-5.4.3.html

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

All feedback welcome. Thanks.
--lhf