mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 18:18:42 -05:00
[PR #1379] [MERGED] chore(format): apply bibtex-tidy + EOF-fixer residuals (unblock Book badge) #5159
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1379
Author: @profvjreddi
Created: 4/17/2026
Status: ✅ Merged
Merged: 4/17/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/ci-autofix-residuals📝 Commits (1)
4aa81eachore(format): apply bibtex-tidy + end-of-file-fixer residuals📊 Changes
5 files changed (+802 additions, -640 deletions)
View changed files
📝
interviews/paper/references.bib(+481 -365)📝
interviews/vault/REVIEWS.md(+0 -2)📝
periodic-table/paper/references.bib(+320 -272)📝
site/newsletter/drafts/essay-03-builders-gap.md(+0 -1)📝
tinytorch/site/references.bib(+1 -0)📄 Description
Summary
After #1375 merged, re-ran
book-validate-dev.ymlmanually. Pre-commit still fails on two auto-fix hooks because recent merges introduced content that was never committed in canonical form:Global: Fix end of file newlines— 2 files (interviews/vault/REVIEWS.md, site/newsletter/drafts/essay-03-builders-gap.md)Repo: Tidy bibtex files (format)— 3 files (interviews/paper/references.bib, periodic-table/paper/references.bib, tinytorch/site/references.bib)Running both hooks locally and committing the output. Purely mechanical — no semantic changes.
Verification
book/tools/bib_lint.py --check --all→ 0 NEW errors (67 grandfathered)--align=space --sort=key --sort-fields --wrap=100config, not content changeTest plan
book-validate-dev.ymlpasses pre-commit → container matrix builds run → Book badge recovers🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.