Commit a58eec6
committed
Fix semver sort in readChecksums and validate overwrite field
- readChecksums: Sort version filenames by numeric semver components
instead of lexicographic order (1.10.0 now correctly sorts after 1.9.0)
- configApply: Validate overwrite field against known values (always,
if-changed, never) and warn on unrecognized values1 parent c064d10 commit a58eec6
1 file changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
122 | 130 | | |
123 | 131 | | |
124 | 132 | | |
| |||
506 | 514 | | |
507 | 515 | | |
508 | 516 | | |
| 517 | + | |
| 518 | + | |
509 | 519 | | |
510 | 520 | | |
511 | 521 | | |
512 | 522 | | |
513 | 523 | | |
514 | 524 | | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
515 | 535 | | |
516 | 536 | | |
517 | 537 | | |
| |||
0 commit comments