flutter/packages/flutter_tools/test/data/dart_dependencies_test
Ian Hickson 0edc4d2a76 Make hot mode a little less aggressive about catching errors. (#8743)
It was resulting in weird situations where the tool would dump an
error message and stack but not quit, or would fail hard but then just
hang.

Instead, specifically catch errors you expect. As an example of this,
there's one error we expect from the DartDependencySetBuilder, so we
catch that one, turn it into a dedicated exception class, then in the
caller catch that specific exception.
2017-03-13 14:50:30 -07:00
..
bad_package Make hot mode a little less aggressive about catching errors. (#8743) 2017-03-13 14:50:30 -07:00
bad_path Make hot mode a little less aggressive about catching errors. (#8743) 2017-03-13 14:50:30 -07:00
changed_sdk_location Fix a crash (#7597) when the flutter sdk moves after getting packages (#7601) 2017-01-26 15:43:28 -08:00
good Increase the strictness of our requiring explicit types (#7585) 2017-01-23 01:04:31 -08:00
syntax_error Faster hot reload (#8600) 2017-03-07 13:09:48 -08:00
.dartignore DependencyChecker with tests (#7268) 2016-12-15 15:05:15 -08:00
.gitignore DependencyChecker with tests (#7268) 2016-12-15 15:05:15 -08:00