19665 Commits

Author SHA1 Message Date
Mike McQuaid
f2d62d7972
Merge pull request #6730 from Homebrew/dependabot/bundler/Library/Homebrew/tins-1.22.2
build: bump tins from 1.22.0 to 1.22.2 in /Library/Homebrew
2019-11-13 16:27:19 +00:00
Mike McQuaid
460da9f80d
Merge pull request #6728 from MikeMcQuaid/upgrade-indempotent
upgrade: don't error if already installed.
2019-11-13 16:18:00 +00:00
dependabot-preview[bot]
b06db563ae
build: bump html-pipeline from 2.12.0 to 2.12.1 in /docs
Bumps [html-pipeline](https://github.com/jch/html-pipeline) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/jch/html-pipeline/releases)
- [Changelog](https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jch/html-pipeline/compare/v2.12.0...v2.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-13 16:07:23 +00:00
hyuraku
af59951c0e fix style 2019-11-13 23:00:32 +09:00
hyuraku
1afd271a13 check whether args is valid
whether args days is in valid_days and args category is in valid_categories
2019-11-13 22:51:57 +09:00
dependabot-preview[bot]
0808db7de1
build: bump tins from 1.22.0 to 1.22.2 in /Library/Homebrew
Bumps [tins](https://github.com/flori/tins) from 1.22.0 to 1.22.2.
- [Release notes](https://github.com/flori/tins/releases)
- [Commits](https://github.com/flori/tins/compare/v1.22.0...v1.22.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-13 09:17:39 +00:00
Mike McQuaid
5904aab98a
Merge pull request #6622 from zachauten/argv_kegs
Moved kegs from ARGV to args.rb
2019-11-13 00:22:09 +00:00
Mike McQuaid
9d2cb8e9b3
upgrade: don't error if already installed.
I've been convinced idempotency is a good thing for this command so this
would be a good thing to get out for 2.2.0.
2019-11-12 16:18:54 -08:00
Mike McQuaid
a6f244dfc7
Merge pull request #6726 from Homebrew/dependabot/bundler/docs/rake-13.0.1
build: bump rake from 13.0.0 to 13.0.1 in /docs
2019-11-11 21:48:41 -08:00
Mike McQuaid
2e0c703cb6
Merge pull request #6722 from evgkrsk/patch-1
Update brew.sh: hide printf's stderr in numeric()
2019-11-11 21:26:57 -08:00
Mike McQuaid
dbacd804db
Merge pull request #6724 from Homebrew/dependabot/bundler/docs/ffi-1.11.2
build: bump ffi from 1.11.1 to 1.11.2 in /docs
2019-11-11 21:15:06 -08:00
dependabot-preview[bot]
b35c572d27
build: bump rake from 13.0.0 to 13.0.1 in /docs
Bumps [rake](https://github.com/ruby/rake) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v13.0.0...v13.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-12 05:14:05 +00:00
Mike McQuaid
7b77dc4d0c
Merge pull request #6725 from MikeMcQuaid/remove-cat
os/mac: remove MacOS.cat.
2019-11-12 04:59:19 +00:00
dependabot-preview[bot]
023e762f13
build: bump ffi from 1.11.1 to 1.11.2 in /docs
Bumps [ffi](https://github.com/ffi/ffi) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ffi/ffi/compare/1.11.1...1.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-11 20:50:06 +00:00
Mike McQuaid
5595deaec6
os/mac: remove MacOS.cat.
None of the supported versions are "cats" any more.
2019-11-11 19:20:17 +00:00
Evgenii Terechkov
8bf9bbfd1c
Update brew.sh: hide printf's stderr in numeric()
Avoid #6721 and similar confusing messages during version comparison by hiding printf's stderr (printf woks anyway).
2019-11-11 20:31:59 +07:00
Mike McQuaid
20cf2afede
Merge pull request #6720 from MikeMcQuaid/upgrade-broken-fix
upgrade: fix handling broken dependents.
2019-11-11 11:37:39 +00:00
Mike McQuaid
e8c241f56c
upgrade: fix handling broken dependents.
Ensure that we use the keg for checking linkage but that the dependents
returned are still formulae.

Fixes #6715.
2019-11-11 10:08:08 +00:00
Zach Auten
fd429d0d75 Moved kegs from ARGV to args.rb 2019-11-09 11:56:47 -05:00
hyuraku
8244a869f6 add empty line after guard clause 2019-11-09 13:11:55 +09:00
hyuraku
ff94e64ee6 info --analytics handle days and category args 2019-11-09 13:08:28 +09:00
Steven Peters
e2c76cce8e
Merge pull request #6713 from papz/master
'upradable' typo for 'upgradeable_dependents'
2019-11-07 09:11:56 -08:00
Paul
2e55eac802
'upradable' typo for 'upgradeable_dependents' 2019-11-07 22:58:02 +07:00
Mike McQuaid
7f3db8bfac
Merge pull request #6708 from Bo98/bottle-dotfiles
formula_installer: copy hidden files into bottles.
2019-11-07 15:25:03 +00:00
Bo Anderson
b4f8671849 formula_installer: copy hidden files into bottles. 2019-11-07 14:47:15 +00:00
Markus Reiter
6521dbbad7
Merge pull request #6682 from reitermarkus/openjdk
Allow `JAVA_HOME` in formulae depending on `openjdk`.
2019-11-06 23:24:54 +01:00
Mike McQuaid
f7e7e32f1c
Merge pull request #6707 from MikeMcQuaid/portable-ruby-test-fixes
test: re-enable portable Ruby tests.
2019-11-06 20:32:42 +00:00
Mike McQuaid
4873c490e0
Merge pull request #6705 from MikeMcQuaid/system-improve-verbose-output
utils#system: improve verbose output.
2019-11-06 17:11:39 +00:00
Mike McQuaid
52e0eb0dec
Merge pull request #6703 from MikeMcQuaid/cleanup-more-cask-errors
cleanup: rescue more cask errors.
2019-11-06 17:11:08 +00:00
Mike McQuaid
eb0be5f6fe
test: re-enable portable Ruby tests.
Let's try to get these working again.
2019-11-06 15:36:28 +00:00
Mike McQuaid
f3afedb4ff
utils#system: improve verbose output.
This previously output the hilarious long and unnecessary LOAD_PATH.
2019-11-06 15:25:51 +00:00
Mike McQuaid
176297d361
Handle 2.2.0 deprecations/disableds
- Make all `odeprecated` from 2.1.0 `odisabled` instead
- Remove dead code that won't be run now
- Remove (unused) `or_later` handling for bottles
2019-11-06 15:25:40 +00:00
Mike McQuaid
95a1c8570a
cleanup: rescue more cask errors.
This will avoid a wider degree of failures.
2019-11-06 15:25:29 +00:00
Mike McQuaid
e80008d6de
Merge pull request #6706 from MikeMcQuaid/fix-tests
Fix some tests
2019-11-06 15:24:21 +00:00
Mike McQuaid
6a33959888
test/subversion: fix subversion paths/detection. 2019-11-06 14:58:33 +00:00
Mike McQuaid
924af100b7
cask/pkg_spec: remove flaky test. 2019-11-06 14:28:05 +00:00
Mike McQuaid
a4b3518dd5
Merge pull request #6700 from MikeMcQuaid/outdated_kegs_cache_refactor
formula: refactor outdated_kegs logic.
2019-11-06 12:09:06 +00:00
Mike McQuaid
102837e72c
Merge pull request #6701 from MikeMcQuaid/upgrade-tweak-dependent-messaging
upgrade: tweak dependent messaging.
2019-11-06 12:01:42 +00:00
Mike McQuaid
ee1cbfc8d3
formula: refactor outdated_kegs logic.
- Use the `Formula.cache` and `Cacheable` rather than rolling our own.
- Use keyword arguments instead of `options = {}`
- Improve readability in general
2019-11-06 11:49:31 +00:00
Mike McQuaid
ed27f237c2
Merge pull request #6699 from MikeMcQuaid/deps_refactor_openstruct
deps: refactor weird OpenStruct usage.
2019-11-06 11:44:17 +00:00
Mike McQuaid
81e6359aeb
upgrade: tweak dependent messaging.
Output more without requiring `--verbose` and update the messages to
make clear what we're looking for and what we found/didn't find.

This is a little more noisy but it should help explain any delays to
users and make it more obvious what's failed if something does.
2019-11-06 11:38:17 +00:00
Mike McQuaid
1224f56511
deps: refactor weird OpenStruct usage. 2019-11-06 11:10:22 +00:00
Mike McQuaid
918224ce1a
Merge pull request #6696 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.0.1
build: bump activesupport from 5.2.3 to 6.0.1 in /Library/Homebrew
2019-11-06 11:06:58 +00:00
Mike McQuaid
2e842595e0
Merge pull request #6698 from MikeMcQuaid/upgrade-dependents-performance
Improve upgrade dependents check performance, reliability and readability
2019-11-06 11:06:43 +00:00
Mike McQuaid
1d41481d2d
Merge pull request #6697 from dawidd6/docker-group-writable
Dockerfile: make the prefix group writable
2019-11-06 10:42:35 +00:00
Mike McQuaid
6670ae6202
global: require rubygems for activesupport. 2019-11-06 10:36:40 +00:00
Mike McQuaid
e12a7b0808
upgrade: simply check_dependents, remove recursion. 2019-11-06 10:21:31 +00:00
Mike McQuaid
b6116c5a03
deps: use Formulary factory cache. 2019-11-06 10:21:28 +00:00
Mike McQuaid
f24356f015
uses: refactor to improve performance 2019-11-06 10:20:57 +00:00
Mike McQuaid
22795d7e30
spec_helper: do cache clearing in single location. 2019-11-06 10:20:57 +00:00