| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-20 | Merge pull request #1329 from jawshooah/cask/cleanup-tests | Josh Hagins | |
| cask/test: DRY up tests and remove redundant helper | |||
| 2016-10-20 | Fix code coverage issue by introducing shutup blocks | Martin Schimandl | |
| 2016-10-20 | Merge pull request #1308 from apjanke/info-with-formula-options | Andrew Janke | |
| brew info: include options to dependencies in display | |||
| 2016-10-20 | Merge pull request #1330 from reitermarkus/spec-helper | Markus Reiter | |
| Refactor `spec_helper`. | |||
| 2016-10-19 | cask/test: remove compliance_test | Josh Hagins | |
| 2016-10-19 | cask/test: DRY up tests and remove redundant helper | Josh Hagins | |
| 2016-10-19 | hbc/cli/list: don't print empty line if nothing to list | Josh Hagins | |
| 2016-10-19 | hbc/cli/list: don't require Caskroom to be initialized | Josh Hagins | |
| 2016-10-19 | Merge pull request #1325 from vin047/numbered-usernames | Josh Hagins | |
| fix 'cask info' for external repos with numbers | |||
| 2016-10-20 | test_formula: fix tests | Uladzislau Shablinski | |
| New name and old name must have different names | |||
| 2016-10-20 | formula: use names for formula comparison | Uladzislau Shablinski | |
| * Causes a bug in Formula#installed_alias_target_changed? when Formula#superseds_an_installed_formula? returns true because Formula#old_installed_formulae includes f for some Formula f. * Causes a bug when foo@2.4 with alias foo has HEAD or devel version and we try to `brew upgrade foo --devel|--HEAD` from stable. The upgrade fails while since we installing formula to the same prefix it's alredy installed. The reason for that is that we use `formula_to_install = outdated.map(&:latest_formula)` in cmd/upgrade before calling upgrade_formula on foo. ```ruby def latest_formula installed_alias_target_changed? ? current_installed_alias_target : self end ``` Formula#installed_alias_target_changed? compares formulae using Formula#==, which is wrong for this case, thus Formula#latest_formula doesn't return self and returns Formula#current_installed_alias_target with spec foo was initially installed instead of devel or HEAD, causing the error. | |||
| 2016-10-20 | cmd/outdated: group specs of same formulae | Uladzislau Shablinski | |
| Suppose you have devel and stable versions of `foo` installed. Their versions should be grouped together regardless their specs. Output before the change: foo (2.4), foo (3.28-01) < 5.1 Output after the change: foo (2.4, 3.28-01) < 5.1 | |||
| 2016-10-20 | Refactor `spec_helper`. | Markus Reiter | |
| 2016-10-19 | Require `spec_helper` globally. | Markus Reiter | |
| 2016-10-19 | Merge pull request #1320 from reitermarkus/which-lsar | Markus Reiter | |
| Also use `which` to find `lsar` in PATH. | |||
| 2016-10-19 | Use Ruby 2.x style for named arguments. | Yoshimasa Niwa | |
| 2016-10-19 | Merge pull request #1328 from jawshooah/cask/fix-tests | Josh Hagins | |
| Unset HOMEBREW_DEVELOPER in cask tests likely to raise deprecation errors | |||
| 2016-10-19 | Merge pull request #1315 from jawshooah/cask/load-only-rb | Josh Hagins | |
| hbc/locations: arg is file only if absolute or .rb file | |||
| 2016-10-19 | dsl_test: unset HOMEBREW_DEVELOPER to avoid deprecation errors | Josh Hagins | |
| 2016-10-19 | compliance_test: unset HOMEBREW_DEVELOPER to avoid deprecation errors | Josh Hagins | |
| 2016-10-19 | cask/spec: replace with_env_var with with_environment | Josh Hagins | |
| 2016-10-19 | testing_env: extract with_environment to helper module | Josh Hagins | |
| 2016-10-19 | Also use `which` to find `lsar` in PATH. | Markus Reiter | |
| 2016-10-19 | fix 'cask info' for external repos with numbers | Vinoth Ramiah | |
| fixes 2 issues: error when username has a number, correct url for repos not on github | |||
| 2016-10-18 | brew.sh: tweak xcode hint to auto-accept license | Matt Tagg | |
| Small improvement to the xcode license hint. Reduces friction by allowing user to accept the license in a single step. Reference: http://apple.stackexchange.com/questions/175069/how-to-accept-xcode-license | |||
| 2016-10-18 | Merge pull request #1317 from reitermarkus/refactor-rubocop-cask | Josh Hagins | |
| Refactor `brew cask style` not to require `.rubocop.yml`. | |||
| 2016-10-18 | hbc/locations: arg is file only if absolute or .rb file | Josh Hagins | |
| Handle the case when an argument passed to `brew cask` is both the name of a Cask and a non-Cask file in the current working directory. Fixes https://github.com/caskroom/homebrew-cask/issues/25611. | |||
| 2016-10-18 | Remove Cask’s `which` method. | Markus Reiter | |
| 2016-10-18 | Look for container extraction programs in PATH. | Markus Reiter | |
| 2016-10-18 | Merge pull request #1318 from reitermarkus/refactor-cask-tests | Markus Reiter | |
| Set `HOMEBREW_NO_EMOJI` and `HOMEBREW_CASK_OPTS` in `cask-tests`. | |||
| 2016-10-18 | Force the use of `rubocop-cask`’s default configuration. | Markus Reiter | |
| 2016-10-18 | Refactor `brew cask style` not to require `.rubocop.yml`. | Markus Reiter | |
| 2016-10-18 | Set `HOMEBREW_NO_EMOJI` and `HOMEBREW_CASK_OPTS` in `cask-tests`. | Markus Reiter | |
| 2016-10-18 | following to follow | Naren | |
| 2016-10-18 | remove empty line and concatenate newline to e.message in cli.rb | Naren | |
| 2016-10-18 | updating DSL test | Naren | |
| 2016-10-18 | updated cmd to point to prebug steps url | Naren | |
| 2016-10-18 | Merge pull request #1311 from MikeMcQuaid/audit-no-trailing-whitespace | Mike McQuaid | |
| audit: don't complain about trailing whitespace. | |||
| 2016-10-18 | audit: don't complain about trailing whitespace. | Mike McQuaid | |
| This is handled by `brew style` now. | |||
| 2016-10-17 | Merge pull request #1291 from Homebrew/cask/bump-rubocop-cask | Josh Hagins | |
| hbc/cli/style: bump RUBOCOP_CASK_VERSION | |||
| 2016-10-17 | hbc/cli/style: bump RUBOCOP_CASK_VERSION | Josh Hagins | |
| 2016-10-17 | brew info: include options to dependencies in display | Andrew Janke | |
| 2016-10-17 | install: prune build-only deps of deps | Andrew Janke | |
| This avoids needlessly installing build-time dependencies of dependencies which are not themselves being built from source. | |||
| 2016-10-17 | Formatter: identifier: only reset color, not full styling | Andrew Janke | |
| 2016-10-16 | Merge pull request #1298 from tdsmith/no-no-bad-unicode | Tim D. Smith | |
| Don't choke on invalid UTF-8 in `file` output | |||
| 2016-10-16 | scm/git: more old OS X versions tweaks. | Mike McQuaid | |
| - unset IFS to fix version parsing on older Bashes - reuse existing HOMEBREW_MACOS_VERSION if it’s available - set rather than unset popup_stub | |||
| 2016-10-16 | Merge pull request #1303 from MikeMcQuaid/old-osx-git-shim | Mike McQuaid | |
| shims/scm/git: fix on old OS X versions. | |||
| 2016-10-16 | shims/scm/git: fix on old OS X versions. | Mike McQuaid | |
| On older versions of OS X (i.e. pre-Mavericks) `xcode-select` is not required to be set when using the CLT. Fix this behaviour so `brew update` doesn't tell everyone on that configuration to `brew install git`. | |||
| 2016-10-16 | dependency_collector: need xz dep on <= macOS 10.8 | ilovezfs | |
| Mountain Lion: http://opensource.apple.com/source/libarchive/libarchive-25.1/config.h `/* #undef HAVE_LIBLZMA */` Mavericks: http://opensource.apple.com/source/libarchive/libarchive-29/config.h `#define HAVE_LIBLZMA 1` | |||
| 2016-10-15 | Explain why info could be nil | Tim D. Smith | |
