lua-users home
lua-l archive

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


> >Nonetheless, it would be nice to have some sort of bugtracking
> >program which would try to detect those typos.
> 
> The "getglobal" tag method is useful for this.
> See the FAQ 3.1: http://www.tecgraf.puc-rio.br/lua/faq.html#3.1

Yes, but I meant at precompile time. Anyway, that's no big deal...

> >For the moment,
> >I'm using a plain and simple identifier filter, which scans
> >a Lua for them, and then pipes with sort and uniq. This is
> >error prone though. I don't see a way this could be done
> >automatically though...
> 
> See lua/test/globals.lua.

Oh, yes. Ahem, I must confess, that, er... I was using 3.1 :)
I was waiting for 3.3 to upgrade, since I'd have the use for
multiple states....
Sorry

-- 
Vincent Penquerc'h