-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit 5e01a2e
authored
[skip-changelog] legacy: refactor (part 3) (#2302)
* refactor RecipeRunner in a function
* refactor CreateBuildOptionsMap in a function
* refactor LoadPreviousBuildOptionsMap in a function
* refactor StoreBuildOptionsMap in a function
* refactor WipeoutBuildPathIfBuildOptionsChanged in a function
* refactor ContainerBuildOptions in a function
* refactor MergeSketchWithBootloader in a function
* refactor PrintUsedLibrariesIfVerbose in a function
* refactor UnusedCompiledLibrariesRemover in a function
* refactor WarnAboutArchIncompatibleLibraries in a function
* refactor CreateMakeRule in a function
* move include finder with regex tests under detector
* move jobs properites in arduino/builder component
* remove sketch property from context
* apply CR suggestion1 parent 65915d8 commit 5e01a2e
File tree
27 files changed
+478
-406
lines changed- arduino/builder
- detector
- commands/compile
- legacy/builder
- test
- types
27 files changed
+478
-406
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | + | ||
30 | + | ||
31 | + | ||
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
| |||
37 | 40 |
| |
38 | 41 |
| |
39 | 42 |
| |
43 | + | ||
40 | 44 |
| |
41 | 45 |
| |
42 | 46 |
| |
| |||
64 | 68 |
| |
65 | 69 |
| |
66 | 70 |
| |
71 | + | ||
67 | 72 |
| |
68 | 73 |
| |
69 | 74 |
| |
70 | 75 |
| |
71 | 76 |
| |
72 | 77 |
| |
73 | 78 |
| |
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | - | ||
16 | + | ||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | + | ||
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| |||
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
35 | 41 |
| |
36 | 42 |
| |
37 | 43 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | - | ||
51 | + | ||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 | - | ||
64 | + | ||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 | - | ||
79 | + | ||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 | - | ||
172 | + | ||
173 | + | ||
174 | + | ||
175 | + | ||
176 | + | ||
177 | + | ||
178 | + | ||
179 | + | ||
173 | 180 |
| |
174 | 181 |
| |
175 | 182 |
| |
| |||
197 | 204 |
| |
198 | 205 |
| |
199 | 206 |
| |
200 | - | ||
201 | 207 |
| |
202 | 208 |
| |
203 | 209 |
| |
| |||
212 | 218 |
| |
213 | 219 |
| |
214 | 220 |
| |
215 | - | ||
216 | 221 |
| |
217 | 222 |
| |
218 | 223 |
| |
| |||
243 | 248 |
| |
244 | 249 |
| |
245 | 250 |
| |
246 | - | ||
251 | + | ||
247 | 252 |
| |
248 | 253 |
| |
249 | 254 |
| |
| |||
365 | 370 |
| |
366 | 371 |
| |
367 | 372 |
| |
368 | - | ||
369 | - | ||
373 | + | ||
374 | + | ||
375 | + | ||
376 | + | ||
377 | + | ||
378 | + | ||
379 | + | ||
370 | 380 |
| |
371 | 381 |
| |
372 | 382 |
| |
| |||
404 | 414 |
| |
405 | 415 |
| |
406 | 416 |
| |
407 | - | ||
408 | - | ||
417 | + | ||
418 | + | ||
419 | + | ||
420 | + | ||
421 | + | ||
422 | + | ||
423 | + | ||
409 | 424 |
| |
410 | 425 |
| |
411 | 426 |
| |
|
0 commit comments