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. Jan 17, 2017
    • Alyssa Ross's avatar
      uses: fix recursive requirement resolution · 36c1c8e9
      Alyssa Ross authored
      Fixes #1848 by sharing recursive dependency resolution between
      dependencies and requirements.
      
      Coincidentally, this also fixes the errors introduced by #1784 that
      necessitated it being reverted in #1797.
      36c1c8e9
  2. Jan 14, 2017
  3. Jan 13, 2017
  4. Jan 12, 2017
    • ilovezfs's avatar
      InreplaceError: fix undefined method crash · ac7a5937
      ilovezfs authored
      When the first parameter to inreplace was an array, and the replacement
      failed, InreplaceError would end up crashing with an undefined method
      exception because the order of operations resulted in super not being
      passed the value of the entire inject block.
      ac7a5937
  5. Jan 10, 2017
  6. Jan 09, 2017
  7. Jan 08, 2017
  8. Jan 07, 2017
  9. Jan 06, 2017
  10. Jan 05, 2017
  11. Jan 04, 2017
  12. Jan 03, 2017
    • Mike McQuaid's avatar
      update-report: handle homebrew/versions imports. · ed66fa3a
      Mike McQuaid authored
      Imports from homebrew/versions are migrated from that tap and then
      renamed immediately when they hit homebrew/core. This did not trigger
      our previous rename detection so address these to improve the output and
      handle migration correctly.
      ed66fa3a
    • Mike McQuaid's avatar
      bottles: --force-bottle feigns or_later. · 79f9896d
      Mike McQuaid authored
      When reproducing issues with software that hasn’t been bottled yet on
      your version of macOS it can sometimes be helpful to use `or_later`
      bottle functionality i.e. just use the bottle for the latest version of
      macOS available. This maps well to the existing `--force-bottle`
      argument so it will now act as if the latest bottle has a `or_later`
      ending.
      79f9896d
  13. Jan 02, 2017
  14. Jan 01, 2017
Loading