Commit fdd260a
Phase 0 of the strip: stop promising a rebase, and cut the fallback release
The strip deletes upstream code outright rather than patching over it, so an upstream
rebase stops being possible the moment the first deletion lands. FORK.md still said
"Rebasing on a newer upstream moves the base and resets the counter", and the same
sentence sat in the header comment of qzforkversion.h. Both now say what will actually
be true: 2.21.6 is a record of where the tree came from, the -qz.N counter never resets,
and upstream fixes arrive by hand.
The tag half of this phase was written down as already satisfied by v2.21.6-qz.1. It
was not, and STRIP-SPEC now says why: qz.1 predates the entire virtual-bike test stage,
so rolling back to it would have thrown away the safety net along with the strip. The
fallback has to be the tree as it stands on the eve of the first deletion. That is
v2.21.6-qz.2, tagged at this commit with QZ_FORK_VERSION bumped to match, as the
release job requires.
Two corrections to STRIP-SPEC while here, both of them stale rather than wrong when
written. Section 10 still said "there is no unit-test safety net here", which section
11.1 already contradicted and the six virtual-bike phases have now made comprehensively
false; the phase table gains a coverage column and 11.1 gains the five suites that
provide it. And the distinction those columns record is worth stating plainly: the loop
covers the bridge core end to end and covers the UI not at all, because homeform cannot
be constructed without a QML engine. That splits the phases cleanly - 1, 2, 4, 5 and 6
are covered, 3 and 7 are not - and argues for taking the covered ones first, which is
noted without renumbering, since the 11.6 criteria refer to the existing numbers.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 39ebe93 commit fdd260a
3 files changed
Lines changed: 67 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
140 | 148 | | |
141 | 149 | | |
142 | 150 | | |
143 | 151 | | |
144 | 152 | | |
145 | | - | |
| 153 | + | |
146 | 154 | | |
147 | 155 | | |
148 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
485 | | - | |
486 | | - | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
487 | 488 | | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
501 | 512 | | |
502 | 513 | | |
503 | 514 | | |
| |||
540 | 551 | | |
541 | 552 | | |
542 | 553 | | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
543 | 570 | | |
544 | 571 | | |
545 | 572 | | |
| |||
636 | 663 | | |
637 | 664 | | |
638 | 665 | | |
639 | | - | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
640 | 674 | | |
641 | 675 | | |
642 | 676 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
0 commit comments