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

Side by Side Diff: lib/runtime/dart/_interceptors.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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/runtime/dart/_internal.txt » ('j') | lib/src/compiler.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 severe: [AnalyzerMessage] Classes cannot implement 'bool' (dart:_interceptors, l ine 29, col 45)
2 severe: [AnalyzerMessage] Classes cannot implement 'num' (dart:_interceptors/js_ number.dart, line 16, col 47)
3 severe: [AnalyzerMessage] The return type 'JSNumber' is not a 'double', as defin ed by the method 'toDouble' (dart:_interceptors/js_number.dart, line 110, col 17 )
4 severe: [StaticTypeError] Type check failed: this (JSNumber) is not of type doub le (dart:_interceptors/js_number.dart, line 110, col 17)
5 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.& ((num) → num) is not a subtype of int.& ((int) → int). (dart:_ interceptors/js_number.dart, line 349, col 13)
6 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.<< ((num) → num) is not a subtype of int.<< ((int) → int). (dart :_interceptors/js_number.dart, line 349, col 13)
7 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.>> ((num) → num) is not a subtype of int.>> ((int) → int). (dart :_interceptors/js_number.dart, line 349, col 13)
8 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.^ ((num) → num) is not a subtype of int.^ ((int) → int). (dart:_ interceptors/js_number.dart, line 349, col 13)
9 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.abs (() → num) is not a subtype of int.abs (() → int). (dart:_in terceptors/js_number.dart, line 349, col 13)
10 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.sign (() → num) is not a subtype of int.sign (() → int). (dart:_ interceptors/js_number.dart, line 349, col 13)
11 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.unary- (() → num) is not a subtype of int.unary- (() → int). (da rt:_interceptors/js_number.dart, line 349, col 13)
12 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.| ((num) → num) is not a subtype of int.| ((int) → int). (dart:_ interceptors/js_number.dart, line 349, col 13)
13 severe: [AnalyzerMessage] Classes cannot implement 'int' (dart:_interceptors/js_ number.dart, line 349, col 41)
14 severe: [AnalyzerMessage] Classes cannot implement 'double' (dart:_interceptors/ js_number.dart, line 349, col 46)
15 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.% ((num) → num) is not a subtype of double.% ((num) → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
16 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.* ((num) → num) is not a subtype of double.* ((num) → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
17 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.+ ((num) → num) is not a subtype of double.+ ((num) → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
18 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.- ((num) → num) is not a subtype of double.- ((num) → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
19 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.abs (() → num) is not a subtype of double.abs (() → double). (da rt:_interceptors/js_number.dart, line 420, col 16)
20 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.remainder ((num) → num) is not a subtype of double.remainder ((n um) → double). (dart:_interceptors/js_number.dart, line 420, col 16)
21 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.sign (() → num) is not a subtype of double.sign (() → double). ( dart:_interceptors/js_number.dart, line 420, col 16)
22 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t ype of JSNumber.unary- (() → num) is not a subtype of double.unary- (() → double ). (dart:_interceptors/js_number.dart, line 420, col 16)
23 severe: [AnalyzerMessage] Classes cannot implement 'double' (dart:_interceptors/ js_number.dart, line 420, col 44)
24 severe: [AnalyzerMessage] Classes cannot implement 'String' (dart:_interceptors/ js_string.dart, line 14, col 47)
25 severe: [StaticTypeError] Type check failed: s += s (String) is not of type JSSt ring (dart:_interceptors/js_string.dart, line 346, col 7)
26 warning: [DownCastComposite] JS('var', r'#.pop()', this) (dynamic) will need run time check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 12)
27 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9)
28 warning: [DownCastComposite] IterableMixinWorkaround.reduce(this, combine) (dyna mic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart , line 161, col 12)
29 warning: [DownCastComposite] IterableMixinWorkaround.firstWhere(this, test, orEl se) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_a rray.dart, line 169, col 12)
30 warning: [DownCastComposite] IterableMixinWorkaround.lastWhereList(this, test, o rElse) (dynamic) will need runtime check to cast to type E (dart:_interceptors/j s_array.dart, line 173, col 12)
31 warning: [DownCastComposite] IterableMixinWorkaround.singleWhere(this, test) (dy namic) will need runtime check to cast to type E (dart:_interceptors/js_array.da rt, line 177, col 12)
32 warning: [DownCastComposite] JS('var', '#[#]', this, index) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, col 12)
33 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, patter n) (dynamic) will need runtime check to cast to type List<String> (dart:_interce ptors/js_string.dart, line 86, col 14)
34 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, re) (d ynamic) will need runtime check to cast to type List<String> (dart:_interceptors /js_string.dart, line 89, col 14)
OLDNEW
« no previous file with comments | « no previous file | lib/runtime/dart/_internal.txt » ('j') | lib/src/compiler.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698