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 .
- Sep 10, 2020
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
Improve RSpec annotations.
-
Markus Reiter authored
build(deps): bump activesupport from 6.0.3.2 to 6.0.3.3 in /docs
-
Markus Reiter authored
Remove usage of the word "Whitelist"
-
Misty De Meo authored
Fix printing MultipleVersionsInstalledError details
-
Misty De Meo authored
The refactor in 6e8f5d09 means that the exception no longer exposes the name of the package with multiple versions, and as a result the rescuer is unable to print this information. Because we now have a path in which MultipleVersionsInstalledError doesn't have the name at all, we can't reasonably restore the old behaviour. And since rack resolution happens purely internal to the function that raises the exception, the caller has no way to know what name to use. However, since the exception text gets printed anyway, we can just move this text into the exception itself. Fixes the following error: ``` Error: mpd has multiple installed versions Error: undefined method `name' for #<MultipleVersionsInstalledError:0x00007fc6009d8870> /usr/local/Homebrew/Library/Homebrew/cmd/uninstall.rb:137:in `rescue in uninstall' /usr/local/Homebrew/Library/Homebrew/cmd/uninstall.rb:135:in `uninstall' /usr/local/Homebrew/Library/Homebrew/brew.rb:119:in `<main>' ```
-
JBallin authored
-
JBallin authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Issy Long authored
dev-cmd/typecheck: Update the Sorbet TODO file in `--update-definitions`
-
JBallin authored
Whitelist is a potentially offensive word.
-
dependabot-preview[bot] authored
Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.2 to 6.0.3.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.3.2...v6.0.3.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Issy Long authored
- [Sorbet's TODO file](https://sorbet.org/docs/rbi#the-todo-rbi-file) is useful to be periodically regenerated when we're trying to deal with typing errors. The result is an updated `sorbet/rbi/todo.rbi` file that defines missing constants. During GSoC, we [did update this file on occasional Tapioca updates](https://github.com/Homebrew/brew/blame/master/Library/Homebrew/sorbet/rbi/todo.rbi), according to the history. That suggests to me that it should be part of this command.
-
Markus Reiter authored
cask/audit: detect tag from URL
-
- Sep 09, 2020
-
-
Seeker authored
-
Jonathan Chang authored
docs: various updates
-
Mike McQuaid authored
build(deps): bump sorbet from 0.5.5891 to 0.5.5895 in /Library/Homebrew
-
Jonathan Chang authored
-
Jonathan Chang authored
-
Jonathan Chang authored
-
Jonathan Chang authored
-
Jonathan Chang authored
-
Jonathan Chang authored
-
Jonathan Chang authored
-
Jonathan Chang authored
-
Jonathan Chang authored
-
Markus Reiter authored
-
Mike McQuaid authored
update: fix latest_tag in homebrew/brew update
-
Mike McQuaid authored
std_meson_args: add --wrap-mode=nofallback
-
dependabot-preview[bot] authored
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.5891 to 0.5.5895. - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
build(deps): bump sorbet-runtime from 0.5.5891 to 0.5.5895 in /Library/Homebrew
-
Mike McQuaid authored
help: show help text for tapped external command
-
dependabot-preview[bot] authored
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.5891 to 0.5.5895. - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
shcai97 authored
Co-authored-by:
Maxim Belkin <maxim.belkin@gmail.com>
-
Issy Long authored
Remove cbmc from GITHUB_PRERELEASE_ALLOWLIST
-
miccal authored
-
Claudia Pellegrino authored
Use monochrome
✔️ , which works better with filter -
Rylan Polster authored
Previously, running e.g. `brew help bundle` when homebrew-bundle was not tapped would tap homebrew-bundle and then run `brew bundle` showing `Error: No Brewfile found` instead of the expected help text.
-
Claudia authored
-
shcai97 authored
-