This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 4846886
authored
[Impeller] Remove Entity capture/AiksInspector. (#52526)
Resolves flutter/flutter#134748.
This was a really fun experiment. I learned a lot from it, and it genuinely helped me solve some coverage-related problems, but the reality is it was too little too late -- by the time we had this capture system, we had already solved most of the problems that would have benefitted from this.
It's been a few months since I've used or extended the capabilities of this capture system for something, and I don't have the spare time/energy to give it the love it needs to realize the vision I had for it. I still almost exclusively use a combination of native frame captures and print debugging to solve problems.
RIP in peace.1 parent c380e9f commit 4846886
File tree
26 files changed
+18
-1004
lines changed- ci/licenses_golden
- impeller
- aiks
- core
- entity
- contents
- renderer
- tools
- shell/gpu
- testing
26 files changed
+18
-1004
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40209 | 40209 | | |
40210 | 40210 | | |
40211 | 40211 | | |
40212 | | - | |
40213 | | - | |
40214 | 40212 | | |
40215 | 40213 | | |
40216 | 40214 | | |
| |||
40312 | 40310 | | |
40313 | 40311 | | |
40314 | 40312 | | |
40315 | | - | |
40316 | | - | |
40317 | 40313 | | |
40318 | 40314 | | |
40319 | 40315 | | |
| |||
43092 | 43088 | | |
43093 | 43089 | | |
43094 | 43090 | | |
43095 | | - | |
43096 | | - | |
43097 | 43091 | | |
43098 | 43092 | | |
43099 | 43093 | | |
| |||
43195 | 43189 | | |
43196 | 43190 | | |
43197 | 43191 | | |
43198 | | - | |
43199 | | - | |
43200 | 43192 | | |
43201 | 43193 | | |
43202 | 43194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 47 | + | |
| 48 | + | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
This file was deleted.
0 commit comments