[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lglob 0.8 Extended Globals Checker for Lua
- From: Petite Abeille <petite.abeille@...>
- Date: Mon, 29 Apr 2013 21:28:09 +0200
On Apr 29, 2013, at 9:14 PM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 2013/4/29 Petite Abeille <petite.abeille@gmail.com>:
>
>> Isn't there enough information in 'luac -p -l' to distinguish between various access? Or?
>
> Also available in the latest lbci.
Hmmm… test.lua?
As per http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.2/lbci.tar.gz ?
$ lua test.lua TestGlobal.lua
…
globals
TestGlobal.lua 4 GET _NAME
TestGlobal.lua 5 GET Foo
…
So I guess not.