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. Aug 19, 2012
  2. Aug 18, 2012
  3. Aug 16, 2012
    • Jack Nagel's avatar
      FormulaInstaller: filter ARGV when testing for installed deps · 83cdc64b
      Jack Nagel authored
      
      In FormulaInstaller#install, needed_deps is created without first
      filtering ARGV for flags like --HEAD. In practice, this means that
      sometimes needed_deps will contain dependencies that are actually
      already installed; --HEAD causes Formula#installed_prefix to differ and
      thus checking Formula#installed? will result in false negatives.
      
      This can trigger weird bugs; for example, Homebrew/homebrew#10380, where the "Installing
      foo" header is displayed even though no dependencies were previously
      installed.
      
      Fix this by filtering ARGV before testing for installed dependencies,
      and do the same for requirements to maintain symmetry, and because some
      requiremnts check Formula#installed? as well.
      
      Fixes Homebrew/homebrew#10380.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      83cdc64b
  4. Aug 15, 2012
  5. Aug 14, 2012
    • Max Howell's avatar
      Improve libiconv diagnostic and suggestion · 3dec84de
      Max Howell authored
      This is coming up a lot at the moment, so here is an attempt to be more helpful.
      3dec84de
    • Max Howell's avatar
      `brew doctor -D` (diagnostic-dump) · fef6d5b8
      Max Howell authored
      -D is now the switch for diagnostic-dumps. Let it be so.
      
      Shows how long each doctor method takes in a sorted table at end. I used this to move the two slowest methods to the end of the doctor run so that as much useful information can be shown as quickly as possible.
      
      Also now possible to specify on command line which tests should be run.
      fef6d5b8
    • Max Howell's avatar
      `brew irb` fix · 9fffbde9
      Max Howell authored
      Broke when I removed `require 'formula'` from ARGV.rb.
      9fffbde9
    • Misty De Meo's avatar
      options: Print "--" in option name for --compact · a3ca4f08
      Misty De Meo authored
      This was a regression which caused the bash completion script to
      fail to complete formula options.
      a3ca4f08
  6. Aug 13, 2012
  7. Aug 12, 2012
Loading