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

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

Issue 2665263002: Streamline AnalysisDriver status tracking. (Closed)
Patch Set: Created 3 years, 11 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/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 c4d950cf8494fb8c90be17fad52188145b273ea1..98e852bff111a9b328728dade7680a9756e32080 100644
--- a/pkg/analysis_server/lib/src/analysis_server.dart
+++ b/pkg/analysis_server/lib/src/analysis_server.dart
@@ -1820,9 +1820,6 @@ class ServerContextManagerCallbacks extends ContextManagerCallbacks {
nd.AnalysisDriver addAnalysisDriver(Folder folder, AnalysisOptions options) {
ContextBuilder builder = createContextBuilder(folder, options);
nd.AnalysisDriver analysisDriver = builder.buildDriver(folder.path);
- analysisDriver.status.listen((status) {
- // TODO(scheglov) send server status
- });
analysisDriver.results.listen((result) {
new_sendErrorNotification(analysisServer, result);
String path = result.path;
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/dart/analysis/driver.dart » ('j') | pkg/analyzer/lib/src/dart/analysis/status.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698