Branch Vincent
62b2786934
formula: fix missing require
2024-07-15 21:37:31 -07:00
Patrick Linnane
df27448ea7
Merge pull request #17770 from Homebrew/sorbet-files-update
2024-07-15 21:37:04 -07:00
BrewTestBot
fa432491bd
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2024-07-16 00:22:02 +00:00
Sam Ford
11d6785bea
Add utils/backtrace requires
...
This is primarily intended to resolve the `uninitialized constant
Utils::Backtrace` error in `formula_versions.rb:60` but I expanded it
to try to cover all existing usage of `Utils::Backtrace`.
I've followed the existing pattern, where `utils/backtrace` is
required in the context of where it's used. Many of these cases use
`Backtrace` in a conditional manner, so I've tried to ensure that the
`require` follows suit.
2024-07-15 17:48:47 -04:00
Nanda H Krishna
75e77db9f4
Merge pull request #17769 from Homebrew/sponsors-maintainers-man-completions
...
Update manpage and completions.
2024-07-15 16:06:36 -04:00
BrewTestBot
f8cbcffeba
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-07-15 19:56:06 +00:00
Nanda H Krishna
9e7eef33a6
Merge pull request #17748 from Homebrew/brew_bump_all
...
`brew bump`: cleanup and improve `--eval-all` handling
2024-07-15 15:55:27 -04:00
Ruoyu Zhong
628d34b15f
Merge pull request #17758 from Homebrew/shell-command-stubs
...
Add `ShellCommand` module for shell command stubs
2024-07-15 15:53:46 -04:00
Ruoyu Zhong
dba8a13b74
shell_command: fix typecheck error
2024-07-15 15:39:10 -04:00
Ruoyu Zhong
5fc0fe21a7
Add a RuboCop for shell command stubs
2024-07-15 14:49:25 -04:00
Ruoyu Zhong
22c5bdf2af
dev-cmd/rubocop: use ShellCommand
2024-07-15 14:49:23 -04:00
Ruoyu Zhong
0e111e39a9
cmd/vendor-install: use ShellCommand
2024-07-15 14:48:37 -04:00
Ruoyu Zhong
1b62371455
cmd/update: use ShellCommand
2024-07-15 14:48:37 -04:00
Ruoyu Zhong
fdeb61094c
cmd/update-reset: use ShellCommand
2024-07-15 14:48:36 -04:00
Ruoyu Zhong
02aaf67d55
cmd/shellenv: use ShellCommand
2024-07-15 14:48:36 -04:00
Ruoyu Zhong
f7e3873ecd
cmd/setup-ruby: use ShellCommand
2024-07-15 14:48:36 -04:00
Ruoyu Zhong
e0db9061d1
cmd/formulae: use ShellCommand
2024-07-15 14:48:36 -04:00
Ruoyu Zhong
2ef745445b
cmd/casks: use ShellCommand
2024-07-15 14:48:36 -04:00
Ruoyu Zhong
06610bf807
cmd/--version: use ShellCommand
2024-07-15 14:48:36 -04:00
Ruoyu Zhong
23db47dba5
cmd/--repository: use ShellCommand
2024-07-15 14:48:36 -04:00
Ruoyu Zhong
d611e3e0f9
Add ShellCommand module for shell command stubs
2024-07-15 14:48:36 -04:00
Ruoyu Zhong
cb48a95bbd
Merge pull request #17765 from Homebrew/sync-shared-config
...
Synchronize shared configuration
2024-07-15 14:16:22 -04:00
Rylan Polster
86bf1eacdb
Merge pull request #17763 from Homebrew/fix-tap-git-head
2024-07-15 14:11:34 -04:00
Rylan Polster
b563d9920b
FormulaURILoader: use regex to validate refs before attempting to cast
2024-07-15 14:07:55 -04:00
Rylan Polster
d4910cc490
Merge pull request #17757 from krehel/fix-cask-info
2024-07-15 14:07:25 -04:00
BrewTestBot
67be4d89cf
lock-threads.yml: update to match main configuration
2024-07-15 18:03:34 +00:00
Rylan Polster
284f6b8829
Remove redundant context block
2024-07-15 13:55:23 -04:00
Rylan Polster
c4dabb5527
Have tap_git_head return nil when no tap is installed
2024-07-15 13:47:21 -04:00
Rylan Polster
9ff4bab171
Fix tab info test
2024-07-15 13:31:39 -04:00
Rylan Polster
3db7d01978
Merge pull request #17759 from Homebrew/revert-17719-sandbox_process_signals
2024-07-15 12:52:44 -04:00
Eric Sampson
d40ab11784
Add "-quiet" support to cask updgrade
2024-07-15 11:50:37 -05:00
Rylan Polster
7d16fd9186
Revert "sandbox: deny signal to other processes"
2024-07-15 12:22:02 -04:00
Justin Krehel
0799222df2
cask/info: fix installed size reporting
2024-07-15 11:24:38 -04:00
Mike McQuaid
8f863199bc
Merge pull request #17754 from Moisan/formula_utils_git_repository
2024-07-15 16:52:41 +02:00
Rylan Polster
169192aab0
Merge pull request #17755 from Moisan/formula_utils_gzip
2024-07-15 10:20:50 -04:00
Mike McQuaid
835c2f2e2b
Merge pull request #17742 from Homebrew/ruby_bash_commands_integrations
2024-07-15 16:10:31 +02:00
Thierry Moisan
84b725f01f
formula: add require utils/gzip
2024-07-15 10:09:12 -04:00
Thierry Moisan
4f80ef3049
formula: require utils/git_repository
2024-07-15 09:50:14 -04:00
William Woodruff
d4f808ffb5
Merge pull request #17753 from Homebrew/ww/missing-import
2024-07-15 09:45:09 -04:00
William Woodruff
79dabc918b
utils/pypi: add missing import
...
This was transitively imported before.
Signed-off-by: William Woodruff <william@yossarian.net>
2024-07-15 09:34:15 -04:00
Patrick Linnane
0f120b0837
Merge pull request #17746 from Homebrew/tap-require
2024-07-14 20:47:51 -07:00
Nanda H Krishna
d20add9786
brew bump: more improvements
2024-07-14 23:46:17 -04:00
Ruoyu Zhong
b99aaa68ce
Merge pull request #17749 from Homebrew/bump-formula-pr-missing-require
...
dev-cmd/bump-formula-pr: fix missing `require`
2024-07-14 23:31:01 -04:00
Patrick Linnane
4b749546aa
cmd/tap: add missing require
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-07-14 23:20:50 -04:00
Ruoyu Zhong
640f3c904a
dev-cmd/bump-formula-pr: fix missing require
...
Fixes https://github.com/Homebrew/homebrew-core/actions/runs/9931895403/job/27432438142#step:6:716 .
2024-07-14 23:17:45 -04:00
Nanda H Krishna
32d1f10fcf
Fix style issues
2024-07-14 23:13:59 -04:00
Ruoyu Zhong
e806870f85
cmd/update-reset.rb: the named args are repos not taps
2024-07-14 23:12:53 -04:00
Ruoyu Zhong
913ea0e5e4
abstract_command: fix raise_sh_command_error! not being found
2024-07-14 23:12:53 -04:00
Mike McQuaid
5987c5c1d0
Add stub Ruby commands for all Bash commands.
...
This gets us pretty similar (but easier to manage) manpage output but
much nicer completions etc. for all these commands.
2024-07-14 23:12:53 -04:00
Nanda H Krishna
4b2c9e0651
brew bump: cleanup and improve --eval-all handling
2024-07-14 23:11:34 -04:00