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

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

Issue 2834773003: Remove the limited invalidation feature. (Closed)
Patch Set: Created 3 years, 8 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/engine.dart
diff --git a/pkg/analyzer/lib/src/generated/engine.dart b/pkg/analyzer/lib/src/generated/engine.dart
index adb72c4f81989ecdac4e7855067167cd6ab01940..c692cbc43eef1dd63a74982b37dc8fef24938a5d 100644
--- a/pkg/analyzer/lib/src/generated/engine.dart
+++ b/pkg/analyzer/lib/src/generated/engine.dart
@@ -1244,14 +1244,6 @@ abstract class AnalysisOptions {
List<String> get excludePatterns;
/**
- * A flag indicating whether finer grained dependencies should be used
- * instead of just source level dependencies.
- *
- * This option is experimental and subject to change.
- */
- bool get finerGrainedInvalidation;
-
- /**
* Return `true` if errors, warnings and hints should be generated for sources
* that are implicitly being analyzed. The default value is `true`.
*/
@@ -1487,9 +1479,6 @@ class AnalysisOptionsImpl implements AnalysisOptions {
*/
List<String> nonnullableTypes = NONNULLABLE_TYPES;
- @override
- bool finerGrainedInvalidation = false;
-
/**
* A flag indicating whether implicit dynamic type is allowed, on by default.
*
@@ -1540,7 +1529,6 @@ class AnalysisOptionsImpl implements AnalysisOptions {
}
trackCacheDependencies = options.trackCacheDependencies;
disableCacheFlushing = options.disableCacheFlushing;
- finerGrainedInvalidation = options.finerGrainedInvalidation;
patchPaths = options.patchPaths;
}
@@ -1691,7 +1679,6 @@ class AnalysisOptionsImpl implements AnalysisOptions {
enableUriInPartOf = true;
_errorProcessors = null;
_excludePatterns = null;
- finerGrainedInvalidation = false;
generateImplicitErrors = true;
generateSdkErrors = false;
hint = true;
« 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