lua-users home
lua-l archive

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


> 1. One engineer hit an assert for: g->totalbytes >= g->estimate

I wouldn't worry about that.


> 2. We've got a couple of cases where the tt value in a table entry
> doesn't match the tt value in the object.

Can that be a "dead" key? (That is, a key with a corresponding nil
value?)

-- Roberto