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

Unified Diff: lib/runtime/dart/_isolate_helper.txt

Issue 1322333003: DDC: mostly incremental compilation, fixes #223 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebase Created 5 years, 3 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: lib/runtime/dart/_isolate_helper.txt
diff --git a/lib/runtime/dart/_isolate_helper.txt b/lib/runtime/dart/_isolate_helper.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a932722f2f23fd91ae6160964cd8eb224e5d77a8
--- /dev/null
+++ b/lib/runtime/dart/_isolate_helper.txt
@@ -0,0 +1,3 @@
+warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to cast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29)
+warning: [DownCastComposite] args (dynamic) will need runtime check to cast to type List<String> (dart:_isolate_helper, line 839, col 37)
+warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to cast to type List<String> (dart:_isolate_helper, line 886, col 11)

Powered by Google App Engine
This is Rietveld 408576698