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

Unified Diff: pkg/dev_compiler/lib/src/compiler/compiler.dart

Issue 2853543002: Temporarily disable overlapping summary check (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 | « no previous file | pkg/dev_compiler/test/worker/worker_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/lib/src/compiler/compiler.dart
diff --git a/pkg/dev_compiler/lib/src/compiler/compiler.dart b/pkg/dev_compiler/lib/src/compiler/compiler.dart
index e958e44939657332fd555cc28e7b3686b7992ab6..2df03f45418ccd3ef57ae741c35abb36310cd1c4 100644
--- a/pkg/dev_compiler/lib/src/compiler/compiler.dart
+++ b/pkg/dev_compiler/lib/src/compiler/compiler.dart
@@ -90,7 +90,8 @@ class ModuleCompiler {
summaryData ??= new SummaryDataStore(options.summaryPaths,
resourceProvider: resourceProvider,
recordDependencyInfo: true,
- disallowOverlappingSummaries: true);
+ // TODO(vsm): Reset this to true once we cleanup internal build rules.
+ disallowOverlappingSummaries: false);
var sdkSummaryBundle = sdk.getLinkedBundle();
if (sdkSummaryBundle != null) {
« no previous file with comments | « no previous file | pkg/dev_compiler/test/worker/worker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698