[MIG] docsource: classify 41 |del| modules (29 apriori-tracked, 12 plain)#44
Draft
dnplkndll wants to merge 1 commit into
Draft
[MIG] docsource: classify 41 |del| modules (29 apriori-tracked, 12 plain)#44dnplkndll wants to merge 1 commit into
dnplkndll wants to merge 1 commit into
Conversation
b080aa8 to
b49cefe
Compare
…ain) For each ``|del|`` module with no 19.0 scripts directory, grep ``openupgrade_scripts/apriori.py`` for an entry in ``renamed_modules`` or ``merged_modules``: - 29 modules found in apriori: col-2=``Done``, col-3=``Merged into <target>`` or ``Renamed to <target>``. The apriori entry is what actually drives the migration; the docsource row just records the verdict. - 12 modules not in apriori: col-2=``Nothing to do``. These are deleted without a data flow target — listed in PR body for Phase-4 follow-up in case any of them should grow an apriori entry. No new code; pure docsource classification. CI ``MODULES_NEW`` grep on docsource col-2 now includes these 41 rows.
b49cefe to
00c64ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Classifies all 41
|del|-marked modules in `docsource/modules180-190.rst` that have no `19.0` scripts directory:Done, col-3 =Merged into <target>orRenamed to <target>. The apriori entry drives the migration; the docsource row records the verdict.Nothing to do. These are deleted without a data flow target. Listed below for follow-up — if any should grow an apriori entry, that becomes a separate `[OU-IMP] apriori` PR.No new code; pure docsource classification. CI's
MODULES_NEWgrep (`grep "Done|Partial|Nothing"` on col-2) now includes these 41 rows.29 apriori-tracked modules
12 unconfirmed modules (Phase-4 follow-up candidates)
These are
|del|-marked but have no apriori entry. Flagging here:For each, if a downstream investigation reveals that data should flow into another module, an `[OU-IMP] apriori: add entry` PR would add the link and we'd revisit the docsource row to flip from `Nothing to do` → `Done` with a cross-link.
Verifier
```
verify-pr-staged: all checks passed. (0 MISS, 0 WARN, 0 MAYBE-MISS)
```
How to verify
```sh
git diff origin/19.0 -- docsource/modules180-190.rst | grep -c "^+\|" # 41 added rows
sed -n '/^+========/,$p' docsource/modules180-190.rst
| grep "Done\|Partial\|Nothing"
| wc -l # delta from baseline = 41 more modules in CI's MODULES_NEW grep
```
Part of the broader coverage push
This is P1-B in the multi-PR sequence to push 19.0 docsource from 11% to 100%. Companion PRs:
No DB layout changes.rows flipped toNothing to dono_19_dirnon-marked modules, P1-D — 8|new|modules, P1-E — `loyalty` + 2 noupdate-only.Scope
Draft, fork-only per the 2026-05-15 pivot.