36540 Commits

Author SHA1 Message Date
dependabot[bot]
a60f911023
build(deps): bump rack from 3.0.4.2 to 3.0.6.1 in /Library/Homebrew
Bumps [rack](https://github.com/rack/rack) from 3.0.4.2 to 3.0.6.1.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v3.0.4.2...v3.0.6.1)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 19:01:29 +00:00
dependabot[bot]
7dad2bb00e
build(deps): bump rspec-mocks from 3.12.3 to 3.12.4 in /Library/Homebrew
Bumps [rspec-mocks](https://github.com/rspec/rspec-mocks) from 3.12.3 to 3.12.4.
- [Release notes](https://github.com/rspec/rspec-mocks/releases)
- [Changelog](https://github.com/rspec/rspec-mocks/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-mocks/compare/v3.12.3...v3.12.4)

---
updated-dependencies:
- dependency-name: rspec-mocks
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 18:59:19 +00:00
dependabot[bot]
9b87f9dd8c
build(deps): bump activesupport in /Library/Homebrew
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.2 to 6.1.7.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v6.1.7.2...v6.1.7.3)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 18:58:44 +00:00
Markus Reiter
2955f63921
Remove artifact debug output. 2023-03-13 19:24:53 +01:00
Douglas Eichelberger
04f7258009 brew style --fix 2023-03-13 11:24:49 -07:00
Mike McQuaid
d8fce057fa
workflows/tests: enable merge group builds.
This will enable the GitHub Merge Queue. Don't bother running online
tests as they aren't required, use up the rate limit and are flaky.
2023-03-13 18:16:54 +00:00
Douglas Eichelberger
e5a392c256 T.unsafe is now safe 2023-03-13 10:46:39 -07:00
Markus Reiter
1e0e12cc43
Retry if DMG BOM is empty. 2023-03-13 18:32:56 +01:00
Douglas Eichelberger
e40d2b42c9
Update Library/Homebrew/cask/cask.rb
Co-authored-by: Markus Reiter <me@reitermark.us>
2023-03-13 09:10:36 -07:00
Douglas Eichelberger
0fe595f9c2 Elaborate on sorbet comments 2023-03-13 09:08:56 -07:00
Douglas Eichelberger
04fa6e24d7 Enable more typing 2023-03-13 09:08:56 -07:00
Harry Marr
bd1d668e2e
Create .git/info dir if it doesn't exist 2023-03-13 09:22:09 -05:00
hyuraku
7d90e3a2a1 add new spec to cmd/fetch_spec 2023-03-13 22:31:09 +09:00
Mike McQuaid
b4aac9d4a0
Merge pull request #14950 from issyl0/sorbet-autogenerate-envconfig-rbi
sorbet: Autogenerate the RBI file for `Homebrew::EnvConfig`
2023-03-13 10:22:16 +00:00
Mike McQuaid
296c5088aa
Merge pull request #14935 from hyuraku/move-cask/cmd/uninstall
Move cask/cmd/uninstall
2023-03-13 10:19:41 +00:00
Markus Reiter
b8cb1d1a95
Simplify condition. 2023-03-13 02:40:03 +01:00
Markus Reiter
90665b074e
Simplify condition. 2023-03-13 02:38:03 +01:00
Issy Long
703b9b4f4d
Update Library/Homebrew/sorbet/custom_generators/env_config.rb 2023-03-13 00:11:12 +00:00
Markus Reiter
3b45ecdc70
Move to_s. 2023-03-13 00:59:08 +01:00
Markus Reiter
66d2ab220a
Fix code style. 2023-03-13 00:57:21 +01:00
Issy Long
c6ff9b59c0
sorbet: Delete unused nilable? method; regenerate RBIs; fix errors 2023-03-12 22:44:31 +00:00
Mike McQuaid
27ca4403e1
Merge pull request #14954 from Homebrew/sponsors-maintainers-man-completions
Update sponsors.
2023-03-12 21:31:03 +00:00
BrewTestBot
ce104ebb91
Update sponsors.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2023-03-12 21:12:06 +00:00
Mike McQuaid
e6d541612a
Merge pull request #14928 from dduugg/unglobal-i18n
Remove i18n use
2023-03-12 21:11:22 +00:00
Mike McQuaid
1ff98350b2
Merge pull request #14951 from reitermarkus/env-config 2023-03-12 19:40:35 +00:00
Issy Long
169ae0e155
Apply suggestions from code review
Co-authored-by: Markus Reiter <me@reitermark.us>
2023-03-12 17:32:21 +00:00
Markus Reiter
fcca056f4c
Check CUSTOM_IMPLEMENTATIONS for all variables. 2023-03-12 05:24:40 +01:00
hyuraku
da6f48dbd0
Merge branch 'master' into move-cask/cmd/uninstall 2023-03-12 11:49:06 +09:00
Douglas Eichelberger
731a02ee73 rm .brew_irb_history 2023-03-11 17:27:53 -08:00
Douglas Eichelberger
8cd95f6291 brew generate-man-completions 2023-03-11 17:27:53 -08:00
Douglas Eichelberger
05d8d51a81 Remove i18n direct dependency 2023-03-11 17:27:53 -08:00
Douglas Eichelberger
826aca7217 Add tests 2023-03-11 17:27:53 -08:00
Douglas Eichelberger
8a57c37c33 Fix extend/array_spec 2023-03-11 17:27:53 -08:00
Douglas Eichelberger
13b6825c2d Fix invalid locale error 2023-03-11 17:27:53 -08:00
Douglas Eichelberger
999594dc07 Remove oxford comma from to_sentence default 2023-03-11 17:27:53 -08:00
Douglas Eichelberger
1943132cf6 Move i18n out of global 2023-03-11 17:27:53 -08:00
Issy Long
8e13a6e1f4
Merge pull request #14944 from issyl0/more-rubocop-naming-method-parameter-name
rubocop: Further trim `Naming/MethodParameterName` allowlist
2023-03-11 22:59:39 +00:00
Carlo Cabrera
0a6dffdcf9
Merge pull request #14947 from Homebrew/sponsors-maintainers-man-completions 2023-03-12 00:05:09 +08:00
hyuraku
08560e04ae remove cask/cmd/fetch_spec 2023-03-11 22:13:00 +09:00
hyuraku
413e8ac81e remove cask/cmd/fetch 2023-03-11 22:12:33 +09:00
hyuraku
e321edabbc remove options and comments 2023-03-11 21:15:24 +09:00
Mike McQuaid
921ad96b53
Merge pull request #14945 from issyl0/rubocop-rm-unnecessary-comment 2023-03-11 08:03:47 +00:00
Mike McQuaid
84c59e5ceb
Merge pull request #14943 from MikeMcQuaid/api_auto_update_less_often 2023-03-11 07:54:23 +00:00
BrewTestBot
6479c69e70
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2023-03-11 02:54:31 +00:00
Mike McQuaid
d3120a4245
Merge pull request #14933 from Homebrew/sponsors-maintainers-man-completions
Update sponsors.
2023-03-11 02:53:35 +00:00
Issy Long
8862c33b62
sorbet: Autogenerate the RBI file for Homebrew::EnvConfig
- I'm not as happy with this as I was with my work on `utils/tty.rb`,
  it feels a lot hackier and prone to breaking - especially the
  `T.nilable` "detection".
- However, it generates an RBI file that passes `brew typecheck`, so we
  can clean up some `hidden-definitions` entries, getting further
  towards fully typed.
2023-03-11 02:13:30 +00:00
Issy Long
b00203fa3c
rubocop: Remove comment about RSpec from Style/BlockDelimiters config
- We got rid of the RSpec-related excludes in PR 14920. I should have
  got rid of this comment too.
2023-03-11 00:41:58 +00:00
Issy Long
5f553f7c5a
rubocop: TODO for the Naming/MethodParameterName "pr" allowlist entry 2023-03-11 00:32:10 +00:00
Issy Long
0c86425d6a
rubocop: Drop "o" from Naming/MethodParameterName allowlist
- I couldn't figure out what this would stand for, so I asked on Slack
  if anyone had better ideas otherwise I'd go with "ostrich" or
  "octopus". Rylan suggested "option", which is very sensible.
2023-03-11 00:17:29 +00:00
Issy Long
60d93310af
rubocop: Drop "a" and "b" from Naming/MethodParameterName allowlist 2023-03-11 00:17:28 +00:00