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 23, 2012
  2. Aug 22, 2012
  3. Aug 21, 2012
  4. Aug 20, 2012
    • Jack Nagel's avatar
      factory: don't reload previously defined formulae · 35e32f35
      Jack Nagel authored
      
      build.rb calls Formula.factory to get a usable Formula object to pass to
      its install method. However, because the formula file is the actual
      executing script, its class is already defined, and loading it again
      causes the class to be re-evaluated, which, unfortunately, is not
      idempotent.
      
      This bug has existed for a very long time, and its side effects include
      duplicate entries the deps array and mirrors array, among others.
      Fortunately, the fix is very simple.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      35e32f35
  5. Aug 19, 2012
  6. Aug 18, 2012
Loading