-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit f7b22f7
fix
* fix packages being added to the package manager even if they were not respecting the specification
* add test to check if if the bug it's fixed
* fix platform release being nil and causing panic with indexes not compliant with specs
* add test to check if the bug is fixed
* add comments and optimize the code a little bit
* Apply suggestions from code review
Co-authored-by: per1234 <accounts@perglass.com>
Co-authored-by: per1234 <accounts@perglass.com>core list --all
sometimes crashing (#1519)1 parent 8e6f93f commit f7b22f7
File tree
4 files changed
+265
-240
lines changed- arduino/cores/packagemanager
- commands/core
- i18n/data
- test
4 files changed
+265
-240
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
148 | 152 |
| |
149 | 153 |
| |
150 | 154 |
| |
| |||
262 | 266 |
| |
263 | 267 |
| |
264 | 268 |
| |
265 | - | ||
266 | 269 |
| |
267 | 270 |
| |
268 | 271 |
| |
| |||
280 | 283 |
| |
281 | 284 |
| |
282 | 285 |
| |
286 | + | ||
283 | 287 |
| |
284 | 288 |
| |
285 | 289 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | + | ||
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
44 | - | ||
45 | + | ||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
49 | - | ||
50 | - | ||
51 | - | ||
52 | - | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
53 | 57 |
| |
54 | 58 |
| |
55 | 59 |
| |
| |||
58 | 62 |
| |
59 | 63 |
| |
60 | 64 |
| |
61 | - | ||
62 | - | ||
63 | - | ||
64 | - | ||
65 | + | ||
66 | + | ||
67 | + | ||
65 | 68 |
| |
66 | 69 |
| |
67 | 70 |
| |
|
0 commit comments