-
- Downloads
Fix upgrading dependents on missing keg
Ensure that we don't try to check for broken linkage in a keg that doesn't exist. Furthermore, fix the reason we checked for the keg that doesn't exist by `Formula.clear_cache`. While here, I noticed that there was other methods of caching at use in `Formula` so consolidate them to be consistent. Fixes #8997
Showing
- Library/Homebrew/formula.rb 2 additions, 13 deletionsLibrary/Homebrew/formula.rb
- Library/Homebrew/formula_installer.rb 2 additions, 1 deletionLibrary/Homebrew/formula_installer.rb
- Library/Homebrew/tab.rb 1 addition, 1 deletionLibrary/Homebrew/tab.rb
- Library/Homebrew/test/keg_spec.rb 0 additions, 1 deletionLibrary/Homebrew/test/keg_spec.rb
- Library/Homebrew/upgrade.rb 2 additions, 1 deletionLibrary/Homebrew/upgrade.rb
Loading
Please register or sign in to comment