Clean up stale branches and preserve valuable fixes #56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Purpose
Several feature branches have gone stale after the major architecture refactor (job-based model, OSchema, Askama UI). They cannot be merged as-is but contain a few fixes worth preserving.
Plan
1. Archive and delete
development_tty(PR #27)archive/development_ttyfor future reference2. Cherry-pick musl fix from
development_fix_ci_buildbuild_lib.shincorrectly skipsrustup target addforx86_64-unknown-linux-muslscripts/build_lib.shon development3. Cherry-pick CI + test fixes from
development_fix_ci_testsbranches: ["*"]to[development, main]in build.yaml and test.yamlZINIT_SERVER_BIN→ZINIT_OPENRPC_BINenv var mismatch in pid1 integration tests.wait()after.kill()in pid1 test cleanup (zombie process lint)4. Delete
development_mikafter mergeBranches summary
development_ttydevelopment_fix_ci_builddevelopment_fix_ci_testsdevelopment_mikStep 1 complete:
development_ttyarchive/development_ttySteps 2-4 complete
Step 2 —
development_fix_ci_build:Step 3 —
development_fix_ci_tests:Step 4 —
development_mik:Remaining branches
All stale branches cleaned up. Fixes preserved in PR #57.