[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: OOBit
- From: Nilson <nilson.brazil@...>
- Date: Fri, 8 Oct 2010 00:43:12 -0300
Hi,
I don't know if here is the proper channel to ask this, but I don't
know any other channel, so:
While I was testing the OOBit patch with Lua's scripts inside
"http://www.inf.puc-rio.br/~roberto/lua/lua5.1-tests.tar.gz", I
received an error when I tried to run the following code beginning on
line 44 of the file "code.lua":
-- sequence of LOADNILs
check(function ()
local a,b,c
local d; local e;
a = nil; d=nil
end, 'RETURN')
After revised the OOBIt code many times, I have hope that a sequence
of 'LOADNIL' s preceding the 'RETURN' is missing.
Please, could someone confirm this or indicate any other possibility?
Thanks,
Nilson