38881 Commits

Author SHA1 Message Date
Markus Reiter
a6d539cf11
Merge pull request #16680 from reitermarkus/loader-infinite-recursion
Fix flaky `Formulary` test.
2024-02-16 10:58:56 +01:00
Markus Reiter
a0148b9890
Merge pull request #16681 from reitermarkus/formula-unavailable-flaky-tests
Fix flaky `CaskDependent` tests.
2024-02-16 10:55:37 +01:00
Markus Reiter
adbd11a0db
Fix flaky tests. 2024-02-16 10:49:32 +01:00
Markus Reiter
ad1d50e64a
Clear tap cache after setting up test formula. 2024-02-16 10:44:01 +01:00
Markus Reiter
18150d9629
Demonstrate flaky tests. 2024-02-16 10:39:21 +01:00
Mike McQuaid
645cf35ae1
Merge pull request #16676 from abitrolly/create-github-parsing
formula_creator: Fix GitHub parsing when name doesn't match URL
2024-02-16 08:43:42 +00:00
Mike McQuaid
d6ab8b1664
Merge pull request #16674 from abitrolly/patch-1
Ask to use HOMEBREW_NO_INSTALL_FROM_API=1 for audit
2024-02-16 08:42:32 +00:00
Mike McQuaid
eebd844d6e
Merge pull request #16664 from Homebrew/bump_no_force
dev-cmd/bump*: do not allow forcing multiple PRs.
2024-02-16 08:29:54 +00:00
Patrick Linnane
b71b054dae
Merge pull request #16679 from Homebrew/dependabot/bundler/Library/Homebrew/prism-0.24.0 2024-02-15 23:14:26 -08:00
BrewTestBot
f7983b4961
brew vendor-gems: commit updates. 2024-02-15 23:01:25 -08:00
dependabot[bot]
1b500385b7
build(deps-dev): bump prism from 0.21.0 to 0.24.0 in /Library/Homebrew
Bumps [prism](https://github.com/ruby/prism) from 0.21.0 to 0.24.0.
- [Release notes](https://github.com/ruby/prism/releases)
- [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ruby/prism/compare/v0.21.0...v0.24.0)

---
updated-dependencies:
- dependency-name: prism
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 23:01:25 -08:00
Patrick Linnane
e76b253e72
Merge pull request #16678 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-and-sorbet-static-and-runtime-0.5.11261 2024-02-15 22:59:08 -08:00
Patrick Linnane
4b197b9648
Merge pull request #16677 from Homebrew/dependabot/bundler/Library/Homebrew/rbi-0.1.9 2024-02-15 22:54:18 -08:00
BrewTestBot
1fe62134bc
brew vendor-gems: commit updates. 2024-02-16 06:44:29 +00:00
BrewTestBot
15d95c966f
Update RBI files for rbi.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-02-16 06:43:58 +00:00
BrewTestBot
2256db0fc4
brew vendor-gems: commit updates. 2024-02-16 06:43:28 +00:00
dependabot[bot]
521f7b8260
build(deps): bump sorbet-runtime and sorbet-static-and-runtime
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet). These dependencies needed to be updated together.

Updates `sorbet-runtime` from 0.5.11258 to 0.5.11261
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-static-and-runtime` from 0.5.11258 to 0.5.11261
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 06:42:48 +00:00
dependabot[bot]
584fd4fd42
build(deps-dev): bump rbi from 0.1.8 to 0.1.9 in /Library/Homebrew
Bumps [rbi](https://github.com/Shopify/rbi) from 0.1.8 to 0.1.9.
- [Release notes](https://github.com/Shopify/rbi/releases)
- [Commits](https://github.com/Shopify/rbi/compare/v0.1.8...v0.1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 06:41:58 +00:00
Anatoli Babenia
cf598aaf5e formula_creator: Remove unused GitHub property 2024-02-16 09:29:45 +03:00
Anatoli Babenia
55a37b2148
Ask to use HOMEBREW_NO_INSTALL_FROM_API=1 for audit 2024-02-16 08:45:05 +03:00
Kevin
57ff9bc3eb
Merge pull request #16672 from reitermarkus/audit-double-quotes
Fix duplicate quotes in dependency audit.
2024-02-15 20:13:26 -08:00
Colin Dean
de8afa4f10
Merge branch 'Homebrew:master' into patch-4 2024-02-15 17:31:24 -05:00
Colin Dean
32d0d333a6
Update Common-Issues.md: One last attempt at whitespace fixes
…before I drop into a codespace to fight mdl
2024-02-15 17:13:51 -05:00
Colin Dean
eba4121bf1
Apply suggestions from code review
Co-authored-by: Patrick Linnane <patrick@linnane.io>
2024-02-15 17:06:14 -05:00
Markus Reiter
b25d4c4c02
Fix duplicate quotes in dependency audit. 2024-02-15 22:43:29 +01:00
Patrick Linnane
65102db3f3
Merge pull request #16670 from EricFromCanada/BrewTestBot-URLs
docs: redirect from old BrewTestBot URLs
2024-02-15 13:04:12 -08:00
Eric Knibbe
220f56037c
docs: redirect from old BrewTestBot URLs
Also, sweep up remaining "Brew Test Bot" instances, and use brewtestbot.png for both BrewTestBot pages.
2024-02-15 14:50:24 -05:00
Colin Dean
417fbd69f6
Update Common-Issues.md: Fixes whitespace 2024-02-15 14:18:48 -05:00
Colin Dean
9b340b3c99
Common-Issues: Documents resolving dual installations from Migration Assistant copies
This is an extract and refactor of the linked Discussions post from @gromgit.
2024-02-15 14:05:40 -05:00
Mike McQuaid
0a206a4093
Merge pull request #16667 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-and-sorbet-runtime-0.5.11258
build(deps): bump sorbet-static-and-runtime and sorbet-runtime in /Library/Homebrew
2024-02-15 17:57:06 +00:00
Markus Reiter
c51cbbfd3b
Merge pull request #16666 from Homebrew/btb-rename
docs: `Brew Test Bot` -> `BrewTestBot`
2024-02-15 18:43:13 +01:00
BrewTestBot
49045caf3b
brew vendor-gems: commit updates. 2024-02-15 17:41:32 +00:00
dependabot[bot]
997ed78658
build(deps): bump sorbet-static-and-runtime and sorbet-runtime
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) and [sorbet-runtime](https://github.com/sorbet/sorbet). These dependencies needed to be updated together.

Updates `sorbet-static-and-runtime` from 0.5.11255 to 0.5.11258
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-runtime` from 0.5.11255 to 0.5.11258
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 17:39:37 +00:00
Patrick Linnane
3080c2b209
docs: Brew Test Bot -> BrewTestBot
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-02-15 09:26:50 -08:00
Patrick Linnane
c6e91102b8
Merge pull request #16665 from Homebrew/btb-doc-rename
docs: rename homebrew-core maintainer guide
2024-02-15 09:21:28 -08:00
Patrick Linnane
a09c47b0fa
docs: update links for BrewTestBot maintainer doc
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-02-15 09:10:59 -08:00
Markus Reiter
ebd30fbbff
Merge pull request #16623 from reitermarkus/formulary-loader-for
Refactor `Formulary::loader_for`.
2024-02-15 18:09:47 +01:00
Patrick Linnane
80a451de93
docs: rename homebrew-core maintainer guide
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-02-15 09:03:31 -08:00
Mike McQuaid
7df07b991b
dev-cmd/bump*: do not allow forcing multiple PRs.
If there are duplicate PRs: we shouldn't suggest and allow a trivial
override. Instead, they should be created manually.

An undocumented override exists for BrewTestBot to do autobumps.
2024-02-15 17:02:31 +00:00
Patrick Linnane
9acd5c9074
Merge pull request #16634 from p-linnane/btb-maintainer-doc-update
docs: modernize BrewTestBot info for maintainers
2024-02-15 08:39:24 -08:00
Michka Popoff
a06eac0963
Merge pull request #16643 from iMichka/docpep
docs: improve Python docs, add section about PEP 668
2024-02-15 14:34:21 +01:00
Mike McQuaid
231c8ff697
Merge pull request #16661 from Homebrew/sponsors-maintainers-man-completions
Update sponsors.
2024-02-15 13:17:00 +00:00
BrewTestBot
be27a485c2
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-02-15 13:07:18 +00:00
Michka Popoff
f520b7192b
docs: improve Python docs, add section about PEP 668
Remove comment about Python@2 that is now long gone
2024-02-15 13:34:12 +01:00
Markus Reiter
efa6130a66
Use FromDefaultNameLoader for diagnostics. 2024-02-15 01:37:43 +01:00
Markus Reiter
fe1f6c95f5
Fix FromDefaultNameLoader. 2024-02-14 23:09:18 +01:00
Markus Reiter
b717f5d954
Remove unused TapFormulaWithOldnameAmbiguityError. 2024-02-14 22:56:25 +01:00
Markus Reiter
177e9163c2
Fix code style. 2024-02-14 22:47:29 +01:00
Markus Reiter
f4ac2996a7
Fix type signature. 2024-02-14 22:11:51 +01:00
Mike McQuaid
947525893f
Merge pull request #16606 from Homebrew/deprecation-disable-forks-versions-docs
Update Acceptable/Deprecating/Forks/Versions docs
2024-02-14 19:29:18 +00:00