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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- May 03, 2013
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#18247.
-
- May 01, 2013
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#17344.
-
- Apr 30, 2013
-
-
Jack Nagel authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#17399.
-
- Apr 28, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Now that we are testing for a custom exception type, we don't need to make any assertion about the message.
-
Jack Nagel authored
-
- Apr 27, 2013
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#19363.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Apr 26, 2013
-
-
Misty De Meo authored
-
Misty De Meo authored
Fixes Homebrew/homebrew#19265.
-
- Apr 25, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Apr 23, 2013
-
-
Jack Nagel authored
-
- Apr 22, 2013
-
-
Simon Sigurdhsson authored
Removes any global methods from formulae, and moves #kext_prefix (which seems to be at least somewhat abstractable) into the Formula class. The only formula with global methods is now aspell; it (and its generating script in contrib) has been changed to prefix that method with `aspell_`, to minimize the risk of name collisions. Closes Homebrew/homebrew#19331. Closes Homebrew/homebrew#19343. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Mike McQuaid authored
-
- Apr 21, 2013
-
-
Jack Nagel authored
-
- Apr 20, 2013
-
-
Jeremy Walker authored
Closes Homebrew/homebrew#19324.
-
- Apr 18, 2013
-
-
Jack Nagel authored
It was pointed out that this isn't used at all.
-
Jack Nagel authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#19074.
-
- Apr 17, 2013
-
-
Xiyue Deng authored
After converting to Pathname to create paths, using '+=' will result in path concatenation by '/', which result in weird path like 'gcc--svn/-HEAD'. This patch should fix this. Closes Homebrew/homebrew#19233. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Apr 16, 2013
-
-
Jack Nagel authored
Currently we check if "tag" is present in LANGUAGE_MODULES for every String dep, even if tag is nil. Stop doing this, and make the LANGUAGE_MODULES array into a Set instead to improve lookup performance.
-
Jack Nagel authored
-
Ashley Towns authored
Closes Homebrew/homebrew#19227. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Apr 15, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
See 05a456c231dc6da7cb0f7c70cb21feaf9a0d803c; same story.
-
Jack Nagel authored
This is an internal method, but is called a bunch of times in performance-critical codepaths, and is ultra slow because the constant is interpoplated into the Regexp each time the method is called. Alas, this has been fixed in Ruby 1.9+.
-
Jack Nagel authored
A FormulaPin object is created every time Formula is instantiated, so don't do filesystem operations or Pathname concatenation eagerly.
-