lua-users home
lua-l archive

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


> Reporting inconsistency lua_rawgeti() vs lua_getfield() when [t] is light userdata.
> Also lua_rawseti().

According to me, this is irrelevant since in both cases the behavior
is *undefined* when there is no table at the specified index.