Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

release: the Homebrew tap drifted two releases behind silently; make the tap bump itself

未关闭
#1,297 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

维护者通常 1 天内回复

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
52/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
活跃
技术栈
github-actions

调研方向

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.

由索引模型根据 Issue 内容生成。

描述

area:ci kind:gate-defect

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 sha256 is 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.
主要语言
C
星标
3
派生
7
平均合并
3 小时 58 分钟
30 天内合并 PR
105

环境准备

在 Codespaces 中打开

在浏览器里用你自己的 GitHub 账号启动这个项目的开发容器。

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

InauguralSystems/EigenScript 的其他 Issue

查看 InauguralSystems/EigenScript 的全部 Issue

相似的 Issue

更多 C Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。