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

Unified Diff: pkg/dev_compiler/tool/build_pkgs.dart

Issue 2981183003: fix #29766, fix #29782 - fix override checker's interface checking (Closed)
Patch Set: fix Created 3 years, 5 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/dev_compiler/tool/build_pkgs.dart
diff --git a/pkg/dev_compiler/tool/build_pkgs.dart b/pkg/dev_compiler/tool/build_pkgs.dart
index 6cad23ee5bcf5596b9903f382fedbf54879ef690..fb60ca4917d160c03d99e2e10f6d3b7af0e92672 100755
--- a/pkg/dev_compiler/tool/build_pkgs.dart
+++ b/pkg/dev_compiler/tool/build_pkgs.dart
@@ -43,7 +43,7 @@ void main(List<String> arguments) {
}
// Under third_party/pkg.
- compileModule('collection');
+ compileModule('collection', unsafeForceCompile: true);
vsm 2017/07/19 17:19:04 This will probably break dartdevc snapshot generat
Jennifer Messerly 2017/07/20 19:15:50 done
compileModule('matcher');
compileModule('path');
if (isTravis) {

Powered by Google App Engine
This is Rietveld 408576698