Mike McQuaid
Mike McQuaid
`HOMEBREW_INSTALL_FROM_API` is still in beta and it would be good to improve it as much as we can before releasing it to everyone. Various fixes need done e.g. fixing issues...
Running `brew` is slower than it could be. Part of this reason is that we `require` a bunch of ActiveSupport. It would be a good project to use `brew prof`...
This should allow a new tag format while falling back gracefully to the old one.
- Once the next version of `mas` is released: we can again rely on `mas outdated`. - `mas_signedin?` hasn't worked for a long time and isn't coming back so just...
This is used to identify the failure/success rate of various commands. Requires https://github.com/Homebrew/brew/pull/16847
**Is your feature request related to a problem? Please describe.** https://github.com/mas-cli/mas/pull/496 was merged but no stable release contains the fix for `mas outdated` so tools like `brew bundle` still cannot...
- write a schema when installing formulae (if not already present) - cache the schema on disk rather than downloading it every time - make more methods/attributes `private` - allow...
We already do this for deprecations but these may make warnings and errors from Homebrew easier to spot in GitHub Actions logs. Maybe we only want to do this for...
> ```ruby > resource "homebrew-test-audio" => :test do > ``` From https://github.com/Homebrew/brew/issues/17203 We should add support to `resource`s so that they can have `test` tags which mean: - they will...
The separate file is no longer required now that https://github.com/sorbet/sorbet/pull/7895 was merged. (if this fails, it'll be that we need a Sorbet version bump first)