This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 27, 2020
-
-
Mike McQuaid authored
This will avoid some duplicate steps already run by this workflow while continuing to provide an integration test of the formula testing formula.
-
Jonathan Chang authored
pr-upload: ensure bottle and formula version match
-
Mike McQuaid authored
Allow references to casks when running upgrade and outdated
-
Jonathan Chang authored
Co-authored-by:
Dawid Dziurla <dawidd0811@gmail.com> Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Jonathan Chang authored
-
William Ma authored
-
Mike McQuaid authored
Unify (mostly) Homebrew code style
-
Rylan Polster authored
README.md: Add link to Homebrew blog
-
Rylan Polster authored
Add link to Homebrew Blog in CHANGELOG.md
-
William Ma authored
-
Mike McQuaid authored
- make `brew readall` only check Homebrew/brew syntax with no tap passed. - pass specified tap to `brew readall` test for speed - only shell out once in `FormulaInfo` test for speed
-
Mike McQuaid authored
Make the Homebrew/cask and Homebrew/homebrew-core style more closely match the rest of Homebrew. To accomplish this: - Run `brew cask style` to ensure we don't break style there when making changes or upgrading RuboCop in Homebrew/brew. - Fix the HomepageMatchesUrl cop to better handle weird input. - Remove the now unneeded `.rubocop_shared.yml` - Fix the cask fixtures with `brew cask style --fix`. - Share more style between Homebrew/brew, casks and formulae.
-
Mike McQuaid authored
commands: Print cask commands
-
Adrian Ho authored
Inspired by https://github.com/Homebrew/brew/issues/8096 and https://github.com/Homebrew/brew/pull/8098 . I think the blog is an important way for regular users to keep up-to-date with Homebrew evolution, so it deserves an entry in the main docs page. Update docs/README.md Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Rylan Polster authored
-
William Ma authored
-
William Ma authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Dawid Dziurla authored
bump-formula-pr: fix when no 'version' stanza in formula found
-
Issy Long authored
sorbet/files.yaml: add new file
-
- Jul 26, 2020
-
-
vidusheeamoli authored
Latest changes to fetch.rb introduced 2 new type errors. These changes in sorbet/rbi/homebrew.rbi resolves those errors.
-
vidusheeamoli authored
-
vidusheeamoli authored
-
vidusheeamoli authored
-
Issy Long authored
sorbet: set utils/inreplace.rb to true
-
Dawid Dziurla authored
Without this fix, a command like: `brew bump-formula-pr --version=0.3.3 --tag=v0.3.3 --revision=... test-formula-git-revision` will fail because: ``` Error: no implicit conversion of nil into String /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/dev-cmd/bump-formula-pr.rb:281:in `escape' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/dev-cmd/bump-formula-pr.rb:281:in `bump_formula_pr' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.rb:111:in `<main>' ``` Additionally, reject all `nil` replacement pairs by calling `compact` method.
-
vidusheeamoli authored
-
vidusheeamoli authored
- Sorbet gives preference to class methods over methods defined in included modules, hence Sorbet was unavailable to resolve the definition of the gsub! method. - The gsub! method in StringInreplaceExtension conflicts with the definition in String. - This PR refactors the call to the gsub! method so that a custom object is exposed instead of a string.
-
Jonathan Chang authored
increase readall test timeout
-
Jonathan Chang authored
use main branch for setup-ruby action
-
Dustin Rodrigues authored
re-enable build from source for install, reinstall, upgrade
-
Dustin Rodrigues authored
-
Dustin Rodrigues authored
-
Dustin Rodrigues authored
-
Jonathan Chang authored
Bug Fix: "Error: DYNAMIC segment not found, might be a statically-linked ELF?" at linking stage
-
rmnull authored
-
Issy Long authored
bintray: Fix "uninitialized constant EnvConfig" errors
-
Issy Long authored
- This fix was suggested by Sorbet when I ran `HOMEBREW_SORBET=1 bundle exec srb tc` on the latest `master` while playing around with the latest changes post-GSoC meeting. - Then I noticed it was actually a bug, introduced in adc36a05, found by us not being able to publish bottles for [this build of the `n` formula](https://github.com/Homebrew/homebrew-core/runs/910309641?check_suite_focus=true) in https://github.com/Homebrew/homebrew-core/pull/58606: ``` [master 31d32307bd] n: update 6.7.0 bottle. 1 file changed, 3 insertions(+), 3 deletions(-) curl: (22) The requested URL returned error: 404 Not Found Error: uninitialized constant Bintray::EnvConfig /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:28:in `open_api' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:43:in `upload' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:186:in `block (2 levels) in upload_bottle_json' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:158:in `each' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:158:in `block in upload_bottle_json' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:153:in `each' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:153:in `upload_bottle_json' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/dev-cmd/pr-upload.rb:54:in `pr_upload' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.rb:111:in `<main>' Error: Failure while executing; `/home/linuxbrew/.linuxbrew/bin/brew pr-upload --verbose --bintray-org=homebrew` exited with 1. ```
-
Markus Reiter authored
Refactor usages of global `Homebrew.args`.
-
Dustin Rodrigues authored
audit: add gitless and telegram-cli to prerelease list
-
- Jul 25, 2020
-
-
Adrian Ho authored
In support of #8075. Both formulae been on prerelease up till now.
-