[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua-5.2.0-alpha table module problem
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 15 Dec 2010 10:01:16 -0200
> +1
>
> [...]
>
> On 12/15/10, Keith Matthews <keith.l.matthews@gmail.com> wrote:
> > [...]
> >
> > Therefore, I expect table.insert, table.remove, table.sort,
> > table.concat and table.unpack to honor the __len metamethod on tables,
> > since their description says that they work over the table length.
This will be corrected. Thanks for the feedback.
-- Roberto