Commit ea408a8
committed
Apply P2: import qualification and code cleanup
P2 - Import Qualification & Code Cleanup:
- ext/TestRunner.jl: using DocStringExtensions → import DocStringExtensions: TYPEDEF, TYPEDSIGNATURES
- ext/CoveragePostprocessing.jl: using Coverage → using Coverage: Coverage
- Removed dead ternary branches (ext/TestRunner.jl:447, 332)
- Fixed byte-indexing path slicing → use relpath() (ext/CoveragePostprocessing.jl:347)
- Fixed collision risk in cov file flattening → use normalized flat names (ext/CoveragePostprocessing.jl:221)
All tests pass: 1161/11611 parent 80b31a5 commit ea408a8
2 files changed
Lines changed: 8 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
| 221 | + | |
| 222 | + | |
229 | 223 | | |
230 | 224 | | |
231 | 225 | | |
| |||
347 | 341 | | |
348 | 342 | | |
349 | 343 | | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
| 344 | + | |
| 345 | + | |
356 | 346 | | |
357 | 347 | | |
358 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
| 445 | + | |
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| |||
0 commit comments