Bo Anderson
728bb547a7
language: raise ShebangDetectionError rather than a generic error
2021-05-10 05:50:08 +01:00
Bo Anderson
1e567161d1
ENV/shared: specify which Perl version we want to use
2021-05-10 05:50:02 +01:00
Nanda H Krishna
346621dd5b
service: delegate more path methods
2021-05-10 00:10:42 +05:30
Bo Anderson
55f90f972d
os/mac/xcode: support Xcode 12.5
2021-05-09 18:34:09 +01:00
Nanda H Krishna
8e1c9234e3
dev-cmd/bump: fix empty array check
2021-05-09 18:07:33 +05:30
Carlo Cabrera
e893f16727
extend/ENV/super: allow bottles with custom architectures
...
Currently, Homebrew recognises only the architectures listed in
`hardware.rb`. [1] Attempting to pass an unrecognised architecture to
`--bottle-arch` while building a bottle returns an error.
Let's change that by passing unrecognised bottle arches to the compiler
instead of immediately failing with a `CannotInstallFormulaError`.
Partially resolves #5815 .
[1] 64b6846d60/Library/Homebrew/hardware.rb (L28-L42)
2021-05-09 11:01:48 +01:00
David Xia
7920006020
fix: use recommended way of updating Fish shell $PATH
...
fixes https://github.com/Homebrew/brew/issues/8965
See Fish docs https://fishshell.com/docs/current/tutorial.html#path .
> A faster way is to use the `fish_add_path function`... The advantage is that
> you don't have to go mucking around in files: just run this once at the
> command line, and it will affect the current session and all future instances
> too.
>
> Or you can modify `$fish_user_paths` yourself, but you should be careful not
> to append to it unconditionally in config.fish, or it will grow longer and
> longer.
2021-05-08 21:19:19 -07:00
John Bampton
1691e615fe
Fix spelling
2021-05-08 11:20:01 +10:00
Mike McQuaid
3eaa0d7752
Merge pull request #11337 from cnnrmnn/no-shallow-taps
...
No shallow taps
2021-05-07 22:22:09 +01:00
cnnrmnn
0b5f440cfc
Remove reference to full_clone in CoreTap
2021-05-07 16:47:58 -04:00
Connor Mann
29d50f57b3
Add tap --shallow deprecation TODO
...
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-07 16:47:58 -04:00
Connor Mann
e649a7d09e
Update Library/Homebrew/cmd/tap.rb
...
Add tap --full deprecation TODO
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-07 16:47:58 -04:00
cnnrmnn
b5569ffd33
Remove full_clone from CoreTap
2021-05-07 16:47:58 -04:00
cnnrmnn
8f7621edb8
Remove trailing whitespace
2021-05-07 16:47:58 -04:00
Connor Mann
bfd4ddfa5a
Fix style
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Connor Mann
986089d4f2
Fix style
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Connor Mann
5b6b400c58
Remove deprecation comment
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Connor Mann
18bb644ce7
Remove deprecation comment
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Connor Mann
1e0551fca4
Add no-op message
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Carlo Cabrera
1d70c28178
keg_relocate: style improvements
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Carlo Cabrera
6156fadd65
extend/os/mac/keg_relocate: relocate rpaths on macOS
2021-05-07 16:47:58 -04:00
Carlo Cabrera
a8cbc14ca3
os/mac/keg: add change_rpath method
2021-05-07 16:47:58 -04:00
BrewTestBot
52f905fa2a
Update RBI files for rubocop.
2021-05-07 16:47:58 -04:00
BrewTestBot
42f606a43e
brew vendor-gems: commit updates.
2021-05-07 16:47:58 -04:00
dependabot[bot]
0b7f6e9c1c
build(deps): bump rubocop from 1.13.0 to 1.14.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/rubocop/rubocop/releases )
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop/compare/v1.13.0...v1.14.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 16:47:58 -04:00
BrewTestBot
74e89079ec
Update RBI files for rubocop-rails.
2021-05-07 16:47:58 -04:00
BrewTestBot
ed42e664cd
brew vendor-gems: commit updates.
2021-05-07 16:47:58 -04:00
dependabot[bot]
add1183f41
build(deps): bump rubocop-rails in /Library/Homebrew
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.10.0...v2.10.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 16:47:57 -04:00
Carlo Cabrera
bf4ad449bb
formula_installer: set HOMEBREW_RELOCATE_RPATHS
...
This enables `RPATH` relocation upon pouring bottles.
Part of #11329 .
2021-05-07 19:40:40 +01:00
Mike McQuaid
1462f47609
cask/cmd/uninstall_spec: delete more flaky tests.
...
https://github.com/Homebrew/brew/pull/11337/checks?check_run_id=2528253674
2021-05-07 16:27:52 +01:00
cnnrmnn
b5a7337b05
Add deprecation paths for tap --full/--shallow
2021-05-07 09:29:19 -04:00
Carlo Cabrera
d3013fcbc1
Merge pull request #11331 from carlocab/change-rpath
...
extend/os/mac/keg_relocate: implement `RPATH` relocation
2021-05-06 17:50:23 +01:00
Mike McQuaid
df12e8f6fe
Merge pull request #11334 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.14.0
...
build(deps): bump rubocop from 1.13.0 to 1.14.0 in /Library/Homebrew
2021-05-06 16:00:48 +01:00
cnnrmnn
02993c5899
Update tests to stop passing full_clone
2021-05-06 10:11:21 -04:00
cnnrmnn
674594f75c
Stop using shallow clones for taps
2021-05-06 10:10:56 -04:00
Carlo Cabrera
dec7b97342
keg_relocate: style improvements
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-06 12:01:51 +01:00
BrewTestBot
39087d1474
Update RBI files for rubocop-rails.
2021-05-06 09:22:33 +00:00
BrewTestBot
d6811c517b
Update RBI files for rubocop.
2021-05-06 09:22:17 +00:00
BrewTestBot
efc429b5b8
brew vendor-gems: commit updates.
2021-05-06 09:21:40 +00:00
BrewTestBot
e6655be74f
brew vendor-gems: commit updates.
2021-05-06 09:21:16 +00:00
dependabot[bot]
29287e873a
build(deps): bump rubocop-rails in /Library/Homebrew
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.10.0...v2.10.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 09:19:13 +00:00
dependabot[bot]
7a18e32068
build(deps): bump rubocop from 1.13.0 to 1.14.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/rubocop/rubocop/releases )
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop/compare/v1.13.0...v1.14.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 09:18:47 +00:00
Mike McQuaid
2dc6ff13cf
Merge pull request #11335 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.1.3.2
...
build(deps): bump activesupport from 6.1.3.1 to 6.1.3.2 in /Library/Homebrew
2021-05-06 10:15:58 +01:00
Mike McQuaid
42f23665a2
Merge pull request #11333 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.11.3
...
build(deps): bump rubocop-performance from 1.11.2 to 1.11.3 in /Library/Homebrew
2021-05-06 10:15:33 +01:00
Mike McQuaid
2867fb67a9
Merge pull request #11260 from hyuraku/update.sh-repair_style
...
cmd/update.sh: repair bash style
2021-05-06 10:10:49 +01:00
BrewTestBot
608e5c3981
Update RBI files for activesupport.
2021-05-06 05:52:24 +00:00
BrewTestBot
340bb4c122
Update RBI files for rubocop-performance.
2021-05-06 05:51:36 +00:00
BrewTestBot
017b99aaa7
brew vendor-gems: commit updates.
2021-05-06 05:51:32 +00:00
BrewTestBot
24ede765d4
brew vendor-gems: commit updates.
2021-05-06 05:50:47 +00:00
dependabot[bot]
e5359b609f
build(deps): bump activesupport in /Library/Homebrew
...
Bumps [activesupport](https://github.com/rails/rails ) from 6.1.3.1 to 6.1.3.2.
- [Release notes](https://github.com/rails/rails/releases )
- [Changelog](https://github.com/rails/rails/blob/v6.1.3.2/activesupport/CHANGELOG.md )
- [Commits](https://github.com/rails/rails/compare/v6.1.3.1...v6.1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 05:49:13 +00:00