Carlo Cabrera
25afdcc2b8
shims/super/cc: add modeline for vim-like editors
...
This will prevent my editor from trying to read this file as shell
script and getting the syntax highlighting all wrong.
2024-09-29 05:47:05 +08:00
Carlo Cabrera
861d7b9087
linkage_checker: skip files with incompatible architectures
...
Some formulae include these files, and they can't always be removed.
However, they can cause spurious linkage failures, so let's skip them
when checking for linkage. See, for example, faust at
Homebrew/homebrew-core#191308 .
2024-09-29 05:15:36 +08:00
Sam Ford
9e47fc9f31
livecheck: move #preprocess_url into strategies
...
`Livecheck#preprocess_url` only contains logic for rewriting Git URLs,
so it makes more sense for this code to be part of the `Git` strategy
instead. Outside of better code organization, this saves us from
having to maintain the list of strategies to skip processing (which
is sometimes forgotten when a new strategy is added) and makes it
easier to do something similar in other strategies as needed.
One thing to note is that `Livecheck#preprocess_url` was previously
called on the URL before each strategy's `#match?` method was called.
To maintain the existing behavior, this calls `Git#preprocess_url` in
`Git#match?`. However, we need the processed URL when we use the `Git`
strategy, so we have to call `Git#preprocess_url` again. To avoid
duplicating effort, I've added a `@processed_urls` hash to the `Git`
strategy and have set up `Git#preprocess_url` to cache processed
URLs, so we only do the work once. There may be a better way of
handling it but this seems to work as expected.
2024-09-28 11:29:07 -04:00
Patrick Linnane
69ff6c4735
Merge pull request #18453 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11589
2024-09-28 08:14:32 -07:00
BrewTestBot
62d2eb289c
brew vendor-gems: commit updates.
2024-09-28 15:04:16 +00:00
dependabot[bot]
2bca324618
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.11585 to 0.5.11589.
- [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-28 14:52:18 +00:00
Bo Anderson
da74ca9296
Merge pull request #18450 from boblail/lail/bump-bundler
...
brew vendor-gems: commit updates.
2024-09-27 23:07:57 +01:00
Bob Lail
c752c00ac6
brew vendor-gems: commit updates.
2024-09-27 14:44:40 -07:00
Carlo Cabrera
3b26dd859d
Merge pull request #18449 from Homebrew/dependabot/github_actions/docker/build-push-action-6.8.0
2024-09-28 03:07:14 +08:00
Bo Anderson
292c83d140
Merge pull request #18445 from Homebrew/tap-json
...
tap: restore old `repo` key
2024-09-27 19:58:30 +01:00
dependabot[bot]
26e892ca2c
build(deps): bump docker/build-push-action from 6.7.0 to 6.8.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](5cd11c3a4c...32945a3392
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 18:47:08 +00:00
Carlo Cabrera
dca3ead891
Merge pull request #18447 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11585
2024-09-28 02:39:59 +08:00
BrewTestBot
50ac562cb3
brew vendor-gems: commit updates.
2024-09-27 18:29:05 +00:00
dependabot[bot]
834ea12cb8
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.11582 to 0.5.11585.
- [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-27 18:11:27 +00:00
Carlo Cabrera
4ab8f485d5
tap: restore old repo
key
...
Fixes #18444
2024-09-28 02:02:09 +08:00
Michael Cho
112c692a53
test/spec_helper: require standalone before warnings
2024-09-27 12:48:27 -04:00
Michael Cho
9bd85f30d8
warnings: typed: strict
2024-09-27 12:31:59 -04:00
Michael Cho
910a5c3d3f
completions: fix short option conflict in zsh completion
2024-09-27 12:22:30 -04:00
Mike McQuaid
7156fb7d3a
Merge pull request #18430 from Homebrew/files-strict-type
...
completions formula_pin: `typed: strict`, cxxstdlib: `typed: strong`
2024-09-27 17:12:54 +01:00
Carlo Cabrera
431c884ce1
Merge pull request #18442 from Homebrew/more-dmg-uid
2024-09-27 19:48:26 +08:00
Carlo Cabrera
86b27eb0f3
unpack_strategy/dmg: more UID handling fixes
...
Follow-up to #18040 .
2024-09-27 17:55:32 +08:00
Mike McQuaid
da3b84b46a
Merge pull request #18441 from Homebrew/skip-actionlint
...
style: skip actionlint checks if an actionlint workflow is present
2024-09-27 09:11:49 +01:00
Mike McQuaid
7a9affb174
Merge pull request #18425 from Homebrew/list-r-t
...
cmd/list: `-t` and `-r` support for some long options
2024-09-27 08:43:02 +01:00
Mike McQuaid
a6954f26a5
Merge pull request #18435 from Homebrew/temp-symlink-test-fix
...
test/cask/utils_spec: fix test failure when HOMEBREW_TEMP is a symlink
2024-09-27 08:42:11 +01:00
Mike McQuaid
c1c1a43143
Merge pull request #18431 from Homebrew/PATH-strict-type
...
PATH: `typed: strict`
2024-09-27 08:37:27 +01:00
Carlo Cabrera
53f6e46eb3
style: skip actionlint checks if an actionlint workflow is present
...
Fixes #18382 .
2024-09-27 15:29:07 +08:00
Mike McQuaid
b38cbbc085
Merge pull request #18434 from Homebrew/unix-socket
...
Allow sockets to use longer paths on macOS
2024-09-27 08:07:58 +01:00
Patrick Linnane
7b1e2d3777
Merge pull request #18440 from Homebrew/ruby-3.3.5
2024-09-26 23:32:31 -07:00
Patrick Linnane
0d483d9d68
.ruby-version: bump to 3.3.5
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-09-26 23:22:01 -07:00
Patrick Linnane
aa4555896b
Merge pull request #18439 from Homebrew/portable-ruby-3.3.5
2024-09-26 23:19:41 -07:00
Patrick Linnane
57e0d3eb94
Portable Ruby 3.3.5
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-09-26 22:53:47 -07:00
Bo Anderson
567f5eb4be
Allow sockets to use longer paths on macOS
2024-09-27 04:37:03 +01:00
Carlo Cabrera
99c4716cf9
Merge pull request #18436 from Homebrew/revert-18409-deprecate_formula_cask_path_url
2024-09-27 10:28:06 +08:00
Carlo Cabrera
7478bbe76e
Revert "Revert "github_runner_matrix: enable usage of macos-15
runners""
2024-09-27 10:22:10 +08:00
Carlo Cabrera
fe1f330e60
Revert "Deprecate installing casks/formulae from paths."
2024-09-27 10:17:04 +08:00
Bo Anderson
fe0505d492
test/cask/utils_spec: fix test failure when HOMEBREW_TEMP is a symlink
2024-09-27 03:02:26 +01:00
Bo Anderson
326a71712f
Revert "Shorten brew tests
temporary paths."
...
This reverts commit 27fb07c0fc622d3e010a8a9f6e0056fd09dc5b1f.
2024-09-27 01:55:26 +01:00
Michael Cho
4c60dc0b2c
cmd/list: -t
and -r
support for some long options
2024-09-26 20:01:44 -04:00
Michael Cho
1c9f084bcc
PATH: typed: strict
2024-09-26 16:19:11 -04:00
Patrick Linnane
b72544eb04
Merge pull request #18429 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.194.0
2024-09-26 13:03:17 -07:00
Mike McQuaid
8964021b93
Merge pull request #18409 from Homebrew/deprecate_formula_cask_path_url
...
Deprecate installing casks/formulae from paths.
2024-09-26 20:44:22 +01:00
Mike McQuaid
bbdea29a0f
Deprecate installing casks/formulae from paths.
...
We've already disabled installing casks/formulae from URLs and we
regularly tell people not to install from paths so let's just deprecate
this behaviour entirely.
Even Homebrew developers do not need to work this way.
2024-09-26 20:25:07 +01:00
Michael Cho
dca3e70f98
formula_pin: typed: strict
2024-09-26 14:48:32 -04:00
Patrick Linnane
aed28da008
Merge pull request #18426 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11582
2024-09-26 11:39:21 -07:00
Michael Cho
cce425dda1
cxxstdlib: typed: strong
2024-09-26 14:32:55 -04:00
Michael Cho
0029308844
completions: typed: strict
2024-09-26 14:32:40 -04:00
dependabot[bot]
109702cfd1
build(deps): bump ruby/setup-ruby from 1.193.0 to 1.194.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.193.0 to 1.194.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](f321cf5a4d...c04af2bb72
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:31:01 +00:00
BrewTestBot
b26a03e54a
brew vendor-gems: commit updates.
2024-09-26 18:23:48 +00:00
dependabot[bot]
5a0bdf329f
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.11581 to 0.5.11582.
- [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-26 18:09:12 +00:00
Mike McQuaid
05cde76adc
Merge pull request #18422 from Homebrew/cmd-cache-touchup
...
cmd/--cache: avoid exception on missing HEAD
2024-09-26 16:18:10 +01:00