Markus Reiter
|
1d0ac5c6b3
|
Pass args correctly in brew outdated.
|
2020-07-31 19:34:22 +02:00 |
|
Markus Reiter
|
005e9dd5b3
|
Pass args correctly in brew options.
|
2020-07-31 19:24:13 +02:00 |
|
Markus Reiter
|
62a080d410
|
Pass args correctly in brew gist-logs.
|
2020-07-31 19:19:37 +02:00 |
|
Markus Reiter
|
0ac6939a91
|
Pass args correctly in brew fetch.
|
2020-07-31 19:14:25 +02:00 |
|
Markus Reiter
|
096377abf2
|
Pass args correctly in brew deps and brew uses.
|
2020-07-31 19:10:45 +02:00 |
|
Markus Reiter
|
9c65a73893
|
Pass args correctly in brew bottle.
|
2020-07-31 18:58:07 +02:00 |
|
Markus Reiter
|
b6a326f6ee
|
Run brew man to update brew bundle manpage.
|
2020-07-31 17:59:45 +02:00 |
|
Markus Reiter
|
0de9eb0382
|
Rename split_double_dash to split_non_options.
|
2020-07-31 17:46:54 +02:00 |
|
Markus Reiter
|
be2d19fe07
|
Refactor handling of formula options in CLI::Parser.
|
2020-07-31 17:46:54 +02:00 |
|
Markus Reiter
|
05aada4333
|
Fix flags for brew log.
|
2020-07-31 17:46:54 +02:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|