| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-28 | bump-formula-pr: improve formula name guessing. | ilovezfs | |
| 2018-01-27 | Allow passing down configuration into Cask. | Markus Reiter | |
| 2018-01-27 | Create `Hbc::Config` class. | Markus Reiter | |
| 2018-01-26 | Always install Gems into bundler location. | Mike McQuaid | |
| 2018-01-26 | tap-new: update based on Homebrew/brew travis.yml. | Mike McQuaid | |
| 2018-01-26 | ruby.sh: fix version check. | Mike McQuaid | |
| - Rather than checking for the absence of a failure check for an actual success in the check - Fix the check to work on Ruby 1.9 (where `RUBY_VERSION.to_s.dup` is required to avoid modifying a frozen string). | |||
| 2018-01-24 | bump-formula-pr: only validate tar files. | ilovezfs | |
| 2018-01-24 | bump-formula-pr: use "resource" not "rsrc" | ilovezfs | |
| 2018-01-24 | Merge pull request #3725 from MikeMcQuaid/fix-odeprecated-again1.5.2 | Mike McQuaid | |
| utils: reduce odeprecated warnings. | |||
| 2018-01-24 | utils: reduce odeprecated warnings. | Mike McQuaid | |
| Fix the code so we don't actually output `odeprecated` warnings for `HOMEBREW_CACHE`d or `.brew`d formulae. | |||
| 2018-01-23 | Merge pull request #3724 from ilovezfs/call-satisfied-at-least-once | Mike McQuaid | |
| build: call satisified? before modifying env. | |||
| 2018-01-23 | build: remove req satisfied calls. | Mike McQuaid | |
| 2018-01-23 | requirement: odeprecated for default_formula usage. | Mike McQuaid | |
| 2018-01-23 | requirement: make deprecated stuff unsupported. | Mike McQuaid | |
| 2018-01-23 | requirement: call satisfied? from modify_build_environment. | Mike McQuaid | |
| 2018-01-22 | build: call satisified? before modifying env. | ilovezfs | |
| Requirement#modify_build_environment may depend on the side effects of Requirement#satisfied?, so make sure the latter is called at least once for each requirement during formula installation. Prior to b70b5429d09, Requirement#satisfied? would usually be called during Build#expand_reqs, but that is longer the case. | |||
| 2018-01-22 | fetch: also fetch resources' patches | ilovezfs | |
| 2018-01-22 | resource: allow patches to be applied | ilovezfs | |
| 2018-01-21 | rubocop: don't always display cop names. | ilovezfs | |
| 2018-01-21 | Merge pull request #3712 from sesam/language-fix | Mike McQuaid | |
| fix broken sentence | |||
| 2018-01-21 | Merge pull request #3703 from ilovezfs/dot-dirs-are-not-racks | Mike McQuaid | |
| formula: reject dot dirs as racks | |||
| 2018-01-21 | Merge pull request #3702 from ilovezfs/fix-rmdir_if_possible-with-mount-points | Mike McQuaid | |
| pathname: fix rmdir_if_possible with mount points | |||
| 2018-01-21 | Merge pull request #3706 from MikeMcQuaid/deprecation-fixes | Mike McQuaid | |
| Deprecation fixes and cleanup | |||
| 2018-01-21 | compat/requirements: fix dependency names. | Mike McQuaid | |
| 2018-01-21 | formula_support: remove duplicated odeprecated. | Mike McQuaid | |
| These are already present in compat. | |||
| 2018-01-21 | upgrade --all: use odeprecated. | Mike McQuaid | |
| 2018-01-21 | (un)linkapps: hide from manpage, use odeprecated. | Mike McQuaid | |
| 2018-01-21 | utils: no deprecations for cached formulae. | Mike McQuaid | |
| `HOMEBREW_CACHE`d and `.brew`ed formulae cannot be updated so don't complain about their deprecation. | |||
| 2018-01-21 | fix broken sentence | Simon B | |
| 2018-01-19 | formula: reject dot dirs as racks | ilovezfs | |
| Dot directories are not racks because formulae names do not start with "." so avoid attempting to descend into dot directories, which may not always be possible (e.g. .Trashes). | |||
| 2018-01-19 | pathname: fix rmdir_if_possible with mount points | ilovezfs | |
| Attempting to rmdir a directory that is a mount point results in EBUSY, not EACCES or ENOENT, so also rescue EBUSY in rmdir_if_possible. | |||
| 2018-01-18 | Improve deprecation message for dependency tags | Alyssa Ross | |
| It took me a while to figure out what this deprecation actually did, because the message wasn't accurate. | |||
| 2018-01-18 | Load formula_support deprecations | Alyssa Ross | |
| We should probably write tests for these going forward. ;) | |||
| 2018-01-18 | `prepend` instead of alias hacks for deprecations | Alyssa Ross | |
| 2018-01-18 | Merge pull request #3676 from apjanke/make-apjanke-former-maintainer | Mike McQuaid | |
| README: update list of maintainers | |||
| 2018-01-18 | Update other Homebrew maintainers. | Mike McQuaid | |
| 2018-01-18 | Merge pull request #3661 from MikeMcQuaid/deprecate-default-formula | Mike McQuaid | |
| Deprecate default_formula Requirement DSL | |||
| 2018-01-18 | Merge pull request #3689 from sjackman/pull-json | Mike McQuaid | |
| publish_bottle_file_on_bintray: Use f.full_name | |||
| 2018-01-18 | Merge pull request #3694 from MikeMcQuaid/more-odisabled | Mike McQuaid | |
| Disable and add more deprecations. | |||
| 2018-01-18 | Merge pull request #3693 from ilovezfs/info-always-show-spec-options | Mike McQuaid | |
| info: show spec options for optionless formulae | |||
| 2018-01-18 | Merge pull request #3659 from MikeMcQuaid/deprecated-requirements-harder | Mike McQuaid | |
| Deprecate requirements harder | |||
| 2018-01-18 | Merge pull request #3636 from Homebrew/rubocop-bump | Mike McQuaid | |
| rubocop 0.52.1 | |||
| 2018-01-18 | Disable and add more deprecations. | Mike McQuaid | |
| These have all been deprecated/compat for a while. | |||
| 2018-01-18 | Deprecate requirements harder | Mike McQuaid | |
| Remove more Requirement logic to enable future removal of default formula logic. Also, output deprecations, convert symbol requirement usage to deps and simplify the compatibility code for the direct Requirement usage. | |||
| 2018-01-18 | Merge pull request #3652 from MikeMcQuaid/add-more-deprecations-disables | Mike McQuaid | |
| Add more deprecations, disable some existing ones. | |||
| 2018-01-18 | info: show spec options for optionless formulae | ilovezfs | |
| Previsiouly, info would not display --HEAD or --devel for formulae that had no options other than those spec options. | |||
| 2018-01-17 | utils: tell developers to submit odeprecated PRs. | Mike McQuaid | |
| Rather than just telling them to submit an issue as it's likely that as these folks will be able to submit a PR. | |||
| 2018-01-17 | rubocop: fix brew style warnings. | Mike McQuaid | |
| 2018-01-16 | publish_bottle_file_on_bintray: Use f.full_name | Shaun Jackman | |
| 2018-01-15 | rubocop 0.52.1 | Mike McQuaid | |
