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

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

Issue 1179253002: Mix VARIABLE_REFERENCE_ERRORS into the full errors list on ChangeNotice. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « pkg/analyzer/lib/src/generated/incremental_resolver.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0654e3c6bcc757819dc4c17a5409f48de877e651..3028522964401c029cca9de8a3239e1056324185 100644
--- a/pkg/analyzer/lib/src/task/dart_work_manager.dart
+++ b/pkg/analyzer/lib/src/task/dart_work_manager.dart
@@ -43,9 +43,11 @@ class DartWorkManager implements WorkManager {
*/
static final List<ResultDescriptor> _UNIT_ERRORS = <ResultDescriptor>[
Brian Wilkerson 2015/06/12 19:27:48 I don't like the fact that work manager has duplic
scheglov 2015/06/12 19:52:03 No changes for now. But we now return DART_ERRORS
BUILD_FUNCTION_TYPE_ALIASES_ERRORS,
+ CONSTRUCTORS_ERRORS,
HINTS,
RESOLVE_REFERENCES_ERRORS,
RESOLVE_TYPE_NAMES_ERRORS,
+ VARIABLE_REFERENCE_ERRORS,
VERIFY_ERRORS
];
« no previous file with comments | « pkg/analyzer/lib/src/generated/incremental_resolver.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698