Decent enhancement: if a context variable is being set anywhere, but it was never initialized via init() on that context, the compiler should warn the user so.
These warnings, though, due to the nature of the compiler, will need to be output near the end of compilation.
Decent enhancement: if a context variable is being set anywhere, but it was never initialized via init() on that context, the compiler should warn the user so.
These warnings, though, due to the nature of the compiler, will need to be output near the end of compilation.