[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: upcoming changes in Lua 5.2 [was Re: Location of a package]
- From: dcharno <dcharno@...>
- Date: Mon, 25 Feb 2008 23:18:46 -0500
Alex Davies wrote:
I'm not too sure what you mean, as "until something-with-x" does not
access the local declared inside the if statement, so why would continue
throw an error? -confused-
Right. I guess the point I was going for was you can write faulty code
and the condition expression might not be in scope. Its just an error
on the part of the programmer.
In Roberto's example, someone added a 'continue' to existing code that
worked but now "until something-with-x" does not access the local as
expected. It seems like just another error on the part of the programmer.
- References:
- Location of a package, Ignacio Burgueño
- Re: Location of a package, Tomas Guisasola Gorham
- Re: Location of a package, Ignacio Burgueño
- Re: Location of a package, Fabien
- Re: Location of a package, Roberto Ierusalimschy
- Re: Location of a package, eugeny gladkih
- upcoming changes in Lua 5.2 [was Re: Location of a package], Roberto Ierusalimschy
- Re: upcoming changes in Lua 5.2 [was Re: Location of a package], Shmuel Zeigerman
- Re: upcoming changes in Lua 5.2 [was Re: Location of a package], Roberto Ierusalimschy
- Re: upcoming changes in Lua 5.2 [was Re: Location of a package], dcharno
- Re: upcoming changes in Lua 5.2 [was Re: Location of a package], Alex Davies