Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1472)

Unified Diff: pkg/analyzer/lib/src/task/dart_work_manager.dart

Issue 1386023002: Resolve ordering issues. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Alphebetize Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/lib/src/task/dart_work_manager.dart
diff --git a/pkg/analyzer/lib/src/task/dart_work_manager.dart b/pkg/analyzer/lib/src/task/dart_work_manager.dart
index cc4d4e6d336cd361d860ab80035aa8b88a6cd148..7114053c19154f602d072ceb22e691bc2a3605bb 100644
--- a/pkg/analyzer/lib/src/task/dart_work_manager.dart
+++ b/pkg/analyzer/lib/src/task/dart_work_manager.dart
@@ -43,11 +43,9 @@ class DartWorkManager implements WorkManager {
static final List<ResultDescriptor> _UNIT_ERRORS = <ResultDescriptor>[
HINTS,
LINTS,
- INFER_STATIC_VARIABLE_TYPES_ERRORS,
LIBRARY_UNIT_ERRORS,
- PARTIALLY_RESOLVE_REFERENCES_ERRORS,
- RESOLVE_FUNCTION_BODIES_ERRORS,
RESOLVE_TYPE_NAMES_ERRORS,
+ RESOLVE_UNIT_ERRORS,
VARIABLE_REFERENCE_ERRORS,
VERIFY_ERRORS
];

Powered by Google App Engine
This is Rietveld 408576698