lua-users home
lua-l archive

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


On Fri, Aug 26, 2011 at 8:54 PM, liam mail <liam.list@googlemail.com> wrote:
> " From what I can see index2addr() will only assert in the case
> of an empty stack if you are using a negative index."
>
> Yes I did see this and was going to later query if that is a bug.
>
>

It's not a bug because that's an acceptable index, provided the given
absolute stack position is less than or equal to the available stack
space which defaults to at least 20.