[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: module & 5.2
- From: Petite Abeille <petite.abeille@...>
- Date: Mon, 2 Apr 2012 23:41:24 +0200
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