Re: [ANN] Lua 5.2.0 (work3) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work3) now available
- From: Mike Pall <mikelu-1005@...>
- Date: 2010年5月18日 23:49:25 +0200
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