Recover ZARA-006 through ZARA-011 onto master #47
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/zara!47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/recover-zara-006-011-to-master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Wrong-base recovery
PRs #38 through #44 were merged into intermediate feature branches instead of
master. Their merge records are immutable, so this PR reconstructs the intended repository state directly from currentmaster.Included commits
Only the seven commits missing from
masterwere replayed. ZARA-004 and ZARA-005 were already present through PR #37 and were not duplicated. The existing.github/workflows/ci.ymlandAGENTS.mdfrommasterare preserved.Obsolete revert PRs #45 and #46 were closed because they targeted intermediate branches and did not repair
master.Validation
nix develop -c bash -c 'pytest && for test_script in scripts/test-*.sh; do bash "$test_script"; done'scripts/test-*.shsuite passednix buildpassedThis PR intentionally targets
master.