42064 Commits

Author SHA1 Message Date
dependabot[bot]
1dde737329
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11557 to 0.5.11558.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-08 20:17:44 +00:00
dependabot[bot]
9eda79fb0d
build(deps-dev): bump rubocop-rspec in /Library/Homebrew
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.0.4...v3.0.5)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-08 20:17:27 +00:00
dependabot[bot]
2d317cdd54
build(deps-dev): bump rspec-expectations in /Library/Homebrew
Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.13.2 to 3.13.3.
- [Release notes](https://github.com/rspec/rspec-expectations/releases)
- [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-expectations/compare/v3.13.2...v3.13.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-08 20:16:48 +00:00
Carlo Cabrera
54383d1c5f
github/actions: fix annotation title handling
We currently generate invalid workflow commands when we create
annotations with a `title` but no `file`. Let's fix that.

While we're here, let's improve handling of `title`s with `:`s. We
cannot use `title`s with `::` since GitHub Actions uses this as a
separator for different fields between a workflow command.

Let's also make sure `metadata` never ends in a `:` to avoid confusing
the GitHub Actions command parser about where the `::` separator is
meant to be.
2024-09-08 17:56:04 +08:00
Carlo Cabrera
170a7ea56e
Merge pull request #18281 from cho-m/linkage_checker-test 2024-09-08 02:04:05 +08:00
Michael Cho
49fbf01a44
linkage_checker: exclude test deps from being considered runtime dep 2024-09-07 13:16:50 -04:00
Douglas Eichelberger
faed92b4f1
Merge pull request #18275 from Homebrew/use-formula-installer-os-extensions
Use FormulaInstaller OS extensions
2024-09-07 08:09:32 -07:00
Sam Ford
c2f0bacec8
Curl#curl_headers: Work with 56 exit_status
I previously added the 8 curl exit code (weird server reply) to the
list of non-success exit codes that `#curl_headers` will handle.
We're now seeing failures with a 56 exit code (failure in receiving
network data), where the server returns a 4xx response for a `HEAD`
request but the same request using `GET` works as expected (e.g.,
casks like `beeper`, `get-api`, `odrive`, `ui`, etc.).

This adds 56 to the list of exit codes in `#curl_headers`, so a
response with a 4xx HTTP status will be automatically retried using
`GET`.
2024-09-07 10:25:47 -04:00
Markus Reiter
b68ee4142f
Ensure thread-pool shutdown. 2024-09-07 14:45:30 +02:00
Douglas Eichelberger
fedb868a8b Remove failing tests due to lack of needs_generic 2024-09-06 14:16:40 -07:00
Douglas Eichelberger
5d5daaa09f Use FormulaInstaller OS extensions 2024-09-06 13:58:32 -07:00
Mike McQuaid
9978c3d11a
Merge pull request #18274 from Homebrew/improve_brew_doctor_prerelease
Improve `brew doctor` output on prerelease macOS
2024-09-06 17:51:16 +01:00
Carlo Cabrera
81f4e4ce0c
Merge pull request #18273 from Olexandr88/patch-1 2024-09-07 00:47:03 +08:00
Mike McQuaid
dc9618457d
Improve brew doctor output on prerelease macOS
- Avoid near duplicate messages
- Provide correct CLT download instructions

Before:
```
$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Your Command Line Tools are too outdated.
Update them from Software Update in System Settings.

If that doesn't show you any updates, run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 16.0.

Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Settings.

If that doesn't show you any updates, run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 16.0.

Warning: Your Xcode (15.4) at /Applications/Xcode.app is too outdated.
Please update to Xcode 16.0 (or delete it).
Xcode can be updated from:
  https://developer.apple.com/download/all/

Warning: Your Xcode (15.4) is outdated.
Please update to Xcode 16.0 (or delete it).
Xcode can be updated from:
  https://developer.apple.com/download/all/

If 16.0 is installed, you may need to:
  sudo xcode-select --switch /Applications/Xcode.app
Current developer directory is:
  /Applications/Xcode.app/Contents/Developer

```

After:
```console
$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Your Command Line Tools are too outdated.
Install the Command Line Tools for Xcode 16 from:
  https://developer.apple.com/download/all/

Warning: Your Xcode (15.4) at /Applications/Xcode.app is too outdated.
Please update to Xcode 16.0 (or delete it).
Xcode can be updated from:
  https://developer.apple.com/download/all/

```
2024-09-06 17:38:25 +01:00
Oleksandr
d812beee5e
Update README 2024-09-06 19:34:57 +03:00
Carlo Cabrera
b085ae8014
Merge pull request #18272 from Homebrew/dockerfile-gh 2024-09-06 23:02:46 +08:00
Carlo Cabrera
04b89c0ff7
Dockerfile: fix style failure
See https://www.shellcheck.net/wiki/SC2174.
2024-09-06 22:49:18 +08:00
Patrick Linnane
a018520786
Merge pull request #18271 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11557 2024-09-06 07:43:25 -07:00
Carlo Cabrera
603f45a97f
Dockerfile: align gh installation with upstream documentation
The commands to install `gh` were changed in cli/cli#8693.

We should align what we do there to make what's happening here a bit
more transparent.
2024-09-06 22:42:05 +08:00
BrewTestBot
2f80d039be
brew vendor-gems: commit updates. 2024-09-06 14:31:30 +00:00
dependabot[bot]
f13cdac899
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11554 to 0.5.11557.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-06 14:29:06 +00:00
Michael Cho
fcf05d1b21
rubocops/uses_from_macos: remove gnu-getopt and rpcgen
Also add `bc-gh` which is the version of bc provided by Ventura and
newer macOS. Other `bc` (GNU bc) was provided until Monterey
2024-09-06 09:14:22 -04:00
Ruoyu Zhong
94eb0c7f83
Merge pull request #18266 from Homebrew/sponsors-maintainers-man-completions 2024-09-06 20:35:47 +08:00
BrewTestBot
177ef5f2a1
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.
2024-09-06 12:17:31 +00:00
Carlo Cabrera
7adf6b04b4
Merge pull request #18227 from Homebrew/auto-bump 2024-09-06 20:16:27 +08:00
Carlo Cabrera
9127bf2c71
Merge remote-tracking branch 'origin/master' into auto-bump 2024-09-06 20:04:45 +08:00
Carlo Cabrera
9feb56b8db
Merge pull request #18265 from Homebrew/spdx-license-expr-docs 2024-09-06 19:57:13 +08:00
Ruoyu Zhong
b03e0e4696
formula: update URL to SPDX license expr docs 2024-09-06 19:44:58 +08:00
Ruoyu Zhong
7f74399844
docs/License-Guidelines: update URL to SPDX license expr docs 2024-09-06 19:44:51 +08:00
Carlo Cabrera
b5114360d8
Merge pull request #18262 from cho-m/keg-no-rmdir-etc 2024-09-06 16:55:06 +08:00
Carlo Cabrera
800df2a284
Improve error message
Co-authored-by: Markus Reiter <me@reitermark.us>
2024-09-06 16:39:55 +08:00
Carlo Cabrera
81bac6c27e
Merge pull request #18263 from Homebrew/sponsors-maintainers-man-completions 2024-09-06 09:20:13 +08:00
BrewTestBot
b19cdcfb8b
Update sponsors.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2024-09-06 00:06:53 +00:00
Michael Cho
39ab6d70db
keg: avoid attempting rmdir on must exist subdirs 2024-09-05 13:37:25 -04:00
Markus Reiter
69a04bd249
Fix code style. 2024-09-05 18:11:49 +02:00
Ruoyu Zhong
185d4e7edc
Merge pull request #18261 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.32.3
build(deps-dev): bump rubocop-ast from 1.32.2 to 1.32.3 in /Library/Homebrew
2024-09-05 23:33:04 +08:00
Markus Reiter
60cb8101f5
Readd Pourable to LocalBottleDownloadStrategy. 2024-09-05 17:21:41 +02:00
Markus Reiter
a970065657
Fix wrong argument passing. 2024-09-05 17:20:20 +02:00
Markus Reiter
846cf25043
Fix wrong argument passing. 2024-09-05 17:19:07 +02:00
BrewTestBot
72b3aa0e8b
Update RBI files for rubocop-ast.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-09-05 15:18:06 +00:00
Markus Reiter
123a2ac84c
Comment deprecations.
Co-authored-by: Bo Anderson <mail@boanderson.me>
2024-09-05 17:18:00 +02:00
BrewTestBot
cacb76673a
brew vendor-gems: commit updates. 2024-09-05 15:17:51 +00:00
dependabot[bot]
da9932d7e9
build(deps-dev): bump rubocop-ast in /Library/Homebrew
Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.32.2 to 1.32.3.
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.32.2...v1.32.3)

---
updated-dependencies:
- dependency-name: rubocop-ast
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 15:16:09 +00:00
Markus Reiter
c61713b8e0
Fix handling for --retry flag. 2024-09-05 17:14:40 +02:00
Mike McQuaid
019b0f50fb
Merge pull request #18260 from tshu-w/master 2024-09-05 10:12:04 +01:00
Mike McQuaid
dfe28d8944
Merge pull request #18259 from Homebrew/silence-default-gems-warnings 2024-09-05 09:59:32 +01:00
Mike McQuaid
2e18b02bc2
Merge pull request #18249 from Homebrew/no-deprecate-licenses 2024-09-05 09:48:11 +01:00
Tianshu Wang
4f62fd0789
Revert $TMPDIR for emacsclient 2024-09-05 15:49:11 +08:00
Bo Anderson
eb5f47637f
Globally silence default gem warnings 2024-09-05 03:37:25 +01:00
Markus Reiter
fb0bf3b7a2
Fix wrong stage method being called. 2024-09-05 00:21:33 +02:00