lua-users home
lua-l archive

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


Hi,

On Sat, Oct 15, 2011 at 7:15 PM, ijsf <ijsf@gmx-topmail.de> wrote:
On Sat, Oct 15, 2011 at 5:29 PM, Mike Pall <mikelu-1110@mike.de> wrote:
> The line numbers you're quoting do not correspond to the official
> release of Lua 5.1.4, nor any other release I could find.
>

It seems you are correct. The Lua release 5.1.4 doesn't abuse the
'func' variable. My apologies.

FYI: The offender in question is the latest of eLua. Specifically, I
tracked it down to the Lua Tiny RAM patch as introduced in
https://github.com/elua/elua/commit/f729155fcefe15d5c424d323a36183ec0a37e7a1
and on this newsgroup at
http://lua-users.org/lists/lua-l/2008-11/msg00331.html - so beware.


Thanks for your report. Are you using the LTR patch as sent on this list or the official eLua distribution? I recall fixing a problem like this in the eLua tree. The patch, on the other hand, is not maintained anymore.

Best,
Bogdan