aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/debrew.rb
AgeCommit message (Expand)Author
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-09-24Rubocop: manual rule fixes.Mike McQuaid
2017-06-28Refactor using `Forwardable` and `DelegateClass`.Markus Reiter
2017-06-02Re-revert "Fix operator spacing."Markus Reiter
2017-06-01Revert "Fix operator spacing."ilovezfs
2017-05-31Fix operator spacing.Markus Reiter
2016-10-01Refactor Tty.Markus Reiter
2016-09-23Style/Alias: Prefer `alias`.Markus Reiter
2016-09-23Fix RuboCop CaseEquality.Markus Reiter
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
2015-08-06more core file style updated by rubocopXu Cheng
2015-08-03Core files style updates.BrewTestBot
2015-01-03Remove readline and zlib hacksJack Nagel
2014-12-26Remove unnecessary code from debuggerJack Nagel
2014-12-26Allow debugging patching failuresJack Nagel
2014-10-11Revert "Allow debugging patch failures"Jack Nagel
2014-10-10Allow debugging patch failuresJack Nagel
2014-09-18Delay requiring irb until runtimeJack Nagel
2014-09-18Fix exiting the debugger menu with CTRL-DJack Nagel
2014-09-18Implement `brew test --debug`Jack Nagel
2014-09-18Rewrite debugger to remove monkeypatches and use of call/ccJack Nagel
2014-06-27Disable "ignore" and "irb" debugger options unless we have a continuationJack Nagel
2014-06-12Prefer self.class.name to self.class.to_sJack Nagel
2014-03-14Fix the debug implementation of Resource#stage as wellJack Nagel
2014-03-14Fix Resource#stage method signature in debug modeJack Nagel
2014-03-13Allow the debugger to work from inside staged resourcesJack Nagel
2013-02-07Reduce footprint of readline hackJack Nagel
2013-02-06Split debrew up to faciliate test isolationJack Nagel
2013-02-06Don't discard exception instance data in debug modeJack Nagel
2012-11-11Work around Readline clashJack Nagel
2012-11-09debrew: take input from same line as promptJack Nagel
2012-10-28debrew: formula debugging for homebrewCamillo Lugaresi