[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: how to find unused local variables?
- From: Norman Ramsey <nr@...>
- Date: Mon, 26 May 2008 15:30:23 -0400
Thanks everyone for the feedback and suggestions about unused locals.
Metalua and metalint sound promising. Fidelis and I have our own
convention about modules; if a function xxx is exported from module m,
then value m._doc.xxx is a string describing the API of that function.
I will hope I can find a way either to work that into metalint or at least
to derive the .dlua files from it.
Norman