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

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

Issue 2226973005: Basic linking in PubSummaryManager. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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 3f397dca99df92fc713c318fd942b3af074853b3..3b41a24691390aaf7cd169e9c796de590f66145d 100644
--- a/pkg/analysis_server/lib/src/analysis_server.dart
+++ b/pkg/analysis_server/lib/src/analysis_server.dart
@@ -1604,7 +1604,7 @@ class ServerContextManagerCallbacks extends ContextManagerCallbacks {
context.analysisOptions = options;
// TODO(scheglov) use linked bundles
- analysisServer.pubSummaryManager.getLinkedBundles(context);
+// analysisServer.pubSummaryManager.getLinkedBundles(context);
analysisServer._onContextsChangedController
.add(new ContextsChangedEvent(added: [context]));
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/summary/pub_summary.dart » ('j') | pkg/analyzer/lib/src/summary/pub_summary.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698