Feature - Rejected only display warnings once

Much like the new static{} only gets run once per instance of an Interpreter, could we also limit the WARNINGS: that get pushed to the gCLI to just once per creation?
Or, even better, is there an option to just disable warnings? It doesn't seem helpful to have every unreachable bit of code get pointed out to me every time I run a script (especially when I made it unreachable on purpose)
 
If you make it unreachable on purpose, comment it out.

Bad code should be fixed, not ignored...
 
Back
Top