lua-users home
lua-l archive

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


> I am using c99, but now I'm trying to upgrade to 5.3.1 and am getting:
> 
> $(@D)/src/lua: db.lua:385: assertion failed!
> stack traceback:
>        [C]: in function 'assert'
>        db.lua:385: in hook '?'
>        db.lua:377: in local 'foo'
>        db.lua:392: in main chunk
>        (...tail calls...)
>        all.lua:154: in main chunk
>        [C]: in ?
> >>> closing state <<<

Are you using the correct version of tests? (Tests for 5.3.1 are
different from those for 5.3.0, in particular around this assertion.)

-- Roberto