lua-users home
lua-l archive

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


On Apr 2, 2012, at 2:17 AM, Jay Carlson wrote:

> http://place.org/~nop/soar-0.0.tar.gz

Yes, well, lets see:

$ ./soluadep --static IMAP.lua 

$ cat solua.out
{["_main"]="IMAP.lua"}

Hmmm…

	-- we're looking for a sequence of "GETGLOBAL require", a LOADK
	-- of the module name, and a CALL. Anybody who did local require=require
	-- has outsmarted us (and probably themselves too).

Damn!

http://dev.alt.textdrive.com/browser/Mail/IMAP.lua#L21