Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. May 30, 2017
  2. Apr 17, 2017
    • Mike McQuaid's avatar
      uses: allow checking deleted formulae. · 5a2c91db
      Mike McQuaid authored
      This is useful for seeing when formulae are deleted if they are going to
      leave behind any formulae that depend on them.
      
      As a result, if there are any formulae returned return a non-zero/failed
      exit status.
      5a2c91db
  3. Feb 26, 2017
  4. Jan 17, 2017
  5. Jan 07, 2017
  6. Jan 05, 2017
    • Alyssa Ross's avatar
      uses: properly handle recursive deps exceptions · 536b6e23
      Alyssa Ross authored
      Fixes #1776.
      
      If any known formula had a dependency on an untapped tap,
      Formula#recursive_dependencies would throw an exception, which would be
      caught by the outer exception handler, causing the rest of the
      dependencies for that formula to be skipped and incomplete output to be
      generated.
      
      To fix this, I added a check to avoid analysing the dependencies of
      formulae from uninstalled taps.
      
      Additionally, I removed the aforementioned outer exception handler added
      in 5fdb89ae, because the only other
      place that should be capable of throwing such an exception is the
      statement that was surrounded by another wider exception handler in
      Homebrew/legacy-homebrew#40682.
      536b6e23
  7. Oct 15, 2016
  8. Oct 02, 2016
  9. Sep 12, 2016
  10. Jun 11, 2016
    • ilovezfs's avatar
      deps should respect skip-recommended · 63675084
      ilovezfs authored
      
      For example, `brew deps libass --skip-recommended` shouldn't print
      harfbuzz because, even though libass builds with harfbuzz when harfbuzz
      is not skipped, we asked to skip recommended, of which harfbuzz is one.
      
      The corresponding change is made for `brew uses` as well.
      
      Thanks to Xu Cheng for contributing the code. Any errors are mine.
      
      Closes #129.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      63675084
  11. Apr 16, 2016
  12. Apr 11, 2016
  13. Aug 03, 2015
  14. Jun 15, 2015
  15. Jun 07, 2015
  16. May 29, 2015
  17. May 20, 2015
  18. Apr 08, 2015
  19. Mar 08, 2015
  20. Feb 11, 2015
  21. Feb 09, 2015
  22. Dec 27, 2014
  23. Dec 24, 2014
  24. Jun 20, 2014
  25. Apr 08, 2014
  26. Mar 08, 2014
  27. Dec 13, 2013
  28. Oct 31, 2013
  29. Jun 27, 2013
  30. Jan 27, 2013
  31. Jan 14, 2013
  32. Aug 22, 2012
    • Max Howell's avatar
      Formula.Enumerable · 9274f7cd
      Max Howell authored
      Deprecated Formula.all, replaced usage with more appropriate enumerable options. Just check out how much nicer `brew audit` runs now.
      9274f7cd
  33. Mar 17, 2012
  34. Feb 04, 2012
Loading