Warn During Compilation if a Context Variable is Set and not Seen in an init() #12
Labels
enhancement
Nice-to-haves and things that can actually help current behavior.
low priority
Bugs labeled this are not considered the same priority as regular bugs - user-created rare issues.
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.
The text was updated successfully, but these errors were encountered: