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

Side by Side Diff: lib/runtime/dart/collection.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 '_comparator' is not defined for the class '_SplayTree<K>' (dart:collection/splay_tree.dart, line 610, col 38)
2 severe: [AnalyzerMessage] The getter '_validKey' is not defined for the class '_ SplayTree<K>' (dart:collection/splay_tree.dart, line 610, col 60)
3 warning: [DownCastComposite] JS('var', '#.splice(#, 2)[1]', bucket, index) (dyna mic) will need runtime check to cast to type V (dart:collection, line 179, col 1 2)
4 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 193, col 14)
5 warning: [DownCastComposite] _getTableEntry(table, key) (dynamic) will need runt ime check to cast to type V (dart:collection, line 261, col 17)
6 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 397, col 49)
7 warning: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need ru ntime check to cast to type K (dart:collection, line 404, col 19)
8 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 404, col 49)
9 warning: [DownCastComposite] JS('var', '#[#]', keys, i) (dynamic) will need runt ime check to cast to type E (dart:collection, line 430, col 9)
10 warning: [DownCastComposite] JS('var', '#[#]', keys, offset) (dynamic) will need runtime check to cast to type E (dart:collection, line 456, col 18)
11 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 561, col 12)
12 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 627, col 12)
13 warning: [DownCastComposite] cell._key (dynamic) will need runtime check to cast to type K (dart:collection, line 642, col 14)
14 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 642, col 25)
15 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 665, col 12)
16 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 820, col 49)
17 warning: [DownCastComposite] cell._key (dynamic) will need runtime check to cast to type K (dart:collection, line 828, col 19)
18 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 828, col 30)
19 warning: [DownCastComposite] cell._key (dynamic) will need runtime check to cast to type E (dart:collection, line 862, col 9)
20 warning: [DownCastComposite] _cell._key (dynamic) will need runtime check to cas t to type E (dart:collection, line 889, col 18)
21 warning: [DownCastComposite] this.contains(object) ? object : null (Object) will need runtime check to cast to type E (dart:collection, line 951, col 14)
22 warning: [DownCastComposite] bucket[index] (dynamic) will need runtime check to cast to type E (dart:collection, line 962, col 12)
23 warning: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need ru ntime check to cast to type E (dart:collection, line 1202, col 21)
24 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1202, col 51)
25 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1212, col 47)
26 warning: [DownCastComposite] JS('var', '#[#]', elements, offset) (dynamic) will need runtime check to cast to type E (dart:collection, line 1251, col 18)
27 warning: [DownCastComposite] this.contains(object) ? object : null (Object) will need runtime check to cast to type E (dart:collection, line 1328, col 14)
28 warning: [DownCastComposite] bucket[index]._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1340, col 12)
29 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1347, col 14)
30 warning: [DownCastComposite] _first._element (dynamic) will need runtime check t o cast to type E (dart:collection, line 1357, col 12)
31 warning: [DownCastComposite] _last._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1362, col 12)
32 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1431, col 19)
33 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1606, col 21)
34 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1606, col 36)
35 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1616, col 47)
36 warning: [DownCastComposite] _cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1678, col 18)
37 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/hash_map.dart, line 112, col 35)
38 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/hash_map.dart, line 112, col 40)
39 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/hash_set.dart, line 128, col 17)
40 warning: [DownCastComposite] _iterator.current (dynamic) will need runtime check to cast to type E (dart:collection/iterator.dart, line 33, col 16)
41 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/linked_hash_map.dart, line 99, col 35)
42 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/linked_hash_map.dart, line 99, col 40)
43 warning: [DownCastComposite] fillLiteralMap(keyValuePairs, new _LinkedHashMap<K, V>()) (dynamic) will need runtime check to cast to type LinkedHashMap<K, V> (da rt:collection/linked_hash_map.dart, line 142, col 12)
44 warning: [DownCastComposite] entry (dynamic) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 65, col 56)
45 warning: [DownCastComposite] next (_LinkedListLink) will need runtime check to c ast to type E (dart:collection/linked_list.dart, line 93, col 17)
46 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 105, col 12)
47 warning: [DownCastComposite] _previous (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 112, col 12)
48 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 122, col 12)
49 warning: [DownCastComposite] current (_LinkedListLink) will need runtime check t o cast to type E (dart:collection/linked_list.dart, line 134, col 14)
50 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 192, col 16)
51 warning: [DownCastComposite] _next (_LinkedListLink) will need runtime check to cast to type E (dart:collection/linked_list.dart, line 249, col 16)
52 warning: [DownCastComposite] otherList[otherStart + i] (dynamic) will need runti me check to cast to type E (dart:collection/list.dart, line 377, col 27)
53 warning: [DownCastComposite] otherList[otherStart + i] (dynamic) will need runti me check to cast to type E (dart:collection/list.dart, line 381, col 27)
54 warning: [DownCastComposite] _map[_map.keys.first] (dynamic) will need runtime c heck to cast to type V (dart:collection/maps.dart, line 122, col 18)
55 warning: [DownCastComposite] _map[_map.keys.single] (dynamic) will need runtime check to cast to type V (dart:collection/maps.dart, line 123, col 19)
56 warning: [DownCastComposite] _map[_map.keys.last] (dynamic) will need runtime ch eck to cast to type V (dart:collection/maps.dart, line 124, col 17)
57 warning: [DownCastComposite] _map[_keys.current] (dynamic) will need runtime che ck to cast to type V (dart:collection/maps.dart, line 144, col 18)
58 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 208, col 23)
59 warning: [DownCastComposite] list (Queue<E>) will need runtime check to cast to type DoubleLinkedQueue<E> (dart:collection/queue.dart, line 211, col 12)
60 warning: [DownCastComposite] sourceList (List<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 402, col 40)
61 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 411, col 31)
62 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 480, col 52)
63 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 486, col 52)
64 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 490, col 52)
65 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 491, col 40)
66 warning: [DownCastComposite] _queue._table[_position] (dynamic) will need runtim e check to cast to type E (dart:collection/queue.dart, line 738, col 16)
67 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 151, col 12)
68 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 167, col 12)
69 warning: [DownCastComposite] (compare == null) ? Comparable.compare : compare (F unction) will need runtime check to cast to type (K, K) → int (dart:collection/s play_tree.dart, line 265, col 23)
70 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 275, col 35)
71 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 275, col 40)
72 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 328, col 25)
73 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 331, col 16)
74 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 339, col 41)
75 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 340, col 33)
76 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 363, col 14)
77 warning: [DownCastComposite] nodes.current (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<K, V> (dart:collection/splay_tree.dart, line 394, col 38)
78 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 408, col 37)
79 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type K (dart:collection/splay_tree.dart, line 441, col 12)
80 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 449, col 12)
81 warning: [DownCastComposite] setOrMap._comparator (dynamic) will need runtime ch eck to cast to type (K, K) → int (dart:collection/splay_tree.dart, line 610, col 29)
82 warning: [DownCastComposite] setOrMap._validKey (dynamic) will need runtime chec k to cast to type (Object) → bool (dart:collection/splay_tree.dart, line 610, co l 51)
83 warning: [DownCastComposite] node.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 628, col 39)
84 warning: [DownCastComposite] node.value (dynamic) will need runtime check to cas t to type V (dart:collection/splay_tree.dart, line 633, col 42)
85 warning: [DownCastComposite] node (_SplayTreeNode<dynamic>) will need runtime ch eck to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 641 , col 55)
86 warning: [DownCastComposite] (compare == null) ? Comparable.compare : compare (F unction) will need runtime check to cast to type (E, E) → int (dart:collection/s play_tree.dart, line 691, col 23)
87 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/splay_tree.dart, line 705, col 29 )
88 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type E (dart:collection/splay_tree.dart, line 723, col 12)
89 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 728, col 12)
90 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 739, col 40)
91 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 751, col 20)
92 warning: [DownCastComposite] element (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 765, col 39)
93 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 779, col 39)
94 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 791, col 23)
OLDNEW
« no previous file with comments | « lib/runtime/dart/async.txt ('k') | lib/runtime/dart/convert.txt » ('j') | lib/src/compiler.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698