Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

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

Đang mở
#1,297 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Maintainer thường phản hồi trong vòng 1 ngày

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
52/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Sôi nổi
Công nghệ
github-actions
Lĩnh vực
devops, documentation, release

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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.
Ngôn ngữ chính
C
Star
3
Fork
7
Merge trung bình
3 giờ 56 phút
Pull request đã merge (30 ngày)
102

Chuẩn bị môi trường

Mở trong Codespaces

Khởi chạy dev container của dự án ngay trên trình duyệt, bằng tài khoản GitHub của bạn.

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của InauguralSystems/EigenScript

Tất cả issue của InauguralSystems/EigenScript

Issue tương tự

Thêm issue về C

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.