This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Commit 01507ba
authored
Revert "Switch the way we retrieve the vm_service_port from /hub to iquery, on device. (#114637)" (#114715)
Causes analysis errors:
```
info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:513:5 • always_specify_types
info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:514:10 • always_specify_types
info • Avoid method calls or property accesses on a "dynamic" target • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:515:11 • avoid_dynamic_calls
info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:515:48 • always_specify_types
info • Separate the control structure expression from its statement • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:515:77 • always_put_control_body_on_new_line
info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:516:7 • always_specify_types
info • Avoid method calls or property accesses on a "dynamic" target • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:518:11 • avoid_dynamic_calls
info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:518:51 • always_specify_types
info • Separate the control structure expression from its statement • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:518:77 • always_put_control_body_on_new_line
info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:519:7 • always_specify_types
info • Avoid method calls or property accesses on a "dynamic" target • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:521:11 • avoid_dynamic_calls
info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:522:21 • always_specify_types
info • Separate the control structure expression from its statement • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:522:58 • always_put_control_body_on_new_line
error • The argument type 'dynamic' can't be assigned to the parameter type 'String' • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:524:38 • argument_type_not_assignable
info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:540:5 • always_specify_types
info • Avoid escaping inner quotes by converting surrounding quotes • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:541:14 • avoid_escaping_inner_quotes
info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:542:5 • always_specify_types
error • The argument type 'dynamic' can't be assigned to the parameter type 'List<dynamic>' • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:544:45 • argument_type_not_assignable
info • Remove unnecessary backslashes in strings • packages/fuchsia_remote_debug_protocol/test/fuchsia_remote_connection_test.dart:114:55 • unnecessary_string_escapes
info • Remove unnecessary backslashes in strings • packages/fuchsia_remote_debug_protocol/test/fuchsia_remote_connection_test.dart:204:55 • unnecessary_string_escapes
info • Remove unnecessary backslashes in strings • packages/fuchsia_remote_debug_protocol/test/fuchsia_remote_connection_test.dart:289:55 • unnecessary_string_escapes
```
This reverts commit b187bc4.1 parent b187bc4 commit 01507ba
File tree
2 files changed
+94
-165
lines changed- packages/fuchsia_remote_debug_protocol
- lib/src
- test
2 files changed
+94
-165
lines changedLines changed: 18 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
507 | 506 | | |
508 | 507 | | |
509 | 508 | | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | 509 | | |
533 | 510 | | |
534 | 511 | | |
| |||
537 | 514 | | |
538 | 515 | | |
539 | 516 | | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
548 | 535 | | |
549 | 536 | | |
550 | 537 | | |
| |||
Lines changed: 76 additions & 134 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
| 105 | + | |
| 106 | + | |
143 | 107 | | |
144 | 108 | | |
145 | 109 | | |
146 | 110 | | |
147 | 111 | | |
148 | 112 | | |
149 | | - | |
| 113 | + | |
150 | 114 | | |
151 | 115 | | |
152 | | - | |
153 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
154 | 120 | | |
| 121 | + | |
| 122 | + | |
155 | 123 | | |
156 | 124 | | |
157 | 125 | | |
158 | 126 | | |
159 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
160 | 132 | | |
161 | 133 | | |
162 | 134 | | |
163 | | - | |
| 135 | + | |
164 | 136 | | |
165 | 137 | | |
| 138 | + | |
| 139 | + | |
166 | 140 | | |
167 | 141 | | |
| 142 | + | |
| 143 | + | |
168 | 144 | | |
169 | 145 | | |
170 | 146 | | |
171 | 147 | | |
| 148 | + | |
| 149 | + | |
172 | 150 | | |
173 | 151 | | |
174 | | - | |
| 152 | + | |
175 | 153 | | |
176 | 154 | | |
177 | 155 | | |
| |||
192 | 170 | | |
193 | 171 | | |
194 | 172 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
| 173 | + | |
| 174 | + | |
233 | 175 | | |
234 | 176 | | |
235 | 177 | | |
236 | 178 | | |
237 | 179 | | |
238 | | - | |
239 | | - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
240 | 187 | | |
| 188 | + | |
| 189 | + | |
241 | 190 | | |
242 | 191 | | |
243 | 192 | | |
244 | 193 | | |
245 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
246 | 199 | | |
247 | 200 | | |
248 | 201 | | |
249 | | - | |
| 202 | + | |
250 | 203 | | |
251 | 204 | | |
| 205 | + | |
| 206 | + | |
252 | 207 | | |
253 | 208 | | |
| 209 | + | |
| 210 | + | |
254 | 211 | | |
255 | 212 | | |
256 | 213 | | |
257 | 214 | | |
| 215 | + | |
| 216 | + | |
258 | 217 | | |
259 | 218 | | |
260 | | - | |
| 219 | + | |
261 | 220 | | |
262 | 221 | | |
263 | 222 | | |
| |||
277 | 236 | | |
278 | 237 | | |
279 | 238 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
| 239 | + | |
| 240 | + | |
318 | 241 | | |
319 | 242 | | |
320 | 243 | | |
| |||
323 | 246 | | |
324 | 247 | | |
325 | 248 | | |
326 | | - | |
327 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
328 | 253 | | |
| 254 | + | |
| 255 | + | |
329 | 256 | | |
330 | 257 | | |
331 | 258 | | |
332 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
333 | 264 | | |
334 | 265 | | |
335 | 266 | | |
336 | | - | |
| 267 | + | |
337 | 268 | | |
338 | 269 | | |
| 270 | + | |
| 271 | + | |
339 | 272 | | |
340 | 273 | | |
| 274 | + | |
| 275 | + | |
341 | 276 | | |
342 | 277 | | |
343 | 278 | | |
344 | 279 | | |
| 280 | + | |
| 281 | + | |
345 | 282 | | |
346 | 283 | | |
347 | 284 | | |
| |||
350 | 287 | | |
351 | 288 | | |
352 | 289 | | |
353 | | - | |
| 290 | + | |
| 291 | + | |
354 | 292 | | |
355 | 293 | | |
356 | 294 | | |
357 | 295 | | |
358 | 296 | | |
359 | | - | |
| 297 | + | |
| 298 | + | |
360 | 299 | | |
361 | 300 | | |
362 | | - | |
363 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
364 | 306 | | |
365 | 307 | | |
366 | 308 | | |
| |||
0 commit comments