You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
are reporting a bug others will be able to reproduce and not asking a question. If you're not sure or want to ask a question do so on our Discourse: https://discourse.brew.sh
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
brew
command and reproduced the problem with multiple formulae? If it's a problem with a single, official formula (not cask) please file this issue at Homebrew/homebrew-core: https://github.com/Homebrew/homebrew-core/issues/new/choose. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew config
andbrew doctor
and included their output with your issue?When I run
brew upgrade neovim --fetch-HEAD && brew cleanup neovim
, I found that the cleanup step fails to cleanup the old version of the neovim.In fact,
brew cleanup <formula>
will fail whenever the formula is a HEAD/devel spec, or other corner cases. The culprit comes from:brew/Library/Homebrew/cleanup.rb
Line 169 in a2f5355
There should be some formula resovling logic similar to
ARGV.resovled_formulae
.brew/Library/Homebrew/extend/ARGV.rb
Lines 57 to 85 in a2f5355
The text was updated successfully, but these errors were encountered: