22820 Commits

Author SHA1 Message Date
Markus Reiter
4381c32524 Add test for parsing with ignore_invalid_options. 2020-07-31 15:07:17 +02:00
Markus Reiter
d4c2ffd705 Refactor CLI::Parser. 2020-07-31 15:07:17 +02:00
Mike McQuaid
acd5e58363
Merge pull request #8143 from Bo98/formula-each
formula: don't catch errors in the Formula.each yield
2020-07-31 11:15:49 +01:00
Seeker
0e4b258b56 bump-formula-pr: add bump- prefix to branch 2020-07-31 00:26:11 -07:00
Vítor Galvão
a7276adc10
Merge pull request #8140 from miccal/caskstyle
rubocop.yml: cask fixes for new style
2020-07-31 01:39:42 +01:00
Rylan Polster
020ce249ee bump-formula-pr: handle pypi url version changes 2020-07-30 19:05:43 -04:00
Baffour Adu Boampong
82787c8499 Brew style fix 2020-07-30 22:59:54 +00:00
Baffour Adu Boampong
5f19a53195 Refactor bump.rb methods into seperate modules 2020-07-30 22:58:30 +00:00
Rylan Polster
03cf0e0180 update-python-resources: add --no-cache-dir flag 2020-07-30 14:26:27 -04:00
Markus Reiter
c115d59b26
Merge pull request #8138 from MikeMcQuaid/deps_cask_dependent
cmd/deps: add missing require.
2020-07-30 19:21:37 +02:00
William Ma
7be2b943cb uses: Print cask uses 2020-07-30 12:59:01 -04:00
Rylan Polster
f4f4d911c0
Merge pull request #8139 from Rylan12/bump-revision-fix
bump-revision: fixes for new style and license dsl
2020-07-30 12:21:02 -04:00
Bo Anderson
71f9ec79c7 formula: don't catch errors in the Formula.each yield 2020-07-30 17:09:07 +01:00
Mike McQuaid
a8fdb8c169
Merge pull request #8141 from Bo98/recursive-fix
dependencies: fix error in recursive_includes
2020-07-30 16:48:07 +01:00
Bo Anderson
a7e692e7bc dependencies: fix error in recursive_includes 2020-07-30 16:12:57 +01:00
miccal
633dea1bb1 rubocop.yml: cask fixes for new style 2020-07-30 22:10:53 +08:00
Rylan Polster
bdc8438f7c bump-revision: update revision syntax 2020-07-30 09:32:29 -04:00
Rylan Polster
1ac470fe7a bump-revision: handle array of licenses
Allowing multiple licenses meant that `formula.license` returned an
array. This converts that array to the appropriate format for
`bump-revision`
2020-07-30 09:30:44 -04:00
Mike McQuaid
17fb1b6dd8
cmd/deps: add missing require.
Fixes https://github.com/Homebrew/brew/pull/8126#issuecomment-666345260
2020-07-30 14:20:58 +01:00
Markus Reiter
8d97029b03
Merge pull request #8084 from reitermarkus/cli-parser
Refactor usage of global `Homebrew.args`.
2020-07-30 11:44:12 +02:00
Mike McQuaid
4888a677c7
Merge pull request #8126 from MLH-Fellowship/integrate-deps
deps: Print cask dependencies
2020-07-30 10:20:30 +01:00
Markus Reiter
e07b02fde2 Comment BUILD_FLAGS. 2020-07-30 10:12:34 +02:00
Markus Reiter
08e35e9cb4 Refactor FormulaLoader#get_formula. 2020-07-30 10:07:53 +02:00
Markus Reiter
6b0678e8ed Remove args from FormulaInstaller. 2020-07-30 03:21:12 +02:00
Markus Reiter
05365b5542 Pass args more explicitly in FormulaInstaller. 2020-07-30 03:21:12 +02:00
Markus Reiter
c470a6ff43 Pass args directly to prevent_build_flags. 2020-07-30 03:21:12 +02:00
Markus Reiter
36458b2356 Remove unnecessary check. 2020-07-30 03:21:12 +02:00
Markus Reiter
bdb986f572 Revert unnecessary change. 2020-07-30 03:21:12 +02:00
Markus Reiter
20bd4280ff Pass args.cc to Install. 2020-07-30 03:21:12 +02:00
Markus Reiter
ca18a72673 Refactor output_unsupported_error. 2020-07-30 03:21:12 +02:00
Markus Reiter
db467497ca Fix indentation. 2020-07-30 03:21:12 +02:00
Markus Reiter
620ca4177e Pass args to FormulaInstaller instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
919adcc216 Pass args in update-report instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
e14506e589 Pass args in uninstall instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
b3eca532fc Pass args in install instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
8d52fa909f Pass args in postinstall instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
3a60d50bd3 Pass args in reinstall instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
291eee74c4 Pass args in style instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
bd0346e083 Pass args in pr-automerge instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
e9ade913c4 Pass args in man instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
28b007e24b Pass args in audit instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
24eff8f81a Pass args in SoftwareSpec instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
f8934c0255 Pass args in Install and Messages instead of using global args. 2020-07-30 03:21:12 +02:00
Baffour Adu Boampong
63b19c3518 Brew style fixes 2020-07-30 01:19:59 +00:00
Baffour Adu Boampong
1377c69016 Change how pr listing 2020-07-30 01:15:37 +00:00
William Ma
f96240eec7 deps: Add tests for CaskDependent 2020-07-29 13:37:38 -04:00
Rylan Polster
2b33f995f3
Merge pull request #8059 from Rylan12/pypi-poet-migration
dev-cmd: add update-python-resources command
2020-07-29 10:15:38 -04:00
Rylan Polster
b3ae5405e9 bump-formula-pr: call update-python-resources 2020-07-29 09:50:16 -04:00
Rylan Polster
c1ba64677f create: call update-python-resources for --python 2020-07-29 09:50:16 -04:00
Rylan Polster
2d086013f9 dev-cmd: add update-python-resources command 2020-07-29 09:50:16 -04:00