-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew cask zap _foo_
errors with: Error: undefined method
fetch' for Hbc::SystemCommand:Class`
#21583
Comments
Can reproduce. Looks like #13966 might’ve broken Pinging @mwean @jawshooah as well. |
I confirm. Got it too. |
This is the breaking change. I forgot to include As a consequence, my blunder went unnoticed. I’m in the middle of preparing a fix right now. |
This PR fixes an issue with 6500fa1, in which the (internal) installer API was refactored in preparation for the big change. That refactoring missed one case, causing `zap` to break; see #21583. There are **no tests** included with this fix due to pre-existing coverage issues. Test will follow in a separate commit.
Fixed in #21607. |
…rew#21607) This PR fixes an issue with 6500fa1, in which the (internal) installer API was refactored in preparation for the big change. That refactoring missed one case, causing `zap` to break; see Homebrew#21583. There are **no tests** included with this fix due to pre-existing coverage issues. Test will follow in a separate commit.
Description of issue
brew cask zap _foo_
errors with:Error: undefined method
fetch' for Hbc::SystemCommand:Class`Output of
brew cask zap _foo_ --verbose
What I tried
brew uninstall --force brew-cask; brew untap phinze/cask; brew update; brew cleanup; brew cask cleanup
.brew update; brew cleanup; brew cask cleanup
.brew uninstall --force brew-cask; brew update
.brew untap phinze/cask; brew untap caskroom/cask; brew update
.Output of
brew doctor
Output of
brew cask doctor
The text was updated successfully, but these errors were encountered: