18967 Commits

Author SHA1 Message Date
Markus Reiter
5b090a7d7b
Merge pull request #8356 from reitermarkus/desc-length
Don't take name into account when calculating description length.
2020-08-16 21:30:11 +02:00
Rui Chen
0fd917d508 add ipython into update-python-resources blocklist 2020-08-15 17:30:37 -04:00
Dawid Dziurla
36f3e09669
bump-revision: allow multiple formulae to be specified 2020-08-15 10:43:29 +02:00
Markus Reiter
750e299d49 Don't take name into account when calculating description length. 2020-08-15 00:16:56 +02:00
Maxim Belkin
7d78949479
Merge pull request #8340 from maxim-belkin/code-reorg-utils-ruby-sh
utils/ruby.sh: reoganize code
2020-08-14 16:56:51 -05:00
Sean Molenaar
5d38cd7296
cask/list: fix artifact list 2020-08-14 23:12:17 +02:00
dependabot-preview[bot]
09ea82c5d5
build(deps): bump sorbet-runtime in /Library/Homebrew
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.5866 to 0.5.5869.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-14 20:40:33 +00:00
Issy Long
f7331100d3
Merge pull request #8344 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.5869
build(deps): bump sorbet from 0.5.5866 to 0.5.5869 in /Library/Homebrew
2020-08-14 21:39:22 +01:00
Dawid Dziurla
d99ac0b633
Merge pull request #8353 from jjergus/bump-fix
bump-formula-pr: fix regression when formula.tap is nil
2020-08-14 21:26:32 +02:00
jjergus
8fb6218d05
bump-formula-pr: fix regression when formula.tap is Nil 2020-08-14 11:42:50 -07:00
Markus Reiter
99109738bf
Merge pull request #8352 from reitermarkus/negative-flags
Fix parsing of negative options.
2020-08-14 20:37:47 +02:00
William Ma
c8016f6c0a named args: add method tests 2020-08-14 14:10:55 -04:00
Markus Reiter
4c833b241d Fix parsing of negative options. 2020-08-14 20:03:15 +02:00
William Ma
13bc69385c args: Move named args parsing to separate class 2020-08-14 13:49:03 -04:00
Markus Reiter
4eff378d09 Refactor and document CxxStdlib. 2020-08-14 18:50:17 +02:00
Markus Reiter
d50dc2e1bb Refactor and document Homebrew::Diagnostic. 2020-08-14 18:46:43 +02:00
Markus Reiter
b5363025a6 Refactor and document BuildEnvironment. 2020-08-14 18:41:44 +02:00
Mike McQuaid
535e7dc836
Merge pull request #8302 from MLH-Fellowship/deprecate-cask-cmds
home: Deprecate brew cask home
2020-08-14 17:15:05 +01:00
William Ma
39c2f8582d home: Add disclaimer for opening formula that shadows cask 2020-08-14 11:02:30 -04:00
William Ma
2f68aad417 home: Deprecate brew cask home 2020-08-14 11:02:30 -04:00
Maxim Belkin
cfbc09f3c1 utils/ruby.sh: move 'advice' var to Linux.
Also change 'usable_ruby()' to 'unusable_ruby()'

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-08-14 12:37:10 +00:00
Dawid Dziurla
d5c8f2e102
pr-pull: pass --keep-old option to pr-upload
also fix typo in `--root-url` option
2020-08-14 13:40:21 +02:00
Dawid Dziurla
0227ac5b11
Merge pull request #8338 from SeekingMeaning/bump-formula-pr/patch-resource-warnings
bump-formula-pr: add warnings for patches and resources
2020-08-14 11:25:18 +02:00
dependabot-preview[bot]
ac2537bac0
build(deps): bump sorbet from 0.5.5866 to 0.5.5869 in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.5866 to 0.5.5869.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-14 05:36:53 +00:00
Markus Reiter
1f9130e070 Remove references to brew-cask from brew man page. 2020-08-14 05:35:34 +02:00
Maxim Belkin
50f47e88ec utils/ruby.sh: reoganize code
Moved OS-specific logic to functions:
 - `find_ruby`: returns (via echo) Ruby that can be used
 - `usable_ruby`: checks whether Ruby satisfies Homebrew

Pre-create OS-specific error messages:
 - `upgrade_fail`: message that is printed when Homebrew fails to upgrade
   vendor Ruby
 - `install_fail`: message that is printed when Homebrew fails to install
   vendor Ruby

Unconditionally set `TERMINFO_DIRS` when installing/upgrading vendor Ruby
**but** export it on Linux only.

Motivation: move OS-specific logic to functions so that it's easier to
understand the main steps.
2020-08-13 23:57:23 +00:00
Seeker
8df618958d bump-formula-pr: add warnings for patches and resources 2020-08-13 16:05:50 -07:00
Seeker
c983d85eea bump-formula-pr: add determine_mirror helper method 2020-08-13 16:05:09 -07:00
Markus Reiter
3b2a9c3b55
Merge pull request #8335 from waldyrious/show-cask-descs-in-info-command
Show cask description in `brew cask info` command
2020-08-14 00:52:27 +02:00
Maxim Belkin
d33691dcdb
brew.sh: don't suppress stderr for 'locale charmap'
Co-authored-by: Shaun Jackman <sjackman@gmail.com>
2020-08-13 17:08:06 -05:00
Waldir Pimenta
53932185e6 Show cask description as None if not present 2020-08-13 22:21:10 +01:00
Waldir Pimenta
619af6a723 Show cask description in brew cask info command 2020-08-13 22:21:10 +01:00
Waldir Pimenta
efbfb90c42 Use cask with name for basic info command test
Also add non-dummy URL in the test fixture, to match the name, version, etc.
2020-08-13 22:21:10 +01:00
Markus Reiter
60c4e22eb0 Add missing help methods for external cask commands. 2020-08-13 22:25:13 +02:00
Markus Reiter
7bc9b3f2b7
Merge pull request #8239 from reitermarkus/cask-cli-parser
Use `CLI::Parser` for `cask` commands.
2020-08-13 21:42:51 +02:00
Markus Reiter
62ae16bfa8 Allow iOS and iPhone at the beginning of descriptions. 2020-08-13 18:18:03 +02:00
Elizabeth Tackett
ed23eb1fab update repology for changes to GitHub module 2020-08-13 09:56:41 -05:00
Mike McQuaid
d2fc08d942
GitHub Actions cleanup
- Add consistent spacing
- Remove `pull_request: []` warning
- remove identical, implicit `name` usage
- use `actions/cache@v1` for compatibility
2020-08-13 14:54:22 +01:00
Elizabeth Tackett
05d03a3909 remove duplicate methods 2020-08-13 08:37:26 -05:00
Baffour Adu Boampong
6c266a6964
Merge branch 'master' into mlh-outdated-packages 2020-08-13 13:18:08 +00:00
Maxim Belkin
bab43d4cc8
brew.sh: use 'command -v' instead of 'which'
Co-authored-by: Shaun Jackman <sjackman@gmail.com>
2020-08-13 06:59:39 -05:00
Mike McQuaid
a023b9b455
Merge pull request #8327 from dtrodrigues/rate-limit
docs: update GitHub rate limit URL
2020-08-13 08:56:33 +01:00
Mike McQuaid
e2a2d791ba
Merge pull request #8321 from dtrodrigues/prerelease-tag
audit: check GitHub tags for prerelease status
2020-08-13 08:52:55 +01:00
Mike McQuaid
f9bbf4495c
Merge pull request #8326 from reitermarkus/deprecate-cask-eid
Add `cask-eid` to list of deprecated taps.
2020-08-13 08:52:14 +01:00
Mike McQuaid
34972abfa1
Merge pull request #8325 from maxim-belkin/utils-ruby-local-variables
utils/ruby.sh: test_ruby(): keep temporary variables local
2020-08-13 08:49:27 +01:00
Dustin Rodrigues
35a27bfe9c docs: update GitHub rate limit URL 2020-08-12 23:51:12 -04:00
Markus Reiter
b48bc316e0 Use CLI::Parser for cask commands. 2020-08-13 05:15:15 +02:00
Markus Reiter
72ce3fabe2 Add cask-eid to list of deprecated taps. 2020-08-13 04:24:37 +02:00
Dustin Rodrigues
0bf7773a0b audit: add existing prerelease formulae to allowlist 2020-08-12 21:34:07 -04:00
Dustin Rodrigues
4723e65056 audit: check formula version against prerelease allowlist version 2020-08-12 21:33:37 -04:00