Suggestion: Improve tooling for mismatched checksums when bumping #1627
Replies: 3 comments 8 replies
-
Since not all projects use GitHub issues this is practically impossible to script and even if they do you'd have to script their issue templates too. You'd also still need to follow up with the required information for upstream. I don't think this has as much benefit as you think right now. |
Beta Was this translation helpful? Give feedback.
-
What you're suggesting only streamlines maybe the first 5% of the process (filing a query with upstream). It absolutely does not help with:
It should also be noted that whoever runs |
Beta Was this translation helpful? Give feedback.
-
You can probably build this tooling for yourself: https://docs.brew.sh/External-Commands It doesn't even have to be in Ruby if you don't want it to be. If it proves as useful as you believe it will be, then it may be integrated into |
Beta Was this translation helpful? Give feedback.
-
During Homebrew/homebrew-core#78666 and other's we've seen a number of checksum/sha issues. As per comment:
This process is pretty tedious and it would be nice to automatically open an upstream issue on mismatching checksums. Could be either additional
brew
command (raise-checksum
orissue-checksum
) or maybe integrated withbrew install --build-from-source
(--raise-upstream
).Beta Was this translation helpful? Give feedback.
All reactions