William Ma
11fbf9d035
cache: Add flags for printing only formulae or casks
2020-06-23 09:30:24 -04:00
Mike McQuaid
dd26adafbd
Merge pull request #7807 from MikeMcQuaid/ruby-remove-error
...
ruby.sh: don't print recoverable error.
2020-06-23 14:11:14 +01:00
Mike McQuaid
11c875d747
macOS Big Sur tweaks
...
- output warnings when running on ARM
- require Xcode 12
- use 11.0 as the version number
2020-06-23 14:11:05 +01:00
Mike McQuaid
c23d0f575f
Merge pull request #7782 from rmNULL/show-help-for-aliased-cmd
...
show help for aliased commands
2020-06-23 13:40:39 +01:00
Mike McQuaid
8a645a0eca
Merge pull request #7802 from Homebrew/dependabot/bundler/Library/Homebrew/diff-lcs-1.4
...
build(deps): bump diff-lcs from 1.3 to 1.4 in /Library/Homebrew
2020-06-23 13:30:05 +01:00
Mike McQuaid
da8b192e7e
Merge pull request #7801 from EricFromCanada/port-commands-cache
...
Use commands cache in bash/fish completions
2020-06-23 13:29:50 +01:00
Mike McQuaid
ddb02939b5
Merge pull request #7799 from woodruffw-forks/ww/death-to-mysterious-constants
...
mac/hardware: cpu: Use ruby-macho's Intel constant
2020-06-23 13:24:47 +01:00
Mike McQuaid
07ea18e2d2
ruby.sh: don't print recoverable error.
...
This prints "error" even when we can install a portable ruby.
2020-06-23 13:13:31 +01:00
Issy Long
2d54b9b137
Merge pull request #7800 from gromgit/fix_brew_tests
...
Fix test cask macOS dependency
2020-06-23 10:47:17 +01:00
dependabot-preview[bot]
cb4fc420c7
build(deps): bump diff-lcs from 1.3 to 1.4 in /Library/Homebrew
...
Bumps [diff-lcs](https://github.com/halostatue/diff-lcs ) from 1.3 to 1.4.
- [Release notes](https://github.com/halostatue/diff-lcs/releases )
- [Changelog](https://github.com/halostatue/diff-lcs/blob/master/History.md )
- [Commits](https://github.com/halostatue/diff-lcs/compare/v1.3...v1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-23 05:41:27 +00:00
EricFromCanada
01f78582fa
Use commands cache in bash/fish completions
2020-06-23 00:20:56 -04:00
William Woodruff
acbb213977
mac/hardware: cpu: Use ruby-macho's Intel constant
2020-06-22 21:56:39 -04:00
Adrian Ho
6044bb17ee
Fix test cask macOS dependency
...
This should be updated when the minimum OS requirement changes.
2020-06-23 09:51:56 +08:00
Shaun Jackman
287659c200
Merge pull request #7796 from sjackman/revert-pr7780
...
Revert "Enable patchelf.rb for HOMEBREW_DEVELOPERs."
2020-06-22 14:37:51 -07:00
Shaun Jackman
de6fe2edc1
Revert "Enable patchelf.rb for HOMEBREW_DEVELOPERs."
...
This reverts commit 6106bfc4976dff2b03cf3fadbbf92dd1fd9e0f09.
Fix the error:
brew install patchelf
==> Pouring patchelf-0.10.x86_64_linux.bottle.1.tar.gz
Error: cannot load such file -- patchelf
2020-06-22 14:14:33 -07:00
Shaun Jackman
b79e047e12
Merge pull request #7780 from rmNULL/enable-patchelfrb-for-devs
...
enable patchelf.rb when HOMEBREW_DEVELOPER is set
2020-06-22 13:59:43 -07:00
Misty De Meo
9cd0166c07
Merge pull request #7794 from mistydemeo/permit_arm_macs
...
Install: permit ARM-based Macs
2020-06-22 13:54:17 -07:00
William Ma
78ccb05166
Fix style issues
2020-06-22 16:07:18 -04:00
Misty De Meo
89b42bc522
Install: permit ARM-based Macs
2020-06-22 12:55:59 -07:00
William Ma
0e61ca6715
update tests to match new output format
2020-06-22 15:55:51 -04:00
Misty De Meo
c1a23fc056
Merge pull request #7793 from mistydemeo/add_apple_silicon
...
OS::Mac::CPU: add Apple Silicon
2020-06-22 12:51:12 -07:00
Shaun Jackman
2e05306b06
Merge pull request #7779 from rmNULL/dont-warn-interp-for-shared-obj
...
with_interpreter?: Silence "no interpreter found"
Do not warn "no interpreter found" for shared ELF objects.
2020-06-22 12:43:58 -07:00
William Ma
2a11bcf501
rework error handling to show the error for both formula and cask loading
2020-06-22 15:39:15 -04:00
Misty De Meo
6a3f18b0ae
OS::Mac::CPU: add Apple Silicon
...
Co-authored-by: Shaun Jackman <sjackman@gmail.com>
2020-06-22 12:20:06 -07:00
Misty De Meo
4de9d10953
Merge pull request #7791 from mistydemeo/add_big_sur
...
OS::Mac::Version: add Big Sur
2020-06-22 12:17:08 -07:00
lionellloh
127d67e745
license: update tests and license checking logic
2020-06-23 02:59:55 +08:00
rmnull
6106bfc497
Enable patchelf.rb for HOMEBREW_DEVELOPERs.
...
HOMEBREW_PATCHELF_RB is enabled on 2 cases.
1) `HOMEBREW_PATCHELF_RB` is set
2) `HOMEBREW_DEVELOPER` is set , and `HOMEBREW_NO_PATCHELF_RB` is not set.
use `HOMEBREW_NO_PATCHELF_RB` to turn it off for devs.
Note: When HOMEBREW_PATCHELF_RB and HOMEBREW_NO_PATCHELF_RB both are
present, it is on
2020-06-23 00:11:50 +05:30
lionellloh
e4e55c5cb3
update-license-data: wrote rspec test and added one more parseable arg
2020-06-23 02:25:46 +08:00
Misty De Meo
8d29e79f7e
OS::Mac::Version: add Big Sur
2020-06-22 11:11:51 -07:00
lionellloh
8d7a9d51d3
audit: rename spdx_id to spdx_data
2020-06-23 01:42:24 +08:00
lionellloh
de7edd403d
brew update-license-data: checks if it is outdated. If so, save new ver
2020-06-23 01:39:10 +08:00
lionellloh
bc28ee0f6d
license: update to new license format
2020-06-23 01:38:21 +08:00
Issy Long
ec5952db93
Merge pull request #7790 from peterlewis/patch-1
...
'Why haven’t you pulled my pull request?' change
2020-06-22 17:41:21 +01:00
Michka Popoff
a5025e9a9f
Merge pull request #7751 from iMichka/shared
...
formulae: add generic shared_library_extension
2020-06-22 18:25:35 +02:00
Peter Lewis
68fc0398ca
'Why haven’t you pulled my pull request?' change
...
I propose changing 'Why haven’t you pulled my pull request?' to 'Why haven’t you merged my pull request?' as, unless I'm missing a trick, this wording would fit more appropriately with what the question trying to ask?
2020-06-22 17:08:27 +01:00
Mike McQuaid
550ba8b193
Merge pull request #7786 from vladimyr/std_cargo_args
...
formula: add std_cargo_args
2020-06-22 16:57:28 +01:00
Mike McQuaid
66f781821f
Merge pull request #7785 from vidusheeamoli/resolve-srb-errors
...
Resolve errors reported by Sorbet
2020-06-22 16:57:10 +01:00
William Ma
bd2f5c3b32
test cache: split regex into multiple lines
2020-06-22 11:42:15 -04:00
William Ma
7c24ff19d5
args: remove unused field
2020-06-22 11:36:04 -04:00
William Ma
36520b0a9d
cache: fix bug when calling class method
2020-06-22 11:29:46 -04:00
vidusheeamoli
a919ba9ccd
srb: resolve error 4012. 18 errors => 13 errors
2020-06-22 20:59:39 +05:30
William Ma
cf6ff4d84c
cache: add test for casks
2020-06-22 11:24:49 -04:00
William Ma
0495281325
home: write tests using cask as argument
2020-06-22 10:46:59 -04:00
Mike McQuaid
d0821deedc
Merge pull request #7784 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-0.86.0
...
build(deps): bump rubocop from 0.85.1 to 0.86.0 in /Library/Homebrew
2020-06-22 14:31:45 +01:00
Mike McQuaid
dd50714d1e
Fix RuboCop failures.
2020-06-22 14:09:33 +01:00
Mike McQuaid
38b18ac252
brew vendor-gems: commit updates.
2020-06-22 14:07:31 +01:00
Dario Vladovic
8a62f891e1
formula: add std_cargo_args
2020-06-22 14:39:49 +02:00
vidusheeamoli
d6e587453e
srb: resolve error 4015. 25 errors => 18 errors
2020-06-22 16:33:44 +05:30
vidusheeamoli
53858e2201
Check in new definitions to Sorbet
...
New files were created after the last Sorbet update.
New definitions were added to hidden-definitions and rbi/todo was
updated
2020-06-22 16:04:02 +05:30
dependabot-preview[bot]
f8806dc5a3
build(deps): bump rubocop from 0.85.1 to 0.86.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.85.1 to 0.86.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.85.1...v0.86.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-22 10:33:56 +00:00