release: the Homebrew tap drifted two releases behind silently; make the tap bump itself
Maintainers usually reply within 1 day
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 52/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- github-actions
- Domain
- devops, documentation, release
Research direction
Start with .github/workflows/release.yml, then inspect the homebrew-eigenscript repository's existing CI and formula. Define how a scheduled or workflow_dispatch run can compare the latest EigenScript release with the formula, calculate the tarball checksum, and open a PR; verify it with a fake newer version or a subsequent release and confirm the tap test-bot passes. Update the release skill or docs/ with the automatic-bump and troubleshooting information.
Written by the indexing model from the issue text.
Description
The Homebrew tap lagged two releases behind, and nothing reported it. Until 2026-09-24, brew install InauguralSystems/eigenscript/eigenscript (the install route README.md advertises) installed v0.41.0, while the latest release was v0.43.0. The bump PR (homebrew-eigenscript#12) sat red for a day for an unrelated reason. The tap's CI referenced Homebrew/actions/setup-homebrew@master, which no longer resolves, so every tap PR failed before it tested anything (fixed by homebrew-eigenscript#11, which pins a SHA).
Why it went unnoticed: .github/workflows/release.yml builds and publishes a release but never touches the tap. Nothing compares the tap's formula version with the latest tag, so the drift is silent. This is the same class as the doc-drift "Latest release" line, except that one has a gate.
Proposed fix (structural, not a new gate here): the tap updates itself. A scheduled workflow in homebrew-eigenscript reads the latest EigenScript release through the public API, which needs no token. When the formula is behind, it opens a PR with the new url and a sha256 computed from the tarball. The tap's own test-bot then runs on that PR. This keeps the credential question out of EigenScript. The alternative, release.yml pushing a PR into the tap, would need a cross-repo token.
Done when
- homebrew-eigenscript has a scheduled (and
workflow_dispatch) workflow that opens a formula-bump PR whenever the latest EigenScript release tag is newer than the formula's version. - Its
sha256is computed from the downloaded tarball, never typed by hand. - Proven once: pointed at a fake "newer" version (or dispatched after the next release), it opens a correct PR, and that PR's test-bot runs green.
- The release steps in the release skill /
docs/say the tap bump is automatic and where to look if its PR goes red.
- Dominant language
- C
- Stars
- 3
- Forks
- 7
- Avg merge
- 3h 56m
- Merged PRs (30d)
- 102
Getting set up
Starts the project's dev container in your browser, under your own GitHub account.
- Ships a Dockerfile or Docker Compose file
- Has a pull request template
- Read the contributing guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from InauguralSystems/EigenScript
-
area:lint-tooling bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
InauguralSystems/EigenScript#1340 ·
Maintainers usually reply within 1 day
-
area:stdlib found-by:code-review kind:silent-wrong
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
InauguralSystems/EigenScript#1338 ·
Maintainers usually reply within 1 day
-
area:lint-tooling found-by:critic kind:docs-drift
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
InauguralSystems/EigenScript#1335 ·
Maintainers usually reply within 1 day
-
area:ci found-by:critic kind:gate-defect
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
InauguralSystems/EigenScript#1311 ·
Maintainers usually reply within 1 day
-
enrolment: decide test_gc_runner_controls.py (exempt vs enrol) and whether floors need a ratchetOpenarea:gates found-by:critic kind:decision
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
InauguralSystems/EigenScript#1280 · 1 comment ·
Maintainers usually reply within 1 day
All issues in InauguralSystems/EigenScript
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
libretro/libretro-common#233 ·
-
[Bug]: chunk_span_bounds and _validated_chunk_spans reject Pydantic models ChunkSpan and AudioFileOpen
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
BasedHardware/omi#19047 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
obsproject/obs-studio#13936 · 2 comments ·
Maintainers usually reply within 1 day