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

Unified Diff: pkg/analyzer/lib/src/generated/incremental_resolver.dart

Issue 1306323004: Remove obsolete resolution task (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/context/context.dart ('k') | pkg/analyzer/lib/src/task/dart.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/incremental_resolver.dart
diff --git a/pkg/analyzer/lib/src/generated/incremental_resolver.dart b/pkg/analyzer/lib/src/generated/incremental_resolver.dart
index ea1e0fa9442a639986ee3e485793c1881b2f6c98..5feaaa9558837b31161f9cadc6a81e48c331f5c5 100644
--- a/pkg/analyzer/lib/src/generated/incremental_resolver.dart
+++ b/pkg/analyzer/lib/src/generated/incremental_resolver.dart
@@ -13,8 +13,11 @@ import 'package:analyzer/src/generated/constant.dart';
import 'package:analyzer/src/task/dart.dart'
show
HINTS,
+ INFER_STATIC_VARIABLE_TYPES_ERRORS,
+ LIBRARY_UNIT_ERRORS,
PARSE_ERRORS,
- RESOLVE_REFERENCES_ERRORS,
+ PARTIALLY_RESOLVE_REFERENCES_ERRORS,
+ RESOLVE_FUNCTION_BODIES_ERRORS,
RESOLVE_TYPE_NAMES_ERRORS,
SCAN_ERRORS,
USED_IMPORTED_ELEMENTS,
@@ -1125,7 +1128,10 @@ class IncrementalResolver {
void _shiftEntryErrors_NEW() {
_shiftErrors_NEW(HINTS);
- _shiftErrors_NEW(RESOLVE_REFERENCES_ERRORS);
+ _shiftErrors_NEW(INFER_STATIC_VARIABLE_TYPES_ERRORS);
+ _shiftErrors_NEW(LIBRARY_UNIT_ERRORS);
+ _shiftErrors_NEW(PARTIALLY_RESOLVE_REFERENCES_ERRORS);
+ _shiftErrors_NEW(RESOLVE_FUNCTION_BODIES_ERRORS);
_shiftErrors_NEW(RESOLVE_TYPE_NAMES_ERRORS);
_shiftErrors_NEW(VARIABLE_REFERENCE_ERRORS);
_shiftErrors_NEW(VERIFY_ERRORS);
@@ -1177,7 +1183,10 @@ class IncrementalResolver {
}
void _updateEntry_NEW() {
- _updateErrors_NEW(RESOLVE_REFERENCES_ERRORS, _resolveErrors);
+ _updateErrors_NEW(INFER_STATIC_VARIABLE_TYPES_ERRORS, _resolveErrors);
+ _updateErrors_NEW(LIBRARY_UNIT_ERRORS, _resolveErrors);
+ _updateErrors_NEW(PARTIALLY_RESOLVE_REFERENCES_ERRORS, _resolveErrors);
+ _updateErrors_NEW(RESOLVE_FUNCTION_BODIES_ERRORS, _resolveErrors);
_updateErrors_NEW(RESOLVE_TYPE_NAMES_ERRORS, []);
_updateErrors_NEW(VARIABLE_REFERENCE_ERRORS, []);
_updateErrors_NEW(VERIFY_ERRORS, _verifyErrors);
« no previous file with comments | « pkg/analyzer/lib/src/context/context.dart ('k') | pkg/analyzer/lib/src/task/dart.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698