[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ipairs() and __ipairs()
- From: Patrick Donnelly <batrick@...>
- Date: Sun, 26 Oct 2014 20:51:22 -0400
On Sun, Oct 26, 2014 at 5:07 PM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 2014-10-26 22:40 GMT+02:00 Patrick Donnelly <batrick@batbytes.com>:
>> On Sun, Oct 26, 2014 at 4:29 PM, Tim Hill <drtimhill@gmail.com> wrote:
>>> Agreed, but my reading of the docs is that it DOES honor __index, so it does rely on metamethods.
>>
>> Well, I see the code does honor __index. [It seems my complaining in
>> earlier threads paid off!] ... but I don't see that in the docs?
>> There's no mention of ipairs using raw/normal access in any of Lua's
>> 5.1, 5.2, or 5.3 beta manuals.
>
> beta §8.2
Thanks for the pointer Dirk. [Although, I'm not sure the change list
really counts as "official documentation"...]
--
Patrick Donnelly