| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-07-26 | Fix typo in UnsatisfiedRequirements exception message | Edgar Gonzalez | |
| Closes Homebrew/homebrew#42125. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-07-24 | BottleLoader: check version mismatch | Xu Cheng | |
| Closes Homebrew/homebrew#42049. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-22 | exceptions: don't bracket url | polamjag | |
| Closes Homebrew/homebrew#41592. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-07-19 | TapFormulaUnavailableError: add back user and repo method | Xu Cheng | |
| Fixes Homebrew/homebrew#41888. | |||
| 2015-07-19 | improve TapLoader and TapFormulaUnavailableError | Xu Cheng | |
| * Restore the ability to load formula by `user/homebrew-repo/foo`. * Only suggest to install tap when tap isn't installed. Closes Homebrew/homebrew#41705. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-16 | Move 10.11 warning to doctor, pre-install, and post-failure | Jack Nagel | |
| Fixes Homebrew/homebrew#40778. | |||
| 2015-06-14 | add TapUnavailableError | Xu Cheng | |
| 2015-05-29 | exceptions: use Formula#full_name | Xu Cheng | |
| 2015-05-27 | load tap formula through direct search | Xu Cheng | |
| 2015-04-25 | Add Formula#logs | Jack Nagel | |
| 2015-03-03 | Always output formula information on build errors | Jack Nagel | |
| 2015-02-26 | exceptions: instruct not to file boneyard issues. | Mike McQuaid | |
| 2014-12-30 | Always dump full configuration | Jack Nagel | |
| 2014-12-29 | Move exception text into exception object | Jack Nagel | |
| 2014-12-29 | Preserve backtrace for download errors | Jack Nagel | |
| 2014-12-23 | Always show attribute value in validation error message | Jack Nagel | |
| 2014-10-31 | Remove FormulaAlreadyInstalledError | Jack Nagel | |
| install is the only command that can trigger this warning, so it should be handled before instantiating the installer. | |||
| 2014-09-18 | Pass command and arg list into ErrorDuringExecution constructor | Jack Nagel | |
| 2014-09-14 | Consistently call name on formula instead of relying on to_s | Jack Nagel | |
| 2014-09-14 | Remove InstallationError superclass | Jack Nagel | |
| None of these subclasses share any behavior other than what is inherited from RuntimeError, so we can just get rid of the superclass. | |||
| 2014-09-13 | Remove unused attribute from BuildError | Jack Nagel | |
| 2014-09-13 | Pass the ENV hash into the BuildError constructor | Jack Nagel | |
| 2014-09-12 | Use the superclass properly | Jack Nagel | |
| 2014-09-12 | Make parameter names match superclass parameter names | Jack Nagel | |
| 2014-09-12 | Remove default argument from Homebrew::InstallationError | Jack Nagel | |
| This class is never instantiated directly, and all subclasses initializers have different signatures and do not rely on this. | |||
| 2014-09-12 | Make exception subclasses use their superclass properly | Jack Nagel | |
| 2014-08-25 | Inline variable | Jack Nagel | |
| 2014-08-22 | Decouple IncompatibleCxxStdlibs from its superclass | Jack Nagel | |
| This exception is never used outside of the CxxStdlib class, so we don't need the Homebrew::InstallationError superclass. | |||
| 2014-07-12 | Linuxbrew: Move ISSUES_URL to os from global | Shaun Jackman | |
| Closes Homebrew/linuxbrew#103 Closes Homebrew/homebrew#30830. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-07-11 | exceptions: fix typo | Matt Hauck | |
| Closes Homebrew/homebrew#30821. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-07-06 | Drop pointless string split | Jack Nagel | |
| 2014-05-28 | Remove unused attribute | Jack Nagel | |
| 2014-05-28 | Remove unused method and associated test fixtures | Jack Nagel | |
| 2014-05-08 | exceptions: fix tap issue URL. | Mike McQuaid | |
| Closes Homebrew/homebrew#29043. | |||
| 2014-04-30 | --config -> config | Adam Vandenberg | |
| 2014-04-23 | Use gcc instead of apple-gcc42 when needed. | Mike McQuaid | |
| 2014-04-06 | show formula version in failed build output | Adam Vandenberg | |
| 2014-04-06 | Remove now unnecessary realpath calls | Jack Nagel | |
| 2014-04-05 | Automatically reinstall up-to-date dependencies that are missing options | Jack Nagel | |
| Closes Homebrew/homebrew#21223. | |||
| 2014-03-17 | Don't check issues on Ruby 1.8.6 | Misty De Meo | |
| The system certs are too old to be able to read from Github, so don't try to use the Github API on 1.8.6 either. | |||
| 2014-02-28 | Add custom exception for untapped formulae | Jack Nagel | |
| 2014-02-27 | Pass expansion-time build options to install_dependency | Jack Nagel | |
| 2014-02-18 | Tweak DownloadError message to include wrapped exception | Jack Nagel | |
| 2014-02-18 | Add DownloadError to catch a broader range of resource download errors. | Drew Rodman | |
| Adding a broader exception class allows for errors raised in Resource.fetch to be caught in upgrade and prevent the process from being killed when a download fails. This should resolve issue 18364. Fixes Homebrew/homebrew#18364. Closes Homebrew/homebrew#26618. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-02-18 | Inline static exception text to remove a rescue | Jack Nagel | |
| 2014-02-08 | Don't let issue search kill install process | Jack Nagel | |
| 2014-02-02 | C++ stdlibs: issue warning, don't fail the build | Misty De Meo | |
| 2014-01-20 | utils: improve issue searching. | Mike McQuaid | |
| * issues_matching now returns an array * prints issues titles and URLs * find_pull_requests shows closed PRs if no matching PRs are open Closes Homebrew/homebrew#26032. | |||
| 2014-01-03 | exceptions: remove unused AlreadyTappedError. | Mike McQuaid | |
