[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lglob 0.8 Extended Globals Checker for Lua
- From: "Ashwin Hirschi" <lua-l@...>
- Date: Tue, 30 Apr 2013 03:03:06 +0200
Only a few weeks ago I was bitten by a very subtle spelling bug in a
global thatI stared at for TWO DAYS until I spotted it. Even though I
more or less KNEWwhat it had to be.
Could this misspelling not be caught by either a simple (runtime) globals
monitor or a static analysis tool?
There are lots of options for both flavours. And you can easily roll your
own [in much less than 2 days... ;-)].
Ashwin.
- References:
- [ANN] lglob 0.8 Extended Globals Checker for Lua, steve donovan
- Re: [ANN] lglob 0.8 Extended Globals Checker for Lua, Luiz Henrique de Figueiredo
- Re: [ANN] lglob 0.8 Extended Globals Checker for Lua, steve donovan
- Re: [ANN] lglob 0.8 Extended Globals Checker for Lua, Petite Abeille
- Re: [ANN] lglob 0.8 Extended Globals Checker for Lua, steve donovan
- Re: [ANN] lglob 0.8 Extended Globals Checker for Lua, Petite Abeille
- Re: [ANN] lglob 0.8 Extended Globals Checker for Lua, Luiz Henrique de Figueiredo
- Re: [ANN] lglob 0.8 Extended Globals Checker for Lua, Petite Abeille
- Re: [ANN] lglob 0.8 Extended Globals Checker for Lua, Luiz Henrique de Figueiredo
- Re: [ANN] lglob 0.8 Extended Globals Checker for Lua, Petite Abeille
- Re: [ANN] lglob 0.8 Extended Globals Checker for Lua, Tim Hill