lua-users home
lua-l archive

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


Roberto Ierusalimschy wrote:
> [... ipairs() deprecated ...]
> The point is that it does exactly the same that a numeric loop, so
> there was no point in keeping it.

But then the compatibility-mode ipairs() should preserve the 5.1
semantics. It doesn't make sense to add new behavior and deprecate
it at the same time.

BTW: the lua_cpcall compatibility macro in luaconf.h is defunct.

--Mike