msanders / cider

Hassle-free bootstrapping with Homebrew.
https://pypi.python.org/pypi/cider/
MIT License
839 stars 25 forks source link

brew cask outdated -> brew cask cleanup --outdated #33

Closed att14 closed 8 years ago

att14 commented 8 years ago

Here is the change in homebrew. https://github.com/caskroom/homebrew-cask/pull/9478

ratson commented 8 years ago

@msanders would you have time to review the change?

msanders commented 8 years ago

Unfortunately these two commands don't seem to be equivalent. brew cask outdated used to return a list of outdated formulas (as in brew outdated), whereas brew cask cleanup --outdated just removes the cache. I'll have to look into this in more detail to see if we can continue to support this behavior with homebrew-cask, might just have to drop it.

RogerThiede commented 8 years ago

Would it be easy to simply drop this feature now while others look into workarounds to keep supporting the behavior? Cider can't be used to bootstrap a new system since cider restore hasn't worked. I'm trying to investigate if it's possible to revert to a very old version of brew in order to freshly bootstrap a new system.