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

Side by Side Diff: lib/runtime/dart/async.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
OLDNEW
(Empty)
1 severe: [AnalyzerMessage] The getter '_next' is not defined for the class 'Strea mSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 206, col 32 )
2 severe: [AnalyzerMessage] The getter '_next' is not defined for the class 'Strea mSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 207, col 36 )
3 severe: [AnalyzerMessage] The getter '_isFiring' is not defined for the class 'S treamSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 208, co l 22)
4 severe: [AnalyzerMessage] The method '_setRemoveAfterFiring' is not defined for the class 'StreamSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 209, col 20)
5 severe: [AnalyzerMessage] The getter '_next' is not defined for the class 'Strea mSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 211, col 38 )
6 severe: [AnalyzerMessage] The getter '_addError' is not defined for the class 'S treamController' (dart:async/stream.dart, line 321, col 34)
7 severe: [AnalyzerMessage] The getter '_addError' is not defined for the class 'S treamController' (dart:async/stream.dart, line 396, col 30)
8 severe: [AnalyzerMessage] The method '_addError' is not defined for the class 'S treamController' (dart:async/stream.dart, line 1227, col 17)
9 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 8, col 67)
10 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 36, col 15)
11 warning: [DownCastComposite] super._controller (_StreamControllerLifecycle<T>) w ill need runtime check to cast to type _BroadcastStreamController<T> (dart:async /broadcast_stream_controller.dart, line 40, col 52)
12 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_ stream_controller.dart, line 196, col 18)
13 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/broadcast_stre am_controller.dart, line 201, col 12)
14 warning: [DownCastComposite] subscription (StreamSubscription<T>) will need runt ime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream _controller.dart, line 212, col 23)
15 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 309, col 48)
16 warning: [UninferredClosure] (_BroadcastSubscription<T> subscription) {subscript ion._close();} ((_BroadcastSubscription<T>) → dynamic) will need runtime check t o cast to type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_st ream_controller.dart, line 372, col 24)
17 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 393, col 48)
18 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 402, col 48)
19 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 412, col 50)
20 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 123, col 12)
21 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 149, col 12)
22 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 233, col 12)
23 warning: [DownCastComposite] callback (Function) will need runtime check to cast to type (dynamic) → bool (dart:async/future_impl.dart, line 117, col 12)
24 warning: [DownCastComposite] result._zone.registerUnaryCallback(f) ((dynamic) → dynamic) will need runtime check to cast to type (T) → dynamic (dart:async/futur e_impl.dart, line 208, col 11)
25 warning: [DownCastComposite] result._zone.registerUnaryCallback(test) ((dynamic) → dynamic) will need runtime check to cast to type (dynamic) → bool (dart:async /future_impl.dart, line 221, col 32)
26 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future_impl.dart, line 233, col 12)
27 warning: [DownCastComposite] _resultOrListeners (dynamic) will need runtime chec k to cast to type T (dart:async/future_impl.dart, line 245, col 12)
28 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 347, col 17)
29 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 357, col 15)
30 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type Future<T> (dart:async/future_impl.dart, line 386, col 31)
31 warning: [DownCastComposite] typedFuture (Future<T>) will need runtime check to cast to type _Future<T> (dart:async/future_impl.dart, line 388, col 33)
32 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 407, col 22)
33 warning: [DownCastComposite] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 66, col 61)
34 warning: [DownCastComposite] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 71, col 60)
35 warning: [DownCastComposite] callback (dynamic) will need runtime check to cast to type () → void (dart:async/schedule_microtask.dart, line 84, col 55)
36 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/stream.dart, line 90, col 25)
37 warning: [DownCastComposite] mapSink ((EventSink<T>) → EventSink<dynamic>) will need runtime check to cast to type (EventSink<dynamic>) → EventSink<dynamic> (da rt:async/stream.dart, line 217, col 41)
38 warning: [DownCastComposite] onListen ((StreamSubscription<T>) → void) will need runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:async/ stream.dart, line 249, col 44)
39 warning: [DownCastComposite] onCancel ((StreamSubscription<T>) → void) will need runtime check to cast to type (StreamSubscription<dynamic>) → void (dart:async/ stream.dart, line 249, col 54)
40 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, result) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 502, col 24)
41 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, result) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 535, col 11)
42 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 603, col 13)
43 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar t:async/stream.dart, line 629, col 13)
44 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)
45 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)
46 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)
47 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)
48 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)
49 warning: [DownCastComposite] timeout (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1220, col 43)
50 warning: [DownCastComposite] timeout (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1228, col 43)
51 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)
52 warning: [DownCastComposite] timeout (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1257, col 43)
53 warning: [DownCastComposite] timeout (Function) will need runtime check to cast to type () → void (dart:async/stream.dart, line 1276, col 53)
54 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)
55 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)
56 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)
57 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)
58 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)
59 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)
60 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)
61 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)
62 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)
63 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type Future<bool> (dart:async/stream_impl.dart, line 1000, col 14)
64 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type T (dart:async/stream_impl.dart, line 1006, col 22)
65 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1035, col 31)
66 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1047, col 31)
67 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1061, col 31)
68 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1075, col 31)
69 warning: [DownCastComposite] outputData (dynamic) will need runtime check to cas t to type T (dart:async/stream_pipe.dart, line 104, col 15)
70 warning: [DownCastComposite] _transform(inputEvent) (dynamic) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 235, col 21)
71 warning: [DownCastComposite] _previous (Object) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 426, col 29)
72 warning: [DownCastComposite] _sinkMapper ((EventSink<T>) → EventSink<S>) will ne ed runtime check to cast to type (EventSink<dynamic>) → EventSink<dynamic> (dart :async/stream_transformers.dart, line 187, col 18)
73 warning: [UninferredClosure] (EventSink<T> outputSink) {if (handleData == null) handleData = _defaultHandleData; if (handleError == null) handleError = _default HandleError; if (handleDone == null) handleDone = _defaultHandleDone; return new _HandlerEventSink<S, T>(handleData, handleError, handleDone, outputSink);} ((Ev entSink<T>) → dynamic) will need runtime check to cast to type (EventSink<T>) → EventSink<S> (dart:async/stream_transformers.dart, line 233, col 15)
74 warning: [DownCastComposite] _defaultHandleData ((dynamic, EventSink<dynamic>) → void) will need runtime check to cast to type (S, EventSink<T>) → void (dart:as ync/stream_transformers.dart, line 234, col 48)
75 warning: [DownCastComposite] _defaultHandleError ((dynamic, StackTrace, EventSin k<dynamic>) → void) will need runtime check to cast to type (Object, StackTrace, EventSink<T>) → void (dart:async/stream_transformers.dart, line 235, col 50)
76 warning: [DownCastComposite] Zone.current.bindUnaryCallback(callback, runGuarded : true) ((dynamic) → dynamic) will need runtime check to cast to type (Timer) → void (dart:async/timer.dart, line 80, col 19)
77 warning: [DownCastComposite] zone.bindUnaryCallback(callback) ((dynamic) → dynam ic) will need runtime check to cast to type (Timer) → void (dart:async/zone.dart , line 962, col 16)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698