On 03/04/2013 07:12 PM, Krinkle wrote:
Things this will catch are basically everything else. Any runtime error that we can't detect in static analysis but will fail no matter what browser you're in, such as:
- misspelled identifiers or syntax errors
- issues with ResourceLoader (mw.loader)
- issues with AJAX
- any code failures that result in exceptions
- the obvious (catching failures/regressions in our QUnit tests)
This is really a great step forward.
Thanks,
Matt Flaschen