monotone-devel
[Top][All Lists]
Advanced

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

Fwd: [Monotone-devel] Re: Question for Tim - testsuite.lua giant list


From: Alex Queiroz
Subject: Fwd: [Monotone-devel] Re: Question for Tim - testsuite.lua giant list
Date: Tue, 4 Jul 2006 15:45:14 -0300

Hallo,

    La la la, la la la, reply to all, reply to all...

---------- Forwarded message ----------
From: Alex Queiroz <address@hidden>
Date: Jul 4, 2006 3:26 PM
Subject: Re: [Monotone-devel] Re: Question for Tim - testsuite.lua giant list
To: Jack Lloyd <address@hidden>


Hallo,

On 7/4/06, Jack Lloyd <address@hidden> wrote:

I don't know Lua at all, but would a namespacing mechanism be
possible/reasonable? Eg, os.execute -> unsafe.execute and so forth?


unsafe = {}
unsafe.execute = os.execute
os.execute = nil

    Now protect unsafe table to be accessed only in special occasions.

--
-alex
http://www.ventonegro.org/


--
-alex
http://www.ventonegro.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]