27579 Commits

Author SHA1 Message Date
Connor Mann
074b2d65e4 Clean up and fix typecheck issue 2021-05-24 21:06:09 -04:00
Connor Mann
ef4c401687 Change kegs map to array 2021-05-24 12:29:32 -04:00
Connor Mann
d50b32313f Fix to_kegs test 2021-05-24 09:17:52 -04:00
Connor Mann
0a1614286d Fix style 2021-05-24 08:44:36 -04:00
Connor Mann
b81a522230 Add tests for to_latest_kegs 2021-05-23 16:09:35 -04:00
Connor Mann
73ef297dd5
Update Library/Homebrew/cli/named_args.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-21 11:55:30 -04:00
Connor Mann
3b0243900f
Update Library/Homebrew/cli/named_args.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-21 11:55:11 -04:00
Connor Mann
c18c931224 Fix tests 2021-05-21 11:52:17 -04:00
Connor Mann
074facebd5 Start catching all nil kegs 2021-05-21 10:27:31 -04:00
Connor Mann
e977f3514d Warn if no HEAD keg installed w/ --HEAD 2021-05-21 09:33:29 -04:00
Connor Mann
6f005caf07 Rename memoized variable 2021-05-20 15:10:20 -04:00
Connor Mann
b72f5ef353 Change brew link to use to_latest_kegs 2021-05-20 12:58:44 -04:00
Connor Mann
fa9a525d32 Add to_latest_kegs 2021-05-20 12:58:23 -04:00
Connor Mann
0938500721
Update Library/Homebrew/test/cli/named_args_spec.rb
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-20 12:09:45 -04:00
Connor Mann
cad665406e Update to_kegs tests 2021-05-20 12:08:10 -04:00
Connor Mann
2938b2798d Update to_default_kegs tests 2021-05-20 12:06:23 -04:00
Connor Mann
b1ce7ef647
Update Library/Homebrew/cli/named_args.rb
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-20 11:30:22 -04:00
Connor Mann
26a3218fb0 Deprecate method: :keg 2021-05-20 09:53:31 -04:00
Connor Mann
08bbb95cfb Add to_kegs test 2021-05-19 13:58:55 -04:00
Connor Mann
3637924230 Fix style 2021-05-19 13:58:19 -04:00
Connor Mann
2bfdbc6b39 Rename missed to_keg 2021-05-19 12:59:53 -04:00
Connor Mann
49aa057188 Rename resolve_keg to resolve_default_keg 2021-05-19 10:29:40 -04:00
Connor Mann
137914d50c Rename method :keg to :default_kegs 2021-05-19 10:07:03 -04:00
Connor Mann
fe9a9bb24c Rename to_keg to to_default_kegs 2021-05-19 09:34:18 -04:00
Connor Mann
f23d4d4c75 Switch to using to_keg and to_kegs 2021-05-18 11:00:17 -04:00
Connor Mann
15dcc6f496 Add to_kegs 2021-05-18 10:07:35 -04:00
Connor Mann
d754c0f450 Update tests for to_keg 2021-05-18 09:57:57 -04:00
Connor Mann
d46881c5e2 Rename to_kegs to to_keg 2021-05-18 09:52:19 -04:00
Connor Mann
f92300f129
Update Library/Homebrew/cmd/link.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-18 09:35:05 -04:00
Connor Mann
212b64836f Update usage message 2021-05-17 12:42:06 -04:00
Connor Mann
8de9baa0f5 Add brew link --HEAD 2021-05-17 11:28:15 -04:00
Mike McQuaid
1810ff9722
Merge pull request #11384 from cnnrmnn/blank-template-taps
Override user-set default git template for taps
2021-05-17 14:00:26 +01:00
Mike McQuaid
67ba6cfff1
Merge pull request #11378 from hyuraku/remove_manual_installer_from_upgrage_casks
remove installer manual casks from upgraded casks
2021-05-17 13:56:04 +01:00
Carlo Cabrera
1b1990d05d
Merge pull request #11392 from carlocab/duplicate-rpaths
extend/os/mac/keg_relocate: fix relocation of duplicate `RPATH`s
2021-05-17 00:47:41 +01:00
Carlo Cabrera
e8b5eb7e42
extend/os/mac/keg_relocate: fix relocation of duplicate RPATHs
Homebrew/homebrew-core#77623 revealed two bugs. One in `ruby-macho`,
which turns out to be unable to delete duplicated `RPATH`s. This was
fixed with `ruby-macho` 2.5.1.

The second, which this commit fixes, is in our handling of duplicate
`RPATH`s. Since we iterate over each `RPATH`, attempting to relocate the
first duplicate fails since it will no longer exist after having
relocated the original.
2021-05-17 00:14:46 +01:00
Nanda H Krishna
7ff63124e8
Merge pull request #11390 from Homebrew/dependabot/bundler/Library/Homebrew/nokogiri-1.11.4
build(deps): bump nokogiri from 1.11.3 to 1.11.4 in /Library/Homebrew
2021-05-17 03:27:51 +05:30
Carlo Cabrera
cfdd358c95
Merge pull request #11391 from Homebrew/dependabot/bundler/Library/Homebrew/ruby-macho-2.5.1
build(deps): bump ruby-macho from 2.5.0 to 2.5.1 in /Library/Homebrew
2021-05-16 22:20:35 +01:00
BrewTestBot
41baec1a49
Update RBI files for ruby-macho. 2021-05-16 14:36:31 +00:00
BrewTestBot
a2421c38f0
brew vendor-gems: commit updates. 2021-05-16 14:35:39 +00:00
BrewTestBot
b0c59d7df6
Update RBI files for nokogiri. 2021-05-16 14:33:29 +00:00
BrewTestBot
7e2fcaaa16
brew vendor-gems: commit updates. 2021-05-16 14:32:37 +00:00
dependabot[bot]
f158747592
build(deps): bump ruby-macho from 2.5.0 to 2.5.1 in /Library/Homebrew
Bumps [ruby-macho](https://github.com/Homebrew/ruby-macho) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/Homebrew/ruby-macho/releases)
- [Commits](https://github.com/Homebrew/ruby-macho/compare/v2.5.0...v2.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-16 14:29:37 +00:00
dependabot[bot]
410ad0485c
build(deps): bump nokogiri from 1.11.3 to 1.11.4 in /Library/Homebrew
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.3 to 1.11.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.3...v1.11.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-16 14:29:25 +00:00
Rylan Polster
9f5afcbf63
Merge pull request #11381 from cnnrmnn/fix-range-requests
Fix range requests with `curl`
2021-05-15 16:40:20 -04:00
Dawid Dziurla
c8d5b3d38d
Merge pull request #11388 from nandahkrishna/pipgrip-use-opt_bin
utils/pypi: use `opt_bin` for pipgrip
2021-05-15 20:10:24 +02:00
Nanda H Krishna
389f289770
utils/pypi: use opt_bin for pipgrip 2021-05-15 23:14:34 +05:30
hyuraku
45b7e438f1 repair manual_installer_casks block 2021-05-15 21:24:24 +09:00
Carlo Cabrera
d45832bbfc
Merge pull request #11382 from carlocab/build-rpaths
extend/os/mac/keg_relocate: remove `RPATH`s rooted in build directory
2021-05-15 01:04:25 +01:00
Rylan Polster
914c131130
Merge pull request #11385 from Homebrew/sync-triage-config
Synchronize triage configuration
2021-05-14 18:23:04 -04:00
BrewTestBot
aec4b9745b
triage-issues.yml: update to match main configuration 2021-05-14 21:48:27 +00:00