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

Side by Side Diff: pkg/dev_compiler/tool/sdk_expected_errors.txt

Issue 2647833002: fix #28008, fix #28009 implement FutureOr<T> (Closed)
Patch Set: Merge remote-tracking branch 'origin/master' into 28008_futureort Created 3 years, 10 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 | « pkg/dev_compiler/tool/run.js ('k') | sdk/lib/async/future.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [error] Couldn't infer type parameter 'T'; '_ControllerEventSinkWrapper<dynamic> ' must be of type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 16) 1 [error] Couldn't infer type parameter 'T'; '_ControllerEventSinkWrapper<dynamic> ' must be of type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 16)
2 [error] The argument type '_ControllerEventSinkWrapper' can't be assigned to the parameter type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 53) 2 [error] The argument type '_ControllerEventSinkWrapper' can't be assigned to the parameter type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 53)
3 [error] Type parameter bound types must be instantiated. (dart:collection/queue. dart, line 99, col 29) 3 [error] Type parameter bound types must be instantiated. (dart:collection/queue. dart, line 99, col 29)
4 [error] Invalid override. The type of 'ChunkedConverter.bind' ('(dynamic) → dyna mic') isn't a subtype of 'Converter<S, T>.bind' ('(Stream<S>) → Stream<T>'). (da rt:convert/chunked_conversion.dart, line 14, col 3) 4 [error] Invalid override. The type of 'ChunkedConverter.bind' ('(dynamic) → dyna mic') isn't a subtype of 'Converter<S, T>.bind' ('(Stream<S>) → Stream<T>'). (da rt:convert/chunked_conversion.dart, line 14, col 3)
5 [error] Invalid override. The type of 'ChunkedConverter.bind' ('(dynamic) → dyna mic') isn't a subtype of 'StreamTransformer<S, T>.bind' ('(Stream<S>) → Stream<T >'). (dart:convert/chunked_conversion.dart, line 14, col 3) 5 [error] Invalid override. The type of 'ChunkedConverter.bind' ('(dynamic) → dyna mic') isn't a subtype of 'StreamTransformer<S, T>.bind' ('(Stream<S>) → Stream<T >'). (dart:convert/chunked_conversion.dart, line 14, col 3)
6 [error] Invalid override. The type of 'ChunkedConverter.startChunkedConversion' ('(dynamic) → dynamic') isn't a subtype of 'Converter<S, T>.startChunkedConversi on' ('(Sink<T>) → Sink<S>'). (dart:convert/chunked_conversion.dart, line 15, col 3) 6 [error] Invalid override. The type of 'ChunkedConverter.startChunkedConversion' ('(dynamic) → dynamic') isn't a subtype of 'Converter<S, T>.startChunkedConversi on' ('(Sink<T>) → Sink<S>'). (dart:convert/chunked_conversion.dart, line 15, col 3)
7 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/bool.dart, line 41, col 9) 7 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/bool.dart, line 41, col 9)
8 [error] Const constructors can't throw exceptions. (dart:core/bool.dart, line 42 , col 5) 8 [error] Const constructors can't throw exceptions. (dart:core/bool.dart, line 42 , col 5)
9 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/int.dart, line 33, col 9) 9 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/int.dart, line 33, col 9)
10 [error] Const constructors can't throw exceptions. (dart:core/int.dart, line 34, col 5) 10 [error] Const constructors can't throw exceptions. (dart:core/int.dart, line 34, col 5)
11 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/string.dart, line 156, col 9) 11 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/string.dart, line 156, col 9)
12 [error] Const constructors can't throw exceptions. (dart:core/string.dart, line 157, col 5) 12 [error] Const constructors can't throw exceptions. (dart:core/string.dart, line 157, col 5)
13 [error] Couldn't infer type parameter 'S'; 'RandomAccessFile' must be of type 'F ile'. (dart:io/file_impl.dart, line 216, col 19) 13 [error] Couldn't infer type parameter 'S'; 'RandomAccessFile' must be of type 'F ile'. (dart:io/file_impl.dart, line 216, col 19)
14 [error] The argument type '([dynamic]) → void' can't be assigned to the paramete r type '(_ConnectionInfo) → dynamic'. (dart:io/http_impl.dart, line 1633, col 19 ) 14 [error] The argument type '(RandomAccessFile) → Future<RandomAccessFile>' can't be assigned to the parameter type '(RandomAccessFile) → FutureOr<File>'. (dart:i o/file_impl.dart, line 216, col 24)
15 [error] The return type 'Future' isn't a 'FutureOr<File>', as defined by the met hod ''. (dart:io/file_impl.dart, line 545, col 14)
16 [error] The argument type '([dynamic]) → void' can't be assigned to the paramete r type '(_ConnectionInfo) → FutureOr<void>'. (dart:io/http_impl.dart, line 1633, col 19)
15 [error] The return type 'StreamSubscription<int>' isn't a 'StreamSubscription<Li st<int>>', as defined by the method 'listen'. (dart:io/http_parser.dart, line 20 8, col 14) 17 [error] The return type 'StreamSubscription<int>' isn't a 'StreamSubscription<Li st<int>>', as defined by the method 'listen'. (dart:io/http_parser.dart, line 20 8, col 14)
16 [error] The argument type '(List<int>) → void' can't be assigned to the paramete r type '(int) → void'. (dart:io/http_parser.dart, line 209, col 19) 18 [error] The argument type '(List<int>) → void' can't be assigned to the paramete r type '(int) → void'. (dart:io/http_parser.dart, line 209, col 19)
17 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 27, col 7) 19 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 27, col 7)
18 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 30, col 15) 20 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 30, col 15)
19 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 75, col 5) 21 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 75, col 5)
20 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 77, col 13) 22 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 77, col 13)
21 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 79, col 20) 23 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 79, col 20)
22 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 80, col 23) 24 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 80, col 23)
23 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 81, col 20) 25 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 81, col 20)
24 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 82, col 21) 26 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 82, col 21)
25 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 83, col 19) 27 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 83, col 19)
26 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 84, col 20) 28 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 84, col 20)
27 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 159, col 5) 29 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 159, col 5)
28 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 161, col 13) 30 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 161, col 13)
29 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 164, col 20) 31 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 164, col 20)
30 [error] The argument type '([dynamic]) → void' can't be assigned to the paramete r type '(RawSocket) → dynamic'. (dart:io/secure_socket.dart, line 591, col 28) 32 [error] The argument type '([dynamic]) → void' can't be assigned to the paramete r type '(RawSocket) → FutureOr<void>'. (dart:io/secure_socket.dart, line 591, co l 28)
31 [error] The argument type 'List' can't be assigned to the parameter type 'Iterab le<int>'. (dart:io/secure_socket.dart, line 1129, col 23) 33 [error] The argument type 'List' can't be assigned to the parameter type 'Iterab le<int>'. (dart:io/secure_socket.dart, line 1129, col 23)
32 [error] Undefined name 'lineMode'. (dart:io/stdio.dart, line 64, col 10) 34 [error] Undefined name 'lineMode'. (dart:io/stdio.dart, line 64, col 10)
33 [error] The name 'echoMode=' is already defined. (dart:io/stdio.dart, line 126, col 12) 35 [error] The name 'echoMode=' is already defined. (dart:io/stdio.dart, line 126, col 12)
34 [error] The name 'lineMode=' is already defined. (dart:io/stdio.dart, line 145, col 12) 36 [error] The name 'lineMode=' is already defined. (dart:io/stdio.dart, line 145, col 12)
35 [error] Couldn't infer type parameter 'S'; 'dynamic' must be of type 'WebSocket' . (dart:io/websocket_impl.dart, line 469, col 10) 37 [error] Couldn't infer type parameter 'S'; 'dynamic' must be of type 'WebSocket' . (dart:io/websocket_impl.dart, line 469, col 10)
38 [error] The argument type '(String) → Future<dynamic>' can't be assigned to the parameter type '(dynamic) → FutureOr<WebSocket>'. (dart:io/websocket_impl.dart, line 469, col 15)
36 [error] Invalid override. The type of 'JsArray.[]=' ('(Object, E) → void') isn't a subtype of 'JsObject.[]=' ('(Object, dynamic) → dynamic'). (dart:js, line 363 , col 3) 39 [error] Invalid override. The type of 'JsArray.[]=' ('(Object, E) → void') isn't a subtype of 'JsObject.[]=' ('(Object, dynamic) → dynamic'). (dart:js, line 363 , col 3)
37 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<String>'. This usua lly indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:_js_helper/regexp_helper.dart, line 140, col 43) 40 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<String>'. This usua lly indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:_js_helper/regexp_helper.dart, line 140, col 43)
38 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<String>'. This usua lly indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:_js_helper/regexp_helper.dart, line 152, col 43) 41 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<String>'. This usua lly indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:_js_helper/regexp_helper.dart, line 152, col 43)
39 [warning] Unsafe implicit cast from 'Object' to 'K'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 411, col 49) 42 [warning] Unsafe implicit cast from 'Object' to 'K'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 411, col 49)
40 [warning] Unsafe implicit cast from 'Object' to 'E'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 758, col 14) 43 [warning] Unsafe implicit cast from 'Object' to 'E'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 758, col 14)
41 [warning] Unsafe implicit cast from 'Object' to 'E'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 1135, col 14) 44 [warning] Unsafe implicit cast from 'Object' to 'E'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 1135, col 14)
42 [warning] The final variable 'origin' must be initialized. (dart:html, line 177, col 3) 45 [warning] The final variable 'origin' must be initialized. (dart:html, line 177, col 3)
43 [warning] The final variable 'origin' must be initialized. (dart:html, line 813, col 3) 46 [warning] The final variable 'origin' must be initialized. (dart:html, line 813, col 3)
44 [warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1691, col 3) 47 [warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1691, col 3)
45 [warning] The final variable 'options' must be initialized. (dart:html, line 897 2, col 3) 48 [warning] The final variable 'options' must be initialized. (dart:html, line 897 2, col 3)
(...skipping 21 matching lines...) Expand all
67 [warning] The final variables '_rows' and '_tBodies' must be initialized. (dart: html, line 31773, col 3) 70 [warning] The final variables '_rows' and '_tBodies' must be initialized. (dart: html, line 31773, col 3)
68 [warning] The final variables '_cells', 'rowIndex' and '1' more must be initiali zed. (dart:html, line 31883, col 3) 71 [warning] The final variables '_cells', 'rowIndex' and '1' more must be initiali zed. (dart:html, line 31883, col 3)
69 [warning] The final variable '_rows' must be initialized. (dart:html, line 31950 , col 3) 72 [warning] The final variable '_rows' must be initialized. (dart:html, line 31950 , col 3)
70 [warning] The final variable 'content' must be initialized. (dart:html, line 319 93, col 3) 73 [warning] The final variable 'content' must be initialized. (dart:html, line 319 93, col 3)
71 [warning] The final variables 'form', 'labels' and '5' more must be initialized. (dart:html, line 32069, col 3) 74 [warning] The final variables 'form', 'labels' and '5' more must be initialized. (dart:html, line 32069, col 3)
72 [warning] The final variables 'readyState' and 'track' must be initialized. (dar t:html, line 33056, col 3) 75 [warning] The final variables 'readyState' and 'track' must be initialized. (dar t:html, line 33056, col 3)
73 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized. (dart:html, line 33754, col 3) 76 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized. (dart:html, line 33754, col 3)
74 [warning] Unsafe implicit cast from '(T) → void' to '(Event) → dynamic'. This us ually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:html, line 40126, col 45) 77 [warning] Unsafe implicit cast from '(T) → void' to '(Event) → dynamic'. This us ually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:html, line 40126, col 45)
75 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/data_transformer.dart, line 492 , col 23) 78 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/data_transformer.dart, line 492 , col 23)
76 [warning] Unsafe implicit cast from 'Stream<dynamic>' to 'Stream<FileSystemEntit y>'. This usually indicates that type information was lost and resulted in 'dyna mic' and/or a place that will have a failure at runtime. (dart:io/directory_impl .dart, line 239, col 12) 79 [warning] Unsafe implicit cast from 'Stream<dynamic>' to 'Stream<FileSystemEntit y>'. This usually indicates that type information was lost and resulted in 'dyna mic' and/or a place that will have a failure at runtime. (dart:io/directory_impl .dart, line 239, col 12)
80 [warning] Missing return value after 'return'. (dart:io/directory_impl.dart, lin e 394, col 15)
81 [warning] Missing return value after 'return'. (dart:io/file_impl.dart, line 101 , col 11)
77 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<List<int>>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/file_impl.dart, line 484, col 14) 82 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<List<int>>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/file_impl.dart, line 484, col 14)
78 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/file_impl.dart, line 831, col 3 3) 83 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/file_impl.dart, line 831, col 3 3)
79 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_impl.dart, line 269, col 14) 84 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_impl.dart, line 269, col 14)
80 [warning] Unsafe implicit cast from 'Stream<dynamic>' to 'Stream<List<int>>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1056, col 29) 85 [warning] Unsafe implicit cast from 'Stream<dynamic>' to 'Stream<List<int>>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1056, col 29)
81 [warning] Unsafe implicit cast from 'Function' to '(List<int>) → void'. This usu ally indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1173, col 54) 86 [warning] Unsafe implicit cast from 'Function' to '(List<int>) → void'. This usu ally indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1173, col 54)
82 [warning] Unsafe implicit cast from 'Function' to '(List<int>) → void'. This usu ally indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1175, col 33) 87 [warning] Unsafe implicit cast from 'Function' to '(List<int>) → void'. This usu ally indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1175, col 33)
88 [warning] Missing return value after 'return'. (dart:io/http_impl.dart, line 140 1, col 21)
89 [warning] Missing return value after 'return'. (dart:io/http_impl.dart, line 140 3, col 31)
83 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<_ConnectionInfo >'. This usually indicates that type information was lost and resulted in 'dynam ic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1635, col 14) 90 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<_ConnectionInfo >'. This usually indicates that type information was lost and resulted in 'dynam ic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1635, col 14)
91 [warning] Missing return value after 'return'. (dart:io/http_impl.dart, line 211 1, col 42)
84 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_parser.dart, line 201, col 16) 92 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_parser.dart, line 201, col 16)
85 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_parser.dart, line 203, col 50) 93 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_parser.dart, line 203, col 50)
86 [warning] Unsafe implicit cast from 'Map<dynamic, dynamic>' to 'Map<String, Stri ng>'. This usually indicates that type information was lost and resulted in 'dyn amic' and/or a place that will have a failure at runtime. (dart:io/platform_impl .dart, line 100, col 69) 94 [warning] Unsafe implicit cast from 'Map<dynamic, dynamic>' to 'Map<String, Stri ng>'. This usually indicates that type information was lost and resulted in 'dyn amic' and/or a place that will have a failure at runtime. (dart:io/platform_impl .dart, line 100, col 69)
87 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<SecureSocket>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.dart , line 92, col 12) 95 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<SecureSocket>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.dart , line 92, col 12)
88 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<SecureSocket>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.dart , line 138, col 12) 96 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<SecureSocket>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.dart , line 138, col 12)
89 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<RawSocketEvent>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. ( dart:io/secure_socket.dart, line 446, col 33) 97 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<RawSocketEvent>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. ( dart:io/secure_socket.dart, line 446, col 33)
90 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<RawSecureSocket >'. This usually indicates that type information was lost and resulted in 'dynam ic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.d art, line 580, col 12) 98 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<RawSecureSocket >'. This usually indicates that type information was lost and resulted in 'dynam ic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.d art, line 580, col 12)
99 [warning] Missing return value after 'return'. (dart:io/secure_socket.dart, line 861, col 11)
100 [warning] Missing return value after 'return'. (dart:io/secure_socket.dart, line 868, col 13)
101 [warning] Missing return value after 'return'. (dart:io/secure_socket.dart, line 882, col 11)
91 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/secure_socket.dart, line 1176, col 32) 102 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/secure_socket.dart, line 1176, col 32)
92 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/stdio.dart, line 109, col 28) 103 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/stdio.dart, line 109, col 28)
93 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<WebSocket>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/websocket_impl.dart, line 471, col 14) 104 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<WebSocket>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/websocket_impl.dart, line 471, col 14)
94 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 577, col 21) 105 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 577, col 21)
95 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 590, col 35) 106 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 590, col 35)
96 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 626, col 12) 107 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 626, col 12)
97 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 158, col 22) 108 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 158, col 22)
98 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 159, col 23) 109 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 159, col 23)
99 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 282, col 10) 110 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 282, col 10)
100 [warning] The final variables 'href' and 'target' must be initialized. (dart:svg , line 60, col 3) 111 [warning] The final variables 'href' and 'target' must be initialized. (dart:svg , line 60, col 3)
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4634, col 3) 152 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4634, col 3)
142 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5072, col 3) 153 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5072, col 3)
143 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5386, col 3) 154 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5386, col 3)
144 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5605, col 3) 155 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5605, col 3)
145 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5677, col 3) 156 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5677, col 3)
146 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 5775, col 3) 157 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 5775, col 3)
147 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 5836, col 3) 158 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 5836, col 3)
148 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6126, col 3) 159 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6126, col 3)
149 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6171, col 3) 160 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6171, col 3)
150 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized. (dart:svg, line 6325, col 3) 161 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized. (dart:svg, line 6325, col 3)
OLDNEW
« no previous file with comments | « pkg/dev_compiler/tool/run.js ('k') | sdk/lib/async/future.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698