[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: invalid key to 'next'
- From: joshua simmons <simmons.44@...>
- Date: Sun, 24 May 2009 12:12:10 +1000
I'd be looking at the ChangeLog if I were you.
Also using standard library names as local variables is going to end
you in trouble eventually.
On Sun, May 24, 2009 at 12:06 PM, Agi Shi <nullsquared@gmail.com> wrote:
> Hi all! I'm nullsquared, new to the mailing list, with a bit of a
> complicated situation.
> This code: http://lua.pastebin.com/f7b33bcca
> Works 100% under Lua 5.0.x (paired with any recent version of luabind), but
> fails under Lua 5.1.4 with the runtime error message: invalid key to 'next'
> When sheet.update() is called, it iterates over the passed in table and
> creates a GUI; the table itself is only read, not modified, and it is
> iterated over via standard luabind table iterators.
> I cannot quite figure out why Lua 5.1.4 breaks my code, any ideas?