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 .
- Jan 04, 2015
-
-
Jack Nagel authored
-
- Dec 27, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#33056.
-
- Oct 11, 2014
-
-
Jack Nagel authored
This reverts commit 988601624568a951d86bd00cf441d18681b4b500.
-
Jack Nagel authored
Closes Homebrew/homebrew#33056.
-
- Sep 19, 2014
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#32410.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jun 28, 2014
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#30472.
-
- Jun 13, 2014
-
-
Jack Nagel authored
-
- Mar 15, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
Fixes Homebrew/homebrew#27554.
-
- Mar 13, 2014
-
-
Jack Nagel authored
References Homebrew/homebrew#23263. Closes Homebrew/homebrew#27445.
-
- Feb 08, 2013
-
-
Jack Nagel authored
-
- Feb 07, 2013
-
-
Jack Nagel authored
We want to be able to test the raise functionality without monkey-patching #raise on every object in the system, which is one of the side effects of loading debrew.rb.
-
Jack Nagel authored
If the debugger's monkey-patched raise was passed an instantiated exception, the #exception method was called with a potentially nil argument, causing its instance data to be thrown away. This hides potentially useful information from the user. Fix it by allowing instantiated exceptions to be reraised unharmed. Fixes Homebrew/homebrew#17622.
-
- Nov 12, 2012
-
-
Jack Nagel authored
Only limited debugging functionality is available to things that involve the Readline formula, but it is better than crashing outright. c.f. Homebrew/homebrew#15776. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Nov 10, 2012
-
-
Jack Nagel authored
-
- Oct 28, 2012
-
-
Camillo Lugaresi authored
A new feature for easing the pain of working with complex formulas, or formulas for large packages. When running brew in debug mode (-d), if an exception propagates outside the formula's install method, you now get a menu which lets you return to the point where the exception was raised and perfom several useful actions, such as: - printing a backtrace - entering IRB to examine the context and test ruby code - entering the debugger (if ruby-debug is available) - entering a shell - ignoring the exception or proceeding with the raise as normal Signed-off-by:
Max Howell <mxcl@me.com> * Fixed conflict in build.rb. * Removed old debug handling in Formula.brew. Closes Homebrew/homebrew#10435.
-