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
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
dependabot-preview[bot]
38fdeb4af4
build(deps): bump parser from 2.7.1.3 to 2.7.1.4 in /Library/Homebrew
...
Bumps [parser](https://github.com/whitequark/parser ) from 2.7.1.3 to 2.7.1.4.
- [Release notes](https://github.com/whitequark/parser/releases )
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/whitequark/parser/compare/v2.7.1.3...v2.7.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-22 06:01:48 +00:00
rmnull
d1b6a85819
show help for aliased commands
2020-06-22 10:23:00 +05:30
rmnull
3f211415ca
don't warn "no interpreter found" for Shared ELF objects.
2020-06-22 01:24:03 +05:30
Jonathan Chang
634c457129
Merge pull request #7778 from jonchang/pr-pull-auto-mirror
...
pr-pull: streamline mirroring and upload
2020-06-22 00:46:40 +10:00
Jonathan Chang
2b990aa53c
pr-pull: pass verbose and debug to subcommands
2020-06-22 00:25:57 +10:00
Jonathan Chang
17c20c0e11
pr-pull: dupe logic moved to mirror and pr-upload
2020-06-21 19:55:10 +10:00
Michka Popoff
955bca6574
formule: add generic shared-lib methods
...
We have strings containing hardcoded ".dylib" extensions in homebrew-core.
To be able to bring linuxbrew-core and homebrew-core closer together,
I am introducing a new generic attribute that can be used in formulae.
2020-06-20 23:14:18 +02:00
miccal
3263f796b6
cpu_spec: add :icelake
2020-06-20 14:14:56 +08:00
Bo Anderson
8c21e8b2db
Merge pull request #7705 from Bo98/xcode-11.5
...
os/mac/xcode: support Xcode 11.5
2020-06-20 02:25:00 +01:00
rmnull
0f4e61062c
brew info --analytics --days=30 and --days 30 both are valid. Added this for --category as well.
2020-06-20 02:09:22 +05:30
Mike McQuaid
6049227c0a
Merge pull request #7771 from alebcay/extract-typo
...
extract: fix typo
2020-06-19 20:00:42 +01:00
Mike McQuaid
936c178aed
Merge pull request #7767 from alebcay/commands-cache
...
Cache commands list for faster shell completions
2020-06-19 20:00:32 +01:00
Mike McQuaid
18978e0ad6
Merge pull request #7773 from Bo98/java-improvements-2
...
language/java: add support for OpenJDK formula
2020-06-19 19:59:55 +01:00
William Ma
9b1d58c53c
cache: alert user when no formula or cask matches the argument
2020-06-19 14:00:26 -04:00
Shaun Jackman
f73f1993b3
Merge pull request #7769 from sjackman/update-reset
...
update-reset: Use the default branch origin/HEAD
2020-06-19 10:33:24 -07:00
rmnull
486114282c
In ELFShim, #needed_libraries, #dynamic_elf? and #with_interpreter? check using patchelf gem.
...
Having HOMEBREW_PATCHELF_RB set in the ENV,
will conditionally install patchelf.rb gem,
use patchelf.rb in the above mentioned methods.
The installed vendored gems are listed in .gitignore
to maintain a clean state.
2020-06-19 21:23:57 +05:30
William Ma
46d344c0d1
home: print message when formula is not found
2020-06-19 11:46:33 -04:00
William Ma
ceb56df834
home: integrate brew home and cask home
2020-06-19 10:37:58 -04:00
William Ma
cf76f6e721
cache: integrate brew --cache and cask --cache
2020-06-19 10:37:31 -04:00
William Ma
72ebd2127f
args: add method to retrieve formula and casks
2020-06-19 10:36:34 -04:00
Bo Anderson
cd0c3fa835
extend/pathname: use Java.overridable_java_home_env in write_jar_script
2020-06-19 12:04:30 +01:00
Bo Anderson
c244e992af
extend/pathname: add args argument to write_env_script
2020-06-19 12:04:26 +01:00
Bo Anderson
cd93d4e38a
language/java: add support for OpenJDK formula
2020-06-19 11:46:31 +01:00
Lionell
ec2391100a
Merge branch 'license' of https://github.com/MLH-Fellowship/brew into license
2020-06-19 04:24:39 +08:00
Lionell
fa412f9bb4
audit spec: editted strings to matach audit problem strings
2020-06-19 04:24:36 +08:00
Lionell
4287ea74d1
remove json from gemfile and modified get_repo_data
2020-06-19 04:20:19 +08:00
Lionell Loh Jian An
a58905000c
Update Library/Homebrew/dev-cmd/audit.rb
...
audit license: suppress missing license problem unless it is a new_formula
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-19 04:17:35 +08:00
Lionell Loh Jian An
b2cccfcf68
Apply suggestions from code review
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-19 04:00:08 +08:00
Lionell Loh Jian An
a0b0c77ee8
audit license: use present instead of blank
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-19 03:58:34 +08:00
Lionell Loh Jian An
b08d958064
"license id" -> "license"
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-19 03:39:05 +08:00
Lionell Loh Jian An
eca528cccc
util github: remove nil as that is already expected behaviour
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-19 03:38:36 +08:00
Lionell Loh Jian An
7744f181b9
Update Library/Homebrew/dev-cmd/audit.rb
...
Formatting change
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-19 03:37:31 +08:00
Sean Molenaar
3f6d3e5cf0
Support casks in readall
2020-06-18 20:15:07 +02:00
Caleb Xu
2e6b8d65b3
extract: fix typo
2020-06-18 11:19:04 -04:00
Caleb Xu
a53c92bd7f
Cache commands list for faster shell completions
2020-06-18 11:06:31 -04:00
Alexander Bayandin
4d27c32d44
Revert "Merge pull request #7722 from Bo98/java-improvements"
...
This reverts commit 91b4d450703bcc2de6dce22eb5fdecb5a843f92e, reversing
changes made to c98901132595178b6261cbe2d51ab732dd77dac4.
2020-06-18 12:23:02 +01:00
Mike McQuaid
b37520cc01
Merge pull request #7761 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.0.3.2
...
build(deps): bump activesupport from 6.0.3.1 to 6.0.3.2 in /Library/Homebrew
2020-06-18 08:54:04 +01:00
Shaun Jackman
b4fc3ead1e
update-reset: Use the default branch origin/HEAD
...
Use the default branch of the repo, origin/HEAD.
2020-06-17 17:26:15 -07:00
Shaun Jackman
aeafbd1c8f
Merge pull request #7758 from sjackman/origin-head
...
update: Fetch the symbolic reference origin/HEAD
2020-06-17 17:09:23 -07:00
Issy Long
2608755ac5
Merge pull request #7709 from dawidd6/auto-mirroring
...
bintray: automatically run brew mirror if needed
2020-06-17 20:09:30 +01:00
Issy Long
624efee174
Merge pull request #7764 from vidusheeamoli/resolve-srb-errors
...
Resolve errors reported by Sorbet
2020-06-17 18:24:27 +01:00
vidusheeamoli
5b877cdd96
gitignore: add sorbet/errors.txt
2020-06-17 22:19:54 +05:30