FX Coudert
5818b28479
Merge pull request #10132 from fxcoudert/arm-warning
...
Remove warning on ARM
2020-12-24 15:34:33 +01:00
Alexander Bayandin
2aaa83d398
formula_auditor: check for aliases only core formulae
2020-12-24 13:59:59 +00:00
Issy Long
570a660758
cli/parser: Only prefix short options with one dash
...
- This avoids error messages like:
```
➜ brew list -l
Error: Invalid usage: `--l` cannot be passed without `--formula`.
```
2020-12-24 13:33:37 +00:00
Issy Long
1b4646dee4
cmd/list: Limit -lrt
options to being passed with --formula
...
- These are documented as only working on formulae, but users expect the
same options (long format, reverse order or sort by modified time) to
be passed to both formulae and casks in the default `brew list`. The
output looks weird as they're not. Hence, constrain these to be
`--formula`-only.
- This was added originally in 5adb76a5babdccd2c4edfb8752ac979ed14716ca,
but then disappeared.
2020-12-24 13:33:36 +00:00
Francois-Xavier Coudert
b02acb37c0
Remove warning on ARM
2020-12-24 14:15:03 +01:00
Mike McQuaid
a2ae6f81d7
Merge pull request #10112 from carlocab/big-sur-sdk-path-v2
...
os/mac/sdk: parse version from SDKSettings.json
2020-12-24 13:09:44 +00:00
FX Coudert
e69a54d0d8
Merge pull request #10110 from fxcoudert/unbottled
...
unbottled: improve output
2020-12-24 13:54:15 +01:00
Mike McQuaid
4135c0abca
Merge pull request #10083 from xu-cheng/cask-conflict-check-tap
...
cask/installer: do not install tap during conflict checking
2020-12-24 12:44:23 +00:00
Michka Popoff
7b24507440
Merge pull request #10130 from iMichka/prefixes
...
bottle --merge: check for all cellars
2020-12-24 12:52:08 +01:00
Michka Popoff
a704abc6dc
bottle --merge: check for all cellars
2020-12-24 12:12:23 +01:00
Jonathan Chang
ab1d39966c
Merge pull request #10122 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2020-12-24 22:12:05 +11:00
Michka Popoff
78e5ad0ae7
Merge pull request #10102 from SeekingMeaning/bottle-merge
...
bottle: add merge_bottle_spec helper function
2020-12-24 11:20:40 +01:00
Seeker
4f2b74a149
bottle: fix --merge test failure
2020-12-24 10:45:20 +01:00
Seeker
1ea8b82a54
bottle: add merge_bottle_spec helper function
2020-12-24 10:45:20 +01:00
Rylan Polster
e6e76a403a
Merge pull request #10118 from Rylan12/fix-style-on-os-blocks
...
style: fix on_macos/on_linux resource block checks
2020-12-23 22:34:54 -05:00
Markus Reiter
d535fe3030
Merge pull request #10125 from reitermarkus/sparkle
...
Fix `Sparkle` strategy.
2020-12-24 04:11:14 +01:00
Markus Reiter
bf7efb369c
Fix Sparkle
strategy.
2020-12-24 03:33:14 +01:00
Rylan Polster
b5cc723d33
tests/rubocops/components_order: fix test descriptions
2020-12-23 21:05:50 -05:00
BrewTestBot
42ae6adcbe
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2020-12-24 01:22:19 +00:00
Rylan Polster
a8faeef64d
Merge pull request #10108 from Rylan12/add-depreacte-disable-date
...
formula: add deprecation_date and disable_date methods
2020-12-23 19:36:02 -05:00
Seeker
4924b7633c
components_order: allow if-else statements inside on_os blocks
...
Co-Authored-By: Rylan Polster <rslpolster@gmail.com>
2020-12-23 19:28:11 -05:00
Alexander Bayandin
1e68ce5a3f
formula_auditor: do not allow depending on aliases
2020-12-23 23:29:45 +00:00
Rylan Polster
27ce5754c9
style: fix on_macos/on_linux resource block checks
2020-12-23 17:04:24 -05:00
Rylan Polster
cb8e9a695f
Merge pull request #10087 from Rylan12/migrate-shared-audit-exceptions
...
audit: migrate shared audits to taps
2020-12-23 16:36:42 -05:00
Issy Long
e041468375
Merge pull request #10100 from issyl0/use-rspec-github-gem
...
Replace `test/support/github_formatter` with `rspec-github` gem
2020-12-23 18:34:47 +00:00
Rylan Polster
9fd2319afa
update-report: add links to changelog and blog
2020-12-23 12:06:28 -05:00
Rylan Polster
76c69b7bb3
release-notes: add message directing users to the blog.
2020-12-23 11:17:51 -05:00
carlocab
c77c942291
os/mac/sdk: parse version from SDKSettings.json
...
This implements feedback from https://github.com/Homebrew/brew/pull/10072 .
2020-12-23 15:17:45 +00:00
Rylan Polster
5f10a8ea76
formula: add disable/deprecation dates and reasons to json output
2020-12-23 09:56:46 -05:00
hyuraku
0b574eff90
search: add two options
2020-12-23 23:06:02 +09:00
Francois-Xavier Coudert
93cfc27660
unbottled: improve output
2020-12-23 14:45:11 +01:00
Mike McQuaid
d6692d2883
Merge pull request #10097 from iMichka/bottle-write-test2
...
bottle --merge: add more write tests
2020-12-23 13:44:03 +00:00
FX Coudert
7d46fb8f79
Merge pull request #10106 from samford/strategy-handle-redirections-open-uri
...
Strategy: Manually handle redirections
2020-12-23 14:11:45 +01:00
Seeker
943ee39981
Merge pull request #10064 from SeekingMeaning/ast
...
utils: add AST helper functions for editing formulae
2020-12-23 02:38:22 -08:00
Michka Popoff
75491b7906
bottle --merge: add more write tests
...
In preparation for #9315
2020-12-23 10:34:16 +01:00
Mike McQuaid
379371ffa4
Merge pull request #10092 from jonchang/big-sur-processors
...
hardware: optimize Big Sur bottles for Ivy Bridge
2020-12-23 09:29:16 +00:00
Mike McQuaid
0c973de749
Merge pull request #10107 from Homebrew/dependabot/bundler/Library/Homebrew/codecov-0.2.15
...
build(deps): bump codecov from 0.2.12 to 0.2.15 in /Library/Homebrew
2020-12-23 09:19:33 +00:00
Rylan Polster
2eb34b0b27
formula: add deprecation_date and disable_date methods
2020-12-23 02:58:14 -05:00
BrewTestBot
087e49bf31
Update RBI files for codecov.
2020-12-23 06:52:10 +00:00
BrewTestBot
87ec160ac4
brew vendor-gems: commit updates.
2020-12-23 06:51:22 +00:00
dependabot[bot]
550d47a8c5
build(deps): bump codecov from 0.2.12 to 0.2.15 in /Library/Homebrew
...
Bumps [codecov](https://github.com/codecov/codecov-ruby ) from 0.2.12 to 0.2.15.
- [Release notes](https://github.com/codecov/codecov-ruby/releases )
- [Changelog](https://github.com/codecov/codecov-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-ruby/compare/v0.2.12...v0.2.15 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-23 06:21:59 +00:00
Seeker
4520c05957
bump-revision: use Utils::AST
2020-12-22 22:05:23 -08:00
Seeker
aaf7bc2bc5
utils: add AST helper functions for editing formulae
2020-12-22 22:05:23 -08:00
Sam Ford
12afb272bb
Strategy: Manually handle redirections
2020-12-23 00:35:27 -05:00
Jonathan Chang
c8210ac3c7
Merge pull request #10103 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2020-12-23 13:51:40 +11:00
BrewTestBot
668f0475eb
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2020-12-23 01:50:04 +00:00
Cheng XU
72a346e6c8
cask/installer: do not install tap during conflict checking
...
If the tap of the conflicted cask is not installed, we should just skip it.
This matches the behavior of formula installation.
Without this, running `brew install dropbox` would result to install
the `homebrew/cask-versions` tap.
Fixes #9125 .
2020-12-22 15:32:11 -08:00
Issy Long
3c2467fc3d
Replace test/support/github_formatter
with rspec-github
gem
...
- This was a TODO in `test/support/github_formatter.rb` and the PR it
referenced had been merged.
2020-12-22 18:03:01 +00:00
Markus Reiter
53ef74f674
Merge pull request #10068 from reitermarkus/bitbucket-strategy
...
Use more exact regex for `Bitbucket` strategy.
2020-12-22 18:21:11 +01:00
Rylan Polster
da29827a87
audit: cleanup shared audit exception handling
2020-12-22 10:51:29 -05:00