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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1484263002: Use destructuring assignments for named parameters (#180) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Destructure function params directly (no more opts in most cases) Created 5 years 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
OLDNEW
1 severe: [AnalyzerMessage] The redirected constructor '(dynamic) → JSArray<dynami c>' has incompatible parameters with '(dynamic) → JSArray<E>' (dart:_interceptor s/js_array.dart, line 29, col 46) 1 severe: [AnalyzerMessage] The redirected constructor '(dynamic) → JSArray<dynami c>' has incompatible parameters with '(dynamic) → JSArray<E>' (dart:_interceptor s/js_array.dart, line 29, col 46)
2 severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_int erceptors/js_number.dart, line 12, col 7) 2 severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_int erceptors/js_number.dart, line 12, col 7)
3 severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_ interceptors/js_string.dart, line 14, col 7) 3 severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_ interceptors/js_string.dart, line 14, col 7)
4 severe: [AnalyzerMessage] The redirected constructor '((Stream<dynamic>, bool) → StreamSubscription<dynamic>) → _StreamSubscriptionTransformer<dynamic, dynamic> ' has incompatible parameters with '((Stream<S>, bool) → StreamSubscription<T>) → StreamTransformer<S, T>' (dart:async/stream.dart, line 1571, col 9) 4 severe: [AnalyzerMessage] The redirected constructor '((Stream<dynamic>, bool) → StreamSubscription<dynamic>) → _StreamSubscriptionTransformer<dynamic, dynamic> ' has incompatible parameters with '((Stream<S>, bool) → StreamSubscription<T>) → StreamTransformer<S, T>' (dart:async/stream.dart, line 1571, col 9)
5 severe: [AnalyzerMessage] The redirected constructor '({handleData: (dynamic, Ev entSink<dynamic>) → void, handleError: (Object, StackTrace, EventSink<dynamic>) → void, handleDone: (EventSink<dynamic>) → void}) → _StreamHandlerTransformer<dy namic, dynamic>' has incompatible parameters with '({handleData: (S, EventSink<T >) → void, handleError: (Object, StackTrace, EventSink<T>) → void, handleDone: ( EventSink<T>) → void}) → StreamTransformer<S, T>' (dart:async/stream.dart, line 1588, col 13) 5 severe: [AnalyzerMessage] The redirected constructor '({handleData: (dynamic, Ev entSink<dynamic>) → void, handleError: (Object, StackTrace, EventSink<dynamic>) → void, handleDone: (EventSink<dynamic>) → void}) → _StreamHandlerTransformer<dy namic, dynamic>' has incompatible parameters with '({handleData: (S, EventSink<T >) → void, handleError: (Object, StackTrace, EventSink<T>) → void, handleDone: ( EventSink<T>) → void}) → StreamTransformer<S, T>' (dart:async/stream.dart, line 1588, col 13)
6 severe: [AnalyzerMessage] The type '_NoCallbackSyncStreamController' is declared with 0 type parameters, but 1 type arguments were given (dart:async/stream_cont roller.dart, line 84, col 17)
7 severe: [AnalyzerMessage] The type '_NoCallbackAsyncStreamController' is declare d with 0 type parameters, but 1 type arguments were given (dart:async/stream_con troller.dart, line 85, col 17)
8 severe: [AnalyzerMessage] The name 'T' is not a type and cannot be used as a par ameterized type (dart:async/stream_controller.dart, line 653, col 69)
9 severe: [AnalyzerMessage] The name 'T' is not a type and cannot be used as a par ameterized type (dart:async/stream_controller.dart, line 654, col 46)
10 severe: [AnalyzerMessage] The name 'T' is not a type and cannot be used as a par ameterized type (dart:async/stream_controller.dart, line 656, col 68)
11 severe: [AnalyzerMessage] The name 'T' is not a type and cannot be used as a par ameterized type (dart:async/stream_controller.dart, line 657, col 45)
6 severe: [AnalyzerMessage] The redirected constructor '((List<dynamic>) → void) → _SimpleCallbackSink<dynamic>' has incompatible parameters with '((List<T>) → vo id) → ChunkedConversionSink<T>' (dart:convert/chunked_conversion.dart, line 23, col 45) 12 severe: [AnalyzerMessage] The redirected constructor '((List<dynamic>) → void) → _SimpleCallbackSink<dynamic>' has incompatible parameters with '((List<T>) → vo id) → ChunkedConversionSink<T>' (dart:convert/chunked_conversion.dart, line 23, col 45)
7 severe: [AnalyzerMessage] The redirected constructor '(Iterable<E>) → LinkedHash Set<E>' has incompatible parameters with '(Iterable<dynamic>) → Set<E>' (dart:co re/set.dart, line 75, col 41) 13 severe: [AnalyzerMessage] The redirected constructor '(Iterable<E>) → LinkedHash Set<E>' has incompatible parameters with '(Iterable<dynamic>) → Set<E>' (dart:co re/set.dart, line 75, col 41)
8 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29) 14 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29)
9 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t ype List<String> (dart:_isolate_helper, line 839, col 37) 15 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t ype List<String> (dart:_isolate_helper, line 839, col 37)
10 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca st to type List<String> (dart:_isolate_helper, line 886, col 11) 16 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca st to type List<String> (dart:_isolate_helper, line 886, col 11)
11 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) 17 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)
12 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9) 18 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9)
13 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) 19 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)
14 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) 20 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)
15 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) 21 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)
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 658, col 13) 64 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 658, col 13)
59 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 695, col 13) 65 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 695, col 13)
60 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1037, col 11) 66 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1037, col 11)
61 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1078, col 11) 67 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1078, col 11)
62 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1130, col 11) 68 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 1130, col 11)
63 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1220, col 43) 69 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1220, col 43)
64 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1228, col 43) 70 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1228, col 43)
65 warning: [DownCastComposite] zone.registerUnaryCallback(onTimeout) ((dynamic) → dynamic) will need runtime check to cast to type (EventSink<dynamic>) → void (da rt:async/stream.dart, line 1246, col 21) 71 warning: [DownCastComposite] zone.registerUnaryCallback(onTimeout) ((dynamic) → dynamic) will need runtime check to cast to type (EventSink<dynamic>) → void (da rt:async/stream.dart, line 1246, col 21)
66 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1257, col 43) 72 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1257, col 43)
67 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1276, col 53) 73 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1276, col 53)
68 warning: [DownCastComposite] sync ? new _NoCallbackSyncStreamController() : new _NoCallbackAsyncStreamController() (_StreamController<dynamic>) will need runtim e check to cast to type StreamController<T> (dart:async/stream_controller.dart, line 83, col 14) 74 warning: [DownCastComposite] sync ? new _NoCallbackSyncStreamController<T>() : n ew _NoCallbackAsyncStreamController<T>() (_StreamController<dynamic>) will need runtime check to cast to type StreamController<T> (dart:async/stream_controller. dart, line 83, col 14)
69 warning: [DownCastComposite] subscription (_ControllerSubscription<dynamic>) wil l need runtime check to cast to type StreamSubscription<T> (dart:async/stream_co ntroller.dart, line 516, col 12) 75 warning: [DownCastComposite] subscription (_ControllerSubscription<dynamic>) wil l need runtime check to cast to type StreamSubscription<T> (dart:async/stream_co ntroller.dart, line 516, col 12)
70 warning: [DownCastComposite] controller (_StreamController<dynamic>) will need r untime check to cast to type _EventSink<T> (dart:async/stream_controller.dart, l ine 798, col 15) 76 warning: [DownCastComposite] controller (_StreamController<dynamic>) will need r untime check to cast to type _EventSink<T> (dart:async/stream_controller.dart, l ine 798, col 15)
71 warning: [DownCastComposite] _nullDataHandler ((dynamic) → void) will need runti me check to cast to type (T) → void (dart:async/stream_impl.dart, line 153, col 42) 77 warning: [DownCastComposite] _nullDataHandler ((dynamic) → void) will need runti me check to cast to type (T) → void (dart:async/stream_impl.dart, line 153, col 42)
72 warning: [DownCastComposite] _zone.registerUnaryCallback(handleData) ((dynamic) → dynamic) will need runtime check to cast to type (T) → void (dart:async/stream _impl.dart, line 154, col 15) 78 warning: [DownCastComposite] _zone.registerUnaryCallback(handleData) ((dynamic) → dynamic) will need runtime check to cast to type (T) → void (dart:async/stream _impl.dart, line 154, col 15)
73 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/stream_impl.da rt, line 476, col 12) 79 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/stream_impl.da rt, line 476, col 12)
74 warning: [DownCastComposite] new _BufferingStreamSubscription(onData, onError, o nDone, cancelOnError).._setPendingEvents(_pending()) (_BufferingStreamSubscripti on<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart :async/stream_impl.dart, line 515, col 12) 80 warning: [DownCastComposite] new _BufferingStreamSubscription(onData, onError, o nDone, cancelOnError).._setPendingEvents(_pending()) (_BufferingStreamSubscripti on<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart :async/stream_impl.dart, line 515, col 12)
75 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onListenHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28) 81 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onListenHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28)
76 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onCancelHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28) 82 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onCancelHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28)
77 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type Future<bool> (dart:async/stream_impl.dart, line 1000, col 14) 83 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type Future<bool> (dart:async/stream_impl.dart, line 1000, col 14)
78 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type T (dart:async/stream_impl.dart, line 1006, col 22) 84 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type T (dart:async/stream_impl.dart, line 1006, col 22)
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 169, col 13) 267 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 169, col 13)
262 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 170, col 16) 268 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 170, col 16)
263 warning: [DownCastComposite] (width < 0) ? _clampToZero(width) : width (num) wil l need runtime check to cast to type T (dart:math/rectangle.dart, line 212, col 23) 269 warning: [DownCastComposite] (width < 0) ? _clampToZero(width) : width (num) wil l need runtime check to cast to type T (dart:math/rectangle.dart, line 212, col 23)
264 warning: [DownCastComposite] (height < 0) ? _clampToZero(height) : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, c ol 24) 270 warning: [DownCastComposite] (height < 0) ? _clampToZero(height) : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, c ol 24)
265 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 228, col 14) 271 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 228, col 14)
266 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 229, col 15) 272 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 229, col 15)
267 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 230, col 13) 273 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 230, col 13)
268 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 231, col 16) 274 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 231, col 16)
269 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 247, col 28) 275 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 247, col 28)
270 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 263, col 30) 276 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 263, col 30)
OLDNEW
« lib/src/js/template.dart ('K') | « test/codegen/expect/unittest/unittest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698