| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-16 | Merge pull request #1522 from MikeMcQuaid/audit-one-previous-commit1.1.1 | Mike McQuaid | |
| audit: only check previous formula version. | |||
| 2016-11-16 | Merge pull request #1517 from MikeMcQuaid/audit-stable-version-empty | Mike McQuaid | |
| audit: check that there are any stable revisions. | |||
| 2016-11-16 | audit: only check previous formula version. | Mike McQuaid | |
| For calculating the stable/devel versions this should be sufficient as it's looking at `origin/master` so for a e.g. unmerged pull request this will stop complaining about mistakes outside the pull request itself. This will silence all warnings for historic version mistakes (i.e. before these audit checks were all enabled) which is normally a bad thing but as this case would rely on modifying history to complete is a good one. | |||
| 2016-11-16 | audit: check that there are any stable revisions. | Mike McQuaid | |
| Fixes the exception if `revision_map[formula.stable.version]` is `nil`. | |||
| 2016-11-15 | Merge pull request #1513 from Homebrew/jawshooah-patch-1 | Josh Hagins | |
| hbc/cmd/style: bump rubocop-cask to 0.10.6 | |||
| 2016-11-15 | hbc/cmd/style: bump rubocop-cask to 0.10.6 | Josh Hagins | |
| 2016-11-15 | Merge pull request #1510 from MikeMcQuaid/uninstall-no-nils | Mike McQuaid | |
| uninstall: remove nil requireds/dependents | |||
| 2016-11-15 | Merge pull request #1509 from MikeMcQuaid/development-tools-no-nil-versions | Mike McQuaid | |
| development_tools: don't create Versions from `nil` | |||
| 2016-11-15 | Merge pull request #1508 from MikeMcQuaid/uninstall-skip-flaky-tests | Mike McQuaid | |
| uninstall: skip some flaky tests for now. | |||
| 2016-11-15 | development_tools: don't create Versions from `nil` | Mike McQuaid | |
| This cause issues when e.g. using `debrew.rb` on a failing `system` command in a formula. | |||
| 2016-11-15 | uninstall: remove nil requireds/dependents | Mike McQuaid | |
| These shouldn’t get here in the first place so this is a bit of a hack pending a better fix. | |||
| 2016-11-15 | uninstall: skip some flaky tests for now. | Mike McQuaid | |
| These will be fixed properly later but this will avoid causing unnecessary CI failures. | |||
| 2016-11-15 | Merge pull request #1506 from MikeMcQuaid/audit-fix-version-not-decrease-again | Mike McQuaid | |
| audit: fix "version should not decrease" (again). | |||
| 2016-11-15 | audit: fix "version should not decrease" (again). | Mike McQuaid | |
| - output the max version and current version to make the message more obvious. - Don't compare the development spec version to the formula version and then complain the formula version is lower (it should always be!) | |||
| 2016-11-15 | Merge pull request #1498 from alyssais/uninstall_developer_warning | Mike McQuaid | |
| Warn developers when uninstalling a dependency | |||
| 2016-11-14 | Merge pull request #1435 from mistydemeo/dev_tools_version | Misty De Meo | |
| Add "null version" class, and return compiler versions/build versions as Version objects | |||
| 2016-11-14 | Merge pull request #1362 from reitermarkus/rubocop | Markus Reiter | |
| Update RuboCop to 0.45.0. | |||
| 2016-11-14 | Merge pull request #1504 from reitermarkus/exe-cab-containers | Markus Reiter | |
| Fix detection of self-extracting `.exe` files. | |||
| 2016-11-14 | Fix detection of self-extracting `.exe` files. | Markus Reiter | |
| 2016-11-14 | uninstall: style fixes | Alyssa Ross | |
| Works around Rubycop not liking method names that start with `is_` by changing convention from singular to plural. I think it's better that way anyway. | |||
| 2016-11-14 | uninstall: clean up warnings | Alyssa Ross | |
| 2016-11-14 | utils: fix capture_stderr style | Alyssa Ross | |
| 2016-11-14 | Warn developers when uninstalling a dependency | Alyssa Ross | |
| Suggested in #1084. Made the existing warning output entirely to STDERR, because previously the first line went to STDERR and subsequent ones went to STDOUT. | |||
| 2016-11-14 | Merge pull request #1501 from MikeMcQuaid/no-complain-brew-install-args | Mike McQuaid | |
| Don't warn about unused `brew install` arguments. | |||
| 2016-11-14 | Don't warn about unused `brew install` arguments. | Mike McQuaid | |
| This is a step closer to better argument handling but for now just fixes the issue in #1217 where it starts complaining about options like `--build-from-source` being used. | |||
| 2016-11-14 | Remove `flat_map` compatibility layer. | Markus Reiter | |
| 2016-11-14 | No empty `when`s. | Markus Reiter | |
| 2016-11-14 | Merge pull request #1500 from JCount/formula_versions-devel-fix | Mike McQuaid | |
| formula_versions: fix erroneous :stable in version_attributes_map | |||
| 2016-11-14 | Merge pull request #1494 from aw1621107/add-frounding-math | Mike McQuaid | |
| cc: Add -frounding-math to list of ignored flags | |||
| 2016-11-14 | Merge pull request #1497 from alyssais/uninstall_keg_to_formula | Mike McQuaid | |
| keg: don't rely on #to_formula | |||
| 2016-11-13 | formula_versions: fix erroneous :stable in version_attributes_map | JCount | |
| 2016-11-13 | keg: don't rely on #to_formula | Alyssa Ross | |
| It doesn't always work. For example, a keg could have been installed with a formula from a URL, which Homebrew now does not know how to access. Fixes #1496. | |||
| 2016-11-13 | No if/unless-modifier on multiline blocks. | Markus Reiter | |
| 2016-11-13 | Rename single line block parameters to `acc/elem`. | Markus Reiter | |
| 2016-11-13 | Update RuboCop to 0.45.0. | Markus Reiter | |
| 2016-11-13 | Use guard clauses. | Markus Reiter | |
| 2016-11-13 | cc: Add -frounding-math to list of ignored flags | Alex Wang | |
| 2016-11-13 | Merge pull request #1493 from MikeMcQuaid/audit-version-decrease-fix | Mike McQuaid | |
| audit: fix "version should not decrease" check. | |||
| 2016-11-13 | audit: fix "version should not decrease" check. | Mike McQuaid | |
| Fix the "version should not decrease" check so it correctly handles `version_scheme`s. Fixes #1489. | |||
| 2016-11-13 | Merge pull request #1415 from robinkunde/semver | Mike McQuaid | |
| Update macOS Xcode tool checks do use Version class for comparisons | |||
| 2016-11-13 | Merge pull request #1217 from MatzFan/invalid_build_option_warnings | Mike McQuaid | |
| Invalid build option warnings - supersedes #1088 | |||
| 2016-11-13 | Merge pull request #1488 from MikeMcQuaid/filter-formula-options | Mike McQuaid | |
| Filter formula build options based on those that exist. | |||
| 2016-11-12 | move semantic version comparisons into separate class | Robin Kunde | |
| 2016-11-12 | fix other 10 failing tests - doh | Bruce Steedman | |
| 2016-11-12 | Merge pull request #1487 from MikeMcQuaid/diagnostic-skip-xcode-select | Mike McQuaid | |
| diagnostic: skip xcode-select check with no Xcode. | |||
| 2016-11-12 | fix test | Bruce Steedman | |
| 2016-11-12 | Filter formula build options based on those that exist. | Mike McQuaid | |
| If `--with-foo` is provided to a formula through a tab or through another formula depending on it and this option does not exist it should be filtered. If it is not (the prior behaviour) then this can prevent bottles being used unnecessarily. Fixes #1399. | |||
| 2016-11-12 | @MikeMcQuaid requested changes | Bruce Steedman | |
| 2016-11-12 | diagnostic: skip xcode-select check with no Xcode. | Mike McQuaid | |
| Skip the `xcode-select` configuration check if there's no CLT or Xcode installed as in that case neither will be used. Fixes #1055. | |||
| 2016-11-12 | Merge pull request #1480 from devkhan/patch-1 | Mike McQuaid | |
| Typo: delet -> delete | |||
