lua-users home
lua-l archive

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


On 16 July 2010 19:32, Juri Munkki <jm_list@cameraid.com> wrote:
> Strict.lua only checks code that executes. In order to test your code for
> missing local declarations, you have to make sure that all your code has
> been tested while strict.lua is active. If you use strict.lua all time
> while developing code, it's probably not a problem.
>

A patch to the parser that lists variables it considers as globals
would be pretty straightforward.

Vaughan