hyuraku
2f870fa670
move cask/cmd/upgrade_spec to cask/upgrade
2023-03-09 20:41:22 +09:00
hyuraku
19f83ef67f
move cask/cmd/upgrade to cask/upgrade
2023-03-09 20:40:20 +09:00
Dawid Dziurla
8824fc2c27
Merge pull request #14932 from Homebrew/skopeo-retry-backoff
...
github_packages: additional retry of skopeo copy with backoff
2023-03-09 10:47:22 +01:00
Mike McQuaid
4db1cbbfe0
Merge pull request #14930 from g0t4/cat_mention_brew_info_github
...
include `--cask` or `--formula` in `brew info --github` suggestion
2023-03-09 09:00:22 +00:00
Dawid Dziurla
c4cf2d208e
github_packages: reduce skopeo retry times to 2
2023-03-09 09:42:43 +01:00
Dawid Dziurla
de98ad53cc
github_packages: additional retry of skopeo copy with backoff
2023-03-09 09:17:24 +01:00
Wes Higbee
0b7d22a201
inlucde treat as --cask(s)/--formula(e) args in suggestion
2023-03-08 18:53:20 -06:00
Issy Long
3a83b5492c
rubocop: Clean up Style/BlockDelimiters
excludes and autofix offenses
...
- The defaults of using "do ... end" for multi-line blocks everywhere is
good, better than switching everything to braces everywhere.
2023-03-08 23:54:22 +00:00
BrewTestBot
3d2fc6e0f0
Update RBI files for parser.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2023-03-08 19:08:34 +00:00
BrewTestBot
c32c0e64ac
brew vendor-gems: commit updates.
2023-03-08 19:00:55 +00:00
dependabot[bot]
8aa27bf765
build(deps): bump parser from 3.2.1.0 to 3.2.1.1 in /Library/Homebrew
...
Bumps [parser](https://github.com/whitequark/parser ) from 3.2.1.0 to 3.2.1.1.
- [Release notes](https://github.com/whitequark/parser/releases )
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/whitequark/parser/compare/v3.2.1.0...v3.2.1.1 )
---
updated-dependencies:
- dependency-name: parser
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-08 18:57:25 +00:00
Issy Long
274729156e
Merge pull request #14927 from issyl0/longer-variable-name
...
Make `str` variable names longer
2023-03-08 16:00:33 +00:00
Dawid Dziurla
f78a1298b8
Merge pull request #14926 from Homebrew/skopeo-retry-copy
...
github_packages: retry skopeo copy 5 times
2023-03-08 16:43:07 +01:00
Issy Long
2814d2285a
Make str
variable names longer
...
- Three characters is the RuboCop limit for parameter names, but more
descriptive is good.
- Requested in
https://github.com/Homebrew/brew/pull/14922#pullrequestreview-1330848594 ,
but the automerge was too quick for me to get to it.
2023-03-08 15:30:25 +00:00
Issy Long
f52fbaf917
rubocop: Drop "ff" from Naming/MethodParameterName
allowlist
...
- It seems that "ff" was short for plural formula, so formulae.
2023-03-08 14:42:58 +00:00
Issy Long
a3211f4d7f
rubocop: Drop "d" from Naming/MethodParameterName
allowlist
2023-03-08 14:42:57 +00:00
Issy Long
e273c25be0
rubocop: Drop "p" from Naming/MethodParameterName
allowlist
...
- It's used to refer to a patch, so use the long name.
2023-03-08 14:42:56 +00:00
Issy Long
0cd616bc66
rubocop: Drop "r" from Naming/MethodParameterName
allowlist
...
- This stands for "resource" in our case, so use the long name.
2023-03-08 14:42:55 +00:00
Issy Long
89fb8c78e8
rubocop: Drop "s" from Naming/MethodParameterName
allowlist
...
- Most usages of this were in the `pretty_duration` method, where "s"
is better described as "seconds" since we're calculating a duration.
- I also took the executive decision to do the same to "m" which refers
to "minutes".
2023-03-08 14:42:53 +00:00
Issy Long
6d822d9a62
rubocop: Drop "fn" from Naming/MethodParameterName
allowlist
...
- I originally thought this was short for "function", but upon closer
inspection all its usages are to do with filenames. So, use "filename",
it's clearer.
2023-03-08 14:40:56 +00:00
Issy Long
3e7a46f474
rubocop: Drop "v" from Naming/MethodParameterName
allowlist
...
- This was an easy fix, "v" => "version".
2023-03-08 14:40:55 +00:00
Dawid Dziurla
244006f15a
github_packages: retry skopeo copy 5 times
2023-03-08 15:32:31 +01:00
Mike McQuaid
8d71aa02dd
Merge pull request #14918 from SMillerDev/master
...
bump-formula-pr: add release notes if found
2023-03-08 14:02:36 +00:00
Sean Molenaar
2f32da0455
fix syntax
2023-03-08 14:28:34 +01:00
Mike McQuaid
b6b30667f0
Merge pull request #14829 from gibfahn/incorrect_headers
...
download_strategy: handle incorrectly quoted filename* headers
2023-03-08 13:07:07 +00:00
Sean Molenaar
9bd567aab9
Update Library/Homebrew/dev-cmd/bump-formula-pr.rb
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2023-03-08 14:04:28 +01:00
Sean Molenaar
048ed5d683
Update Library/Homebrew/dev-cmd/bump-formula-pr.rb
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2023-03-08 13:59:14 +01:00
Sean Molenaar
8532bb23cc
Update Library/Homebrew/dev-cmd/bump-formula-pr.rb
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2023-03-08 13:58:45 +01:00
Mike McQuaid
97b66d3ae7
download_strategy: add another presence check.
2023-03-08 12:49:25 +00:00
Mike McQuaid
e5c0fb4ca6
Merge pull request #14892 from apainintheneck/irb-improvements
...
`brew irb` improvements
2023-03-08 12:46:56 +00:00
Mike McQuaid
b1801333cb
Merge pull request #14917 from dduugg/string-inflections
...
Remove ActiveSupport String inflections
2023-03-08 12:39:54 +00:00
apainintheneck
deabd4a5f9
Change history and config file dirs
...
Now both REPL history is written to $HOME.
- Pry: $HOME/.brew_pry_history
- IRB: $HOME/.brew_irb_history
The IRB config file has also been moved to the
library directory.
2023-03-07 19:15:05 -08:00
Gibson Fahnestock
160e7da779
download_strategy: handle incorrectly quoted filename* headers
...
Some servers erroneously double-quote the filename in the filename*
header. This is (as far as I can tell from the spec) a bug in the
server, and should be fixed there.
In general though using `""` as the filename seems like behaviour worth
handling in brew anyway, as there may be other places where the parser
returns an empty string.
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2023-03-08 01:28:39 +00:00
Nanda H Krishna
51329635d9
api: fix merge_variations
2023-03-07 14:12:41 -05:00
Nanda H Krishna
bb4f41ea43
api: fix bottle_tag
identification
2023-03-07 14:12:40 -05:00
Nanda H Krishna
3113b44d1f
brew unbottled
: fix XcodeRequirement
handling on Linux
2023-03-07 14:12:40 -05:00
Nanda H Krishna
f03e462995
xcode_requirement: improve outputs
2023-03-07 14:12:40 -05:00
Nanda H Krishna
56703a49ed
macos_requirement: fix version_specified?
, improve outputs
2023-03-07 14:12:40 -05:00
Douglas Eichelberger
6cfab10e2b
typecheck
2023-03-07 10:45:53 -08:00
Sean Molenaar
139f90df97
bump-formula-pr: add release notes if found
2023-03-07 19:44:35 +01:00
Douglas Eichelberger
7aab1c2a38
Remove ActiveSupport String inflections
2023-03-07 10:16:52 -08:00
Douglas Eichelberger
6ffda80a8a
brew style
2023-03-07 10:14:57 -08:00
Douglas Eichelberger
544960b4fc
Replace String#underscore with util
2023-03-07 10:13:38 -08:00
Douglas Eichelberger
1f742727af
Move tests
2023-03-07 09:08:54 -08:00
Douglas Eichelberger
23587b70a1
Port Descriptions
2023-03-07 09:08:54 -08:00
Douglas Eichelberger
1195772b02
Refactor Searchable into Homebrew::Search
2023-03-07 09:08:54 -08:00
Carlo Cabrera
999582f412
Fix typo
2023-03-07 23:34:57 +08:00
Carlo Cabrera
4c4e9369b1
Fix brew style
2023-03-07 23:28:59 +08:00
Douglas Eichelberger
900ee97f95
Revert splat changes to AbstractUninstall
2023-03-07 06:46:59 -08:00
Carlo Cabrera
46c3c86caa
Parse ld version from -version_details
2023-03-07 22:41:07 +08:00