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

Unified Diff: pkg/analysis_server/lib/src/analysis_server.dart

Issue 2968473002: Remove incremental: logger, validator, options. (Closed)
Patch Set: Created 3 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 | « no previous file | pkg/analysis_server/lib/src/server/driver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/analysis_server.dart
diff --git a/pkg/analysis_server/lib/src/analysis_server.dart b/pkg/analysis_server/lib/src/analysis_server.dart
index 799e72bbb738d0e1442003de186ddfee127c8c1a..922321474eca22eac1d21a0f19d1fec3c92c6b43 100644
--- a/pkg/analysis_server/lib/src/analysis_server.dart
+++ b/pkg/analysis_server/lib/src/analysis_server.dart
@@ -358,11 +358,6 @@ class AnalysisServer {
PluginWatcher pluginWatcher =
new PluginWatcher(resourceProvider, pluginManager);
- defaultContextOptions.incremental = true;
- defaultContextOptions.incrementalApi =
- options.enableIncrementalResolutionApi;
- defaultContextOptions.incrementalValidation =
- options.enableIncrementalResolutionValidation;
defaultContextOptions.generateImplicitErrors = false;
{
@@ -1049,8 +1044,6 @@ class AnalysisServer {
}
class AnalysisServerOptions {
- bool enableIncrementalResolutionApi = false;
- bool enableIncrementalResolutionValidation = false;
bool useAnalysisHighlight2 = false;
String fileReadMode = 'as-is';
String newAnalysisDriverLog;
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/server/driver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698