Skip to content

chore: retire the stale future branch - #605

Merged
petercorke merged 1 commit into
mainfrom
chore/retire-future-branch
Aug 17, 2026
Merged

chore: retire the stale future branch#605
petercorke merged 1 commit into
mainfrom
chore/retire-future-branch

Conversation

@petercorke

Copy link
Copy Markdown
Owner

Summary

  • `future` was 162 commits behind `main`, 0 ahead, last touched 2026-06-14 -- a leftover from before RTB used a proper PR-based workflow, no longer part of how anything actually merges.
  • Confirmed via MVTB and bdsim (Peter's other actively-maintained repos): both already dropped their own `future` branches entirely. RTB was the outlier still carrying it.
  • Third-party repos (`swift`, `spatialgeometry`) still use their own `future` branch as the live PR-merge target, set by their own owners -- unrelated, not touched here.

Changes:

  • `ci.yml`: drop `future` from `push`/`pull_request` trigger branches
  • `pull_request_template.md`: stop telling contributors to target `future`
  • `README.md`: fix a stray image URL pointing at `future/docs/figs/...` -- would have 404'd once the branch is actually deleted

Test plan

  • PR fix(teach): update of vellipse and fellipse #594 (the only open PR targeting `future`) retargeted to `main` separately, so it won't be orphaned
  • After merge: delete the `future` branch on GitHub (holding off until explicitly confirmed, since it's a destructive remote action)

future was 162 commits behind main, 0 ahead, last touched 2026-06-14 --
a leftover from before RTB used a proper PR-based workflow, no longer
part of how anything actually merges (confirmed by MVTB and bdsim,
Peter's other actively-maintained repos, which have already dropped
their own future branches entirely -- RTB was the outlier still
carrying it).

Third-party repos (swift, spatialgeometry) still use their own future
branch as the live PR-merge target, set by their own owners -- not
touched here, unrelated to RTB's now-dead one.

- ci.yml: drop future from push/pull_request trigger branches
- pull_request_template.md: stop telling contributors to target future
- README.md: fix a stray image URL pointing at future/docs/figs/... --
  would have 404'd once the branch was actually deleted

PR #594 (open, targeting future) retargeted to main separately before
this merges, so it isn't orphaned by the branch deletion.
@petercorke
petercorke merged commit 0d540ae into main Aug 17, 2026
16 checks passed
@codecov

codecov Bot commented Aug 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (1885394) to head (7039aca).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #605   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files        142     142           
  Lines      13898   13898           
=====================================
  Misses     13898   13898           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant