[GH-ISSUE #1390] chore: delete merged and closed branches from fork to keep repo clean #4400

Closed
opened 2026-04-19 12:25:12 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Shashank-Tripathi-07 on GitHub (Apr 17, 2026).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1390

Summary

Several branches on this repo are now stale. Their PRs have either been merged into dev or closed. These can be safely deleted to keep the branch list clean.


Branches safe to delete

Merged into dev

Branch PR Merged
fix/lab01-prediction-widget-chain #1339 Apr 16, 2026
fix/tokenization-dummy-model-numpy-params #1338 Apr 16, 2026
test/training-module-coverage #1337 Apr 16, 2026
test/autograd-gradient-correctness #1336 Apr 16, 2026
fix/issue-1334-trainer-requires-grad #1335 Apr 16, 2026
fix/tinytorch-export-path-mismatch #1323 Apr 12, 2026
fix/labs-missing-exports-v3 #1321 Apr 12, 2026

Closed without merge

Branch PR Note
fix/add-mlsysim-wasm-wheel #1322 Superseded
fix/labs-missing-exports #1320 Superseded by v3

Branch to keep

  • fix/lab05-wasm-silent-hang-1388: PR #1389 still open

How to clean up

git branch -d \
  fix/lab01-prediction-widget-chain \
  fix/tokenization-dummy-model-numpy-params \
  test/training-module-coverage \
  test/autograd-gradient-correctness \
  fix/issue-1334-trainer-requires-grad \
  fix/tinytorch-export-path-mismatch \
  fix/labs-missing-exports-v3 \
  fix/add-mlsysim-wasm-wheel \
  fix/labs-missing-exports
Originally created by @Shashank-Tripathi-07 on GitHub (Apr 17, 2026). Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1390 ## Summary Several branches on this repo are now stale. Their PRs have either been merged into `dev` or closed. These can be safely deleted to keep the branch list clean. --- ## Branches safe to delete ### Merged into `dev` | Branch | PR | Merged | |---|---|---| | `fix/lab01-prediction-widget-chain` | #1339 | Apr 16, 2026 | | `fix/tokenization-dummy-model-numpy-params` | #1338 | Apr 16, 2026 | | `test/training-module-coverage` | #1337 | Apr 16, 2026 | | `test/autograd-gradient-correctness` | #1336 | Apr 16, 2026 | | `fix/issue-1334-trainer-requires-grad` | #1335 | Apr 16, 2026 | | `fix/tinytorch-export-path-mismatch` | #1323 | Apr 12, 2026 | | `fix/labs-missing-exports-v3` | #1321 | Apr 12, 2026 | ### Closed without merge | Branch | PR | Note | |---|---|---| | `fix/add-mlsysim-wasm-wheel` | #1322 | Superseded | | `fix/labs-missing-exports` | #1320 | Superseded by v3 | --- ## Branch to keep - `fix/lab05-wasm-silent-hang-1388`: PR #1389 still open --- ## How to clean up ```bash git branch -d \ fix/lab01-prediction-widget-chain \ fix/tokenization-dummy-model-numpy-params \ test/training-module-coverage \ test/autograd-gradient-correctness \ fix/issue-1334-trainer-requires-grad \ fix/tinytorch-export-path-mismatch \ fix/labs-missing-exports-v3 \ fix/add-mlsysim-wasm-wheel \ fix/labs-missing-exports ```
GiteaMirror added the type: bugarea: tools labels 2026-04-19 12:25:12 -05:00
Author
Owner

@profvjreddi commented on GitHub (Apr 17, 2026):

All 9 branches listed here have already been deleted from the remote. Verified via git ls-remote and the GitHub API — none exist on origin. Closing as completed.

<!-- gh-comment-id:4271718585 --> @profvjreddi commented on GitHub (Apr 17, 2026): All 9 branches listed here have already been deleted from the remote. Verified via `git ls-remote` and the GitHub API — none exist on origin. Closing as completed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#4400