Mike McQuaid
e4af3a9669
Merge pull request #8153 from MikeMcQuaid/homebrew-core-audit
...
workflows/tests: run brew audit on homebrew/core.
2020-07-31 17:42:35 +01:00
Mike McQuaid
20e1126f2c
Merge pull request #8150 from kiendang/cask-upgrade-error
...
Prepend cask name to cask upgrade error message
2020-07-31 17:31:04 +01:00
Bo Anderson
2c9c876eb8
codecov.yml: mark patch status as informational
2020-07-31 17:19:20 +01:00
Rylan Polster
53a27185a6
Merge pull request #8146 from Rylan12/update-python-resources-fix
...
update-python-resources: add --no-cache-dir flag
2020-07-31 12:18:00 -04:00
Mike McQuaid
ea5d52e788
audit: linuxbrew-core fixes.
...
- special-case `adoptopenjdk@1.8`
- allow depending on versioned formulae aliases.
2020-07-31 17:03:31 +01:00
Mike McQuaid
8f4188926a
workflows/tests: run brew audit on homebrew/core.
...
Run brew audit without Git, style (RuboCop) or online checks for
homebrew/core. This is fast enough now (takes under a minute on my
machine) and these are the audit failures we should never accept
failures on (or introduce new ones without fixing them first).
2020-07-31 17:03:31 +01:00
Markus Reiter
b6a326f6ee
Run brew man
to update brew bundle
manpage.
2020-07-31 17:59:45 +02:00
Bo Anderson
92cee70cbd
utils/pypi: don't require pipgrip unless we are using it
2020-07-31 16:56:21 +01:00
Rylan Polster
8e370b35fa
Merge pull request #8147 from Rylan12/bump-formula-pr-pypi-version
...
bump-formula-pr: handle pypi url version changes
2020-07-31 11:55:50 -04:00
Elizabeth Tackett
ce721f43a8
display version data when formula is up-to-date
2020-07-31 10:52:37 -05: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
William Ma
e05538a7d9
Create DependenciesHelpers file, add tests
2020-07-31 11:35:45 -04:00
Rylan Polster
ec7be559f4
Refactor package name and url logic to PyPI module
2020-07-31 10:10:07 -04:00
Kien Dang
69189721db
Prepend cask name to cask upgrade error message
2020-07-31 21:51:47 +08: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
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