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

Unified Diff: pkg/analyzer_cli/test/build_mode_test.dart

Issue 3006543002: Cache PackageBundle instances in AnalyzerWorkerLoop and reuse for multiple requests. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « pkg/analyzer_cli/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/build_mode_test.dart
diff --git a/pkg/analyzer_cli/test/build_mode_test.dart b/pkg/analyzer_cli/test/build_mode_test.dart
index 6ccff0d657d0152258aa7570ebd3f24c3f8ef0cd..0756f1ff52b8d58ac2d6e2df327850e552b30525 100644
--- a/pkg/analyzer_cli/test/build_mode_test.dart
+++ b/pkg/analyzer_cli/test/build_mode_test.dart
@@ -32,7 +32,7 @@ class TestAnalyzerWorkerLoop extends AnalyzerWorkerLoop {
: super(new MemoryResourceProvider(), connection);
@override
- Future<Null> analyze(CommandLineOptions options) async {
+ Future<Null> analyze(CommandLineOptions options, inputs) async {
if (_analyze != null) {
_analyze(options);
}
« no previous file with comments | « pkg/analyzer_cli/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698