[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1 (final,rc) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 12 Jan 2006 16:31:48 -0200
> Is the change intentional or a bug?
It was intentional, but I guess it became a bug :) During the
development of 5.1 we planned to change the semantics of getn/setn (so
the changes in the implementation). With the new #, that change lost its
meaning. As you said, there is no point to change the behavior for a
feature whose sole purpose is to provide backward compatibility.
We will correct that.
-- Roberto