-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit 46eeee2
Explorer and Builder should not extend PackageManager
Previuosly the methods PackageManager.NewBuilder and
PackageManager.NewExplorer were available also on Builder and Explorer.
Now Builder and Explorer does not inherith these methods anymore,
avoiding trivial errors like the one fixed in this commit in the
builder_utils package.1 parent e8ef962 commit 46eeee2
File tree
2 files changed
+25
-24
lines changed- arduino/cores/packagemanager
- legacy/builder/builder_utils
2 files changed
+25
-24
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | - | ||
60 | - | ||
61 | - | ||
59 | + | ||
62 | 60 |
| |
63 | 61 |
| |
64 | 62 |
| |
65 | 63 |
| |
66 | - | ||
67 | - | ||
68 | - | ||
64 | + | ||
69 | 65 |
| |
70 | 66 |
| |
71 | 67 |
| |
72 | 68 |
| |
73 | 69 |
| |
74 | 70 |
| |
75 | - | ||
76 | - | ||
77 | - | ||
78 | - | ||
79 | - | ||
80 | - | ||
81 | - | ||
82 | - | ||
83 | - | ||
84 | - | ||
85 | - | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
86 | 80 |
| |
87 | 81 |
| |
88 | 82 |
| |
| |||
128 | 122 |
| |
129 | 123 |
| |
130 | 124 |
| |
131 | - | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
132 | 137 |
| |
133 | 138 |
| |
134 | 139 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 | - | ||
186 | - | ||
187 | - | ||
185 | + | ||
188 | 186 |
| |
189 | 187 |
| |
190 | 188 |
| |
| |||
413 | 411 |
| |
414 | 412 |
| |
415 | 413 |
| |
416 | - | ||
417 | - | ||
418 | - | ||
414 | + | ||
419 | 415 |
| |
420 | 416 |
| |
421 | 417 |
| |
|
0 commit comments