Markus Reiter
37ecdb28f7
Add spec for NamedArgs#to_paths
.
2020-09-09 22:15:10 +02:00
Markus Reiter
2a63ba4060
Support passing casks in brew style
.
2020-09-09 22:15:10 +02:00
Markus Reiter
d45af9e781
Remove colon from RSpec annotations.
2020-09-09 21:56:19 +02:00
dependabot-preview[bot]
4f16de5c1d
build(deps): bump activesupport in /Library/Homebrew
...
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>
2020-09-09 19:55:06 +00:00
Markus Reiter
456e674cd8
Merge pull request #8654 from reitermarkus/rspec-github-actions
...
Improve RSpec annotations.
2020-09-09 21:54:29 +02:00
Markus Reiter
fc27658bb3
Merge pull request #8665 from Homebrew/dependabot/bundler/docs/activesupport-6.0.3.3
...
build(deps): bump activesupport from 6.0.3.2 to 6.0.3.3 in /docs
2020-09-09 21:53:45 +02:00
Markus Reiter
88b8b44813
Merge pull request #8667 from JBallin/jb-allowlist
...
Remove usage of the word "Whitelist"
2020-09-09 21:53:12 +02:00
Markus Reiter
769fa066e2
Output annotations for brew cask audit
.
2020-09-09 21:50:32 +02:00
Markus Reiter
540fa4e84b
Pass quiet
when tapping external commands.
2020-09-09 21:49:22 +02:00
Misty De Meo
6474e651a2
Merge pull request #8670 from mistydemeo/fix_multiple_version_messaging
...
Fix printing MultipleVersionsInstalledError details
2020-09-09 12:30:31 -07:00
Maxim Belkin
b1cc9bdee7
brew.sh: update implied HOMEBREW_VERSION
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-09-09 12:05:40 -07:00
Misty De Meo
c06848c487
Fix printing MultipleVersionsInstalledError details
...
The refactor in 6e8f5d0958247e4b4d629866099ed2836a0e0863 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>'
```
2020-09-09 11:56:53 -07:00
JBallin
0a2718bab8
Remove redundant "all"
2020-09-09 11:49:26 -07:00
JBallin
120c2288ca
Improve comment
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-09-09 11:47:43 -07:00
Issy Long
1654de3279
Merge pull request #8664 from issyl0/typecheck-update-todo-file
...
dev-cmd/typecheck: Update the Sorbet TODO file in `--update-definitions`
2020-09-09 19:42:06 +01:00
JBallin
d985f72d40
Replace Whitelist with Allowlist
...
Whitelist is a potentially offensive word.
2020-09-09 11:36:42 -07:00
Akylzhan Sauranbay
8fd565403e
Remove unused zsh completions
2020-09-10 00:33:11 +06:00
dependabot-preview[bot]
7e0635e2ce
build(deps): bump activesupport from 6.0.3.2 to 6.0.3.3 in /docs
...
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>
2020-09-09 18:21:51 +00:00
Issy Long
42a4e86af5
dev-cmd/typecheck: Update the Sorbet TODO file in --update-definitions
...
- [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.
2020-09-09 19:06:33 +01:00
Markus Reiter
27dcba9f66
Merge pull request #8662 from SeekingMeaning/audit/cask-prerelease
...
cask/audit: detect tag from URL
2020-09-09 19:30:41 +02:00
Maxim Belkin
56901775bf
brew.sh: use HOMEBREW_GIT instead of git
2020-09-09 12:22:45 -05:00
Dawid Dziurla
4b6318b2ad
curl: allow passing print_stdout parameter
2020-09-09 18:01:48 +02:00
Dawid Dziurla
36c35efcd8
bintray: don't output raw JSON
2020-09-09 18:01:47 +02:00
Seeker
e0645f3950
cask/audit: detect tag from URL
2020-09-09 08:57:56 -07:00
Jonathan Chang
21e05e2c1d
Merge pull request #8652 from jonchang/doc-cleanup
...
docs: various updates
2020-09-09 23:00:53 +10:00
Mike McQuaid
3403836cc1
Merge pull request #8660 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.5895
...
build(deps): bump sorbet from 0.5.5891 to 0.5.5895 in /Library/Homebrew
2020-09-09 13:51:51 +01:00
Jonathan Chang
e7a61bb13a
docs: don't migrate formulae out of core/cask
2020-09-09 19:21:22 +10:00
Jonathan Chang
6dd04bee2f
docs: talk about custom Requirements
2020-09-09 19:21:22 +10:00
Jonathan Chang
412be8e024
docs: add discussion forums to troubleshooting
2020-09-09 19:21:22 +10:00
Jonathan Chang
83f62d1fad
docs: update outdated formula references for Node
2020-09-09 19:21:22 +10:00
Jonathan Chang
15a56655c8
docs: move supporters into its own group
2020-09-09 19:21:22 +10:00
Jonathan Chang
c68bf84e21
docs: update FAQ with current Homebrew behavior
2020-09-09 19:21:22 +10:00
Jonathan Chang
d0b0dafb0b
docs: update cross-compiler practice in core
2020-09-09 19:21:22 +10:00
Jonathan Chang
379431791e
docs: clarify and clean up analytics docs
2020-09-09 19:21:22 +10:00
Jonathan Chang
6f924b08ae
docs: livecheck is now internal command
2020-09-09 19:21:10 +10:00
Markus Reiter
196d7badfa
Improve RSpec annotations.
2020-09-09 10:24:20 +02:00
Mike McQuaid
959d2b7fbb
Merge pull request #8644 from shcai97/update_latest_tag_fix
...
update: fix latest_tag in homebrew/brew update
2020-09-09 08:48:14 +01:00
Mike McQuaid
b59f91a2d9
Merge pull request #8649 from tschoonj/fix-std-meson-args
...
std_meson_args: add --wrap-mode=nofallback
2020-09-09 08:40:13 +01:00
dependabot-preview[bot]
0c145d0473
build(deps): bump sorbet from 0.5.5891 to 0.5.5895 in /Library/Homebrew
...
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>
2020-09-09 07:36:57 +00:00
Mike McQuaid
a69bb1c836
Merge pull request #8659 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-0.5.5895
...
build(deps): bump sorbet-runtime from 0.5.5891 to 0.5.5895 in /Library/Homebrew
2020-09-09 08:35:42 +01:00
Mike McQuaid
91ee29d93c
Merge pull request #8653 from Rylan12/help-external-command-fix
...
help: show help text for tapped external command
2020-09-09 08:31:51 +01:00
dependabot-preview[bot]
79047fc1f5
build(deps): bump sorbet-runtime in /Library/Homebrew
...
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>
2020-09-09 06:53:11 +00:00
shcai97
1789c27b32
use --key and --numeric-sort
...
Co-authored-by: Maxim Belkin <maxim.belkin@gmail.com>
2020-09-09 10:21:46 +08:00
Issy Long
b94f9dccd7
Merge pull request #8657 from miccal/cbmc_audit
...
Remove cbmc from GITHUB_PRERELEASE_ALLOWLIST
2020-09-08 23:00:12 +01:00
miccal
c22c6c4a93
Remove cbmc from GITHUB_PRERELEASE_ALLOWLIST
2020-09-09 05:27:18 +08:00
Claudia Pellegrino
455965de80
Merge pull request #8655 from claui/fix- ✅
...
Use monochrome ✔, which works better with filter
2020-09-08 22:09:35 +02:00
Rylan Polster
5b393cb049
help: show help text for tapped external command
...
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.
2020-09-08 15:44:13 -04:00
Claudia
e2b3bdb4e5
Use monochrome ✔, which works better with filter
2020-09-08 20:08:35 +02:00
shcai97
77f2a24a6b
use sort to fix latest_tag
2020-09-09 01:12:58 +08:00
Seeker
6d1de3a72b
Merge pull request #7986 from SeekingMeaning/bump-cask-pr
...
dev-cmd: add bump-cask-pr command
2020-09-08 09:40:55 -07:00