-
Paul Berry authored
An upcoming Dart SDK change (https://github.com/dart-lang/sdk/commit/fa2fd41166db35afa4777e63f900e83d25709c5c) changes the precise text of the exception generated by `utf8.decode` if a non-UTF8 file is found. This is causing a breakage in the Dart team's `flutter-analyze` bot (and will presumably cause a breakage in the corresponding Flutter bot as soon as this change is rolled into Flutter). To avoid this breakage, the bot shouldn't rely on the exact exception text; it is sufficient to simply catch a FormatException.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| automated_tests | ||
| benchmarks | ||
| bots | ||
| ci | ||
| customer_testing | ||
| devicelab | ||
| docs | ||
| integration_tests | ||
| manual_tests | ||
| missing_dependency_tests | ||
| snippets | ||
| tools | ||
| tracing_tests | ||
| README.md |