aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
AgeCommit message (Expand)Author
2017-02-01formulary: handle ScriptError in formulaAlyssa Ross
2016-12-10Tell people to report URL/tap deprecations to the tap.Mike McQuaid
2016-11-24exceptions: better handle unsupported macOS versions.Mike McQuaid
2016-11-05exceptions: reorder output based on importance.Mike McQuaid
2016-11-05exceptions: use specific build error checks.Mike McQuaid
2016-10-08Rename FormulaMethodDeprecatedError to MethodDeprecatedError.Markus Reiter
2016-10-02virtualenv_install_with_resources: select correct pythonilovezfs
2016-10-01Use Formatter for all URLs.Markus Reiter
2016-10-01Add `Formatter` module.Markus Reiter
2016-10-01Refactor Tty.Markus Reiter
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
2016-08-17exceptions: assume Ruby 2.Mike McQuaid
2016-08-05various: eliminate the usage of `any?` (#638)Xu Cheng
2016-07-29exceptions: add FormulaMethodDeprecatedError.Mike McQuaid
2016-07-27exceptions: port to generic layer.Mike McQuaid
2016-06-08exceptions: Remove duplicate "a" in "must be built from source" error (#339)Tony Kelman
2016-05-08Fix more bad dump_verbose_config referencesMartin Afanasjew
2016-04-22Update CompilerSelectionErrorMisty De Meo
2016-04-20exceptions: add reason to 'UsageError' exceptionMartin Afanasjew
2016-04-17exceptions: add FormulaClassUnavailableErrorMartin Afanasjew
2016-04-05tap: support --full even if installedilovezfs
2016-04-04GitHub: fix issues/pr searchingXu Cheng
2016-04-03BuildError: update for core/formula separationXu Cheng
2016-02-01DSL method "apply" to specify patch filesilovezfs
2016-01-05exceptions: hotfixBaptiste Fontaine
2016-01-05doctor: move code away from cmd/Baptiste Fontaine
2015-12-30Tap#issues_url addedBaptiste Fontaine
2015-12-09exceptions: tap is a Tap object nowXu Cheng
2015-12-03centralize the logic of handling `homebrew-` in Tap.fetchXu Cheng
2015-11-17Common build environment methods moved in build_environment.rbBaptiste Fontaine
2015-11-09exceptions: add TapAlreadyTappedErrorXu Cheng
2015-10-23run Checks#check_for_unsupported_osx unconditionallyXu Cheng
2015-10-23os: centralize check for pre-release OS X versionsMartin Afanasjew
2015-10-19install: make search output more intuitive.Eric Andrew Lewis
2015-10-14FormulaValidationError: include full_nameBaptiste Fontaine
2015-09-06exceptions: handle HOMEBREW_NO_GITHUB_API case.Mike McQuaid
2015-08-28reformat nested heredocs in BuildFlagsError and BuildToolsError to match Stri...William Woodruff
2015-08-22core file style updateXu Cheng
2015-08-21exceptions: change 10.9 Xcode URLMisty De Meo
2015-08-21exceptions: use xcode frontpageDominyk Tiller
2015-08-21Merge bottle install without Xcode branchMisty De Meo
2015-08-21Install: add BuildToolsError and BuildFlagsErrorWilliam Woodruff
2015-08-10exceptions: add TapFormulaWithOldnameAmbiguityErrorVlad Shablinsky
2015-08-10implement pinning of tapsCNA-Bld
2015-08-03Core files style updates.BrewTestBot
2015-07-26Fix typo in UnsatisfiedRequirements exception messageEdgar Gonzalez
2015-07-24BottleLoader: check version mismatchXu Cheng
2015-07-22exceptions: don't bracket urlpolamjag