Maximilian Downey Twiss
Maximilian Downey Twiss
`check_build_uploads` in `tools/build_updated_packages.rb` declares that no binaries are needed for a package if a binary already exists. This is helpful in the majority of cases, but it makes rebuilding a...
### Version 2.6.1.0 ### Operating system Linux ### OS version or distribution Clear Linux 43760 ### Git hosting provider(s) GitHub ### Other hosting provider _No response_ ### (Azure DevOps only)...
Fixes #14042. When an if statement in a loop skips to the next iteration or exits the loop entirely, an else condition to that if statement is redundant, because no...
As per rubocop/rubocop#13266.
As per https://github.com/rubocop/rubocop/issues/14042#issuecomment-3256898519.
As per the fix outlined in https://github.com/chromebrew/chromebrew/issues/13463#issuecomment-3587665932
Just some things I noticed while implementing a pure ruby fallback for ruby-libversion. The errata one is self-evident, the letter suffix one I'm adding because I spent a good few...