Patrick Linnane
ee80a2daca
Merge pull request #19751 from Homebrew/support-tiers-westmere
...
Support-Tiers: clarify OCLP tiers based on CPU generation
2025-04-13 20:23:28 +00:00
Patrick Linnane
e53688c7ce
Installation: Update OCLP note
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-04-13 09:55:02 -07:00
Patrick Linnane
9754d5f79d
Support-Tiers: clarify OCLP tiers based on CPU generation
2025-04-13 09:40:09 -07:00
Mike McQuaid
cb5a375d07
Merge pull request #19748 from Homebrew/oclp-support
...
docs: clarify OCLP support status
2025-04-13 14:19:51 +00:00
Mike McQuaid
4a842f6f1f
Merge pull request #19749 from Homebrew/tap-new-no-git
...
test/dev-cmd/tap-new_spec: use `--no-git` to avoid auth prompt
2025-04-13 14:19:39 +00:00
Mike McQuaid
219d427631
Merge pull request #19746 from Homebrew/no-cpuid-allowlist
...
formula_cellar_checks: add no_cpuid_allowlist
2025-04-13 14:18:08 +00:00
Patrick Linnane
86f56c8bd5
test/dev-cmd/tap-new_spec: use --no-git
to avoid auth prompt
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-04-12 19:15:07 -07:00
Patrick Linnane
2c9b094bea
os/mac/diagnostic: set OCLP Support Tiers
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-04-12 17:03:54 -07:00
Patrick Linnane
76b3cf0334
docs: clarify OCLP support status
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-04-12 16:45:44 -07:00
Patrick Linnane
213633371c
Merge pull request #19747 from Olexandr88/patch-2
...
docs(readme): added shield and license link
2025-04-12 18:28:29 +00:00
Patrick Linnane
d807014964
Merge pull request #19745 from Homebrew/support-tiers-nit
...
Support-Tiers: minor rewording
2025-04-12 17:37:12 +00:00
Olexandr88
22f11dff93
Update README.md
2025-04-12 19:50:51 +03:00
Michael Cho
b5b049ab64
formula_cellar_checks: add no_cpuid_allowlist
...
Sometimes the CPUID instruction exists in a dependency, e.g.
`aws-checksums` performs CPU detection via `aws-c-common`.
2025-04-12 12:40:38 -04:00
Patrick Linnane
b6c6a34565
Support-Tiers: minor rewording
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-04-12 09:17:46 -07:00
Patrick Linnane
053e3424fa
Merge branch 'master' into portable-ruby-3.3.8
2025-04-11 13:12:28 -07:00
Patrick Linnane
7b34fcc330
Merge pull request #19739 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-d3e0b5a11d
...
build(deps): bump the sorbet group in /Library/Homebrew with 4 updates
2025-04-11 16:11:59 +00:00
BrewTestBot
2cb9ef9a05
brew vendor-gems: commit updates.
2025-04-11 16:02:28 +00:00
dependabot[bot]
8c245c9838
build(deps): bump the sorbet group in /Library/Homebrew with 4 updates
...
Bumps the sorbet group in /Library/Homebrew with 4 updates: [sorbet-static-and-runtime](https://github.com/sorbet/sorbet ), [sorbet-runtime](https://github.com/sorbet/sorbet ), [sorbet](https://github.com/sorbet/sorbet ) and [sorbet-static](https://github.com/sorbet/sorbet ).
Updates `sorbet-static-and-runtime` from 0.5.11998 to 0.5.12003
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet-runtime` from 0.5.11998 to 0.5.12003
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet` from 0.5.11998 to 0.5.12003
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet-static` from 0.5.11998 to 0.5.12003
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet-static-and-runtime
dependency-version: 0.5.12003
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: sorbet
- dependency-name: sorbet-runtime
dependency-version: 0.5.12003
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: sorbet
- dependency-name: sorbet
dependency-version: 0.5.12003
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: sorbet
- dependency-name: sorbet-static
dependency-version: 0.5.12003
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: sorbet
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-11 15:59:50 +00:00
Mike McQuaid
61634007f5
Merge pull request #19622 from abitrolly/actionable-edit
...
dev-cmd/edit: Actionable message about no API install
2025-04-11 15:15:44 +00:00
Mike McQuaid
e98a052896
dev-cmd/edit: remove unneeded variable.
2025-04-11 16:07:29 +01:00
Anatoli Babenia
fff2c3ea79
edit: move no_env and no_install checks out of the loop
2025-04-11 17:21:17 +03:00
Anatoli Babenia
ccf506f7f9
brew style --fix
2025-04-11 17:15:55 +03:00
Anatoli Babenia
7523daaf33
edit: review fixes
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2025-04-11 17:15:55 +03:00
Anatoli Babenia
a0e68613f5
Fix false/Boolean type check
...
https://sorbet.org/docs/error-reference#7001
2025-04-11 17:15:55 +03:00
Anatoli Babenia
9bf4e620e0
edit: show --build-from-source only for formulas
2025-04-11 17:15:55 +03:00
Anatoli Babenia
fb5438bfd1
Update Library/Homebrew/dev-cmd/edit.rb
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2025-04-11 17:15:54 +03:00
Anatoli Babenia
fc0d7ac21d
dev-cmd/edit: Actionable message about no API install
2025-04-11 17:15:54 +03:00
Mike McQuaid
458512183b
Merge pull request #19741 from rafaelgallani/master
...
dev-cmd/create: Handle nil stdin
2025-04-11 11:12:48 +00:00
Rafael Gallani
ef13b69b03
dev-cmd/create: handle nil stdin
2025-04-11 08:48:54 +01:00
Patrick Linnane
fab8865b26
Merge pull request #19740 from Homebrew/dependabot/bundler/Library/Homebrew/rbi-0.3.2
...
build(deps-dev): bump rbi from 0.3.1 to 0.3.2 in /Library/Homebrew
2025-04-11 07:45:28 +00:00
Mike McQuaid
37eff7bc52
Merge pull request #19736 from Homebrew/drop_tests_macos_13
...
workflows/tests: drop macOS 13 tests.
2025-04-11 07:43:38 +00:00
BrewTestBot
93ddb1e6b9
Update RBI files for rbi.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2025-04-11 07:31:16 +00:00
BrewTestBot
f320358a86
brew vendor-gems: commit updates.
2025-04-11 07:31:08 +00:00
Patrick Linnane
cd57dbabb1
Merge pull request #19737 from Homebrew/dependabot/pip/Library/Homebrew/formula-analytics/typing-extensions-4.13.2
...
build(deps): bump typing-extensions from 4.13.1 to 4.13.2 in /Library/Homebrew/formula-analytics
2025-04-11 07:29:53 +00:00
Patrick Linnane
6a32009951
Merge pull request #19738 from Homebrew/dependabot/pip/Library/Homebrew/formula-analytics/urllib3-2.4.0
...
build(deps): bump urllib3 from 2.3.0 to 2.4.0 in /Library/Homebrew/formula-analytics
2025-04-11 07:29:30 +00:00
dependabot[bot]
0cbecb8598
build(deps-dev): bump rbi from 0.3.1 to 0.3.2 in /Library/Homebrew
...
Bumps [rbi](https://github.com/Shopify/rbi ) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/Shopify/rbi/releases )
- [Commits](https://github.com/Shopify/rbi/compare/v0.3.1...v0.3.2 )
---
updated-dependencies:
- dependency-name: rbi
dependency-version: 0.3.2
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-10 18:27:32 +00:00
dependabot[bot]
0503a074dd
build(deps): bump urllib3 in /Library/Homebrew/formula-analytics
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.4.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.4.0
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-10 18:16:52 +00:00
dependabot[bot]
1dcc4e03a1
build(deps): bump typing-extensions
...
Bumps [typing-extensions](https://github.com/python/typing_extensions ) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/python/typing_extensions/releases )
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python/typing_extensions/compare/4.13.1...4.13.2 )
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-version: 4.13.2
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-10 18:16:41 +00:00
Mike McQuaid
8aeaefe629
Merge pull request #19735 from Homebrew/brew_bundle_exec_env
...
bundle/commands/exec: adjust environment variable handling (again)
2025-04-10 15:40:44 +00:00
Mike McQuaid
2b92fc18fe
workflows/tests: drop macOS 13 tests.
...
These are almost 2x as slow as the next slowest tests and we'll be
dropping them around September this year at the latest anyway.
There's still some basic coverage from the "default formula" tests
which are much quicker to run on macOS 13.
2025-04-10 16:32:36 +01:00
Mike McQuaid
1a1aac9715
bundle/commands/exec: adjust environment variable handling (again)
...
We need to ensure that we keep around some `HOMEBREW_` variables so that
the e.g. `git` shim still works in `brew bundle exec`.
2025-04-10 16:16:53 +01:00
Mike McQuaid
1fb3bf8a14
Merge pull request #19733 from Homebrew/improve_brew_bundle_env
...
Improve `brew bundle exec`/`env`/`sh` environment handling
2025-04-10 14:43:27 +00:00
Mike McQuaid
359b68f827
Improve brew bundle exec
/env
/sh
environment handling
...
- Rather than maintaining a list of Homebrew environment variables to
delete, delete all Homebrew (and Portable Ruby) internal variables
that won't be used by other tools.
- When exporting variables, only export variables that have changed.
- When exporting PATH-like variables, ensure the PATH is appending to
the existing path rather than replacing it and ensure we only include
newly added paths.
2025-04-10 15:23:02 +01:00
Mike McQuaid
8d62e7650d
Merge pull request #19734 from Homebrew/commands_exec_test_fix
...
bundle/commands/exec: add missing require.
2025-04-10 12:19:04 +00:00
Mike McQuaid
a1343c94d0
bundle/commands/exec: add missing require.
...
This should fix the flaky test failures in `exec_spec.rb`.
2025-04-10 13:04:01 +01:00
Patrick Linnane
9709c4f30f
Merge pull request #19732 from Moisan/formula_php_shebang
...
shebang: include php language in formula
2025-04-10 08:38:33 +00:00
Mike McQuaid
eb786171ae
Merge pull request #19725 from unitof/fix-docs
...
docs: fix Formula Cookbook build command
2025-04-10 08:29:58 +00:00
Patrick Linnane
98e78bc79a
Merge branch 'master' into formula_php_shebang
2025-04-09 12:54:30 -07:00
Patrick Linnane
a3d508f3f9
Merge pull request #19728 from Homebrew/dependabot/github_actions/github/codeql-action-3.28.15
...
build(deps): bump github/codeql-action from 3.28.14 to 3.28.15
2025-04-09 19:46:29 +00:00
Patrick Linnane
2faeb169c0
Merge pull request #19730 from Homebrew/dependabot/bundler/Library/Homebrew/ruby-lsp-0.23.14
...
build(deps-dev): bump ruby-lsp from 0.23.13 to 0.23.14 in /Library/Homebrew
2025-04-09 19:37:30 +00:00