This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Nov 16, 2016
-
-
Josh Hagins authored
-
- Nov 15, 2016
-
-
Mike McQuaid authored
uninstall: remove nil requireds/dependents
-
Mike McQuaid authored
development_tools: don't create Versions from `nil`
-
Mike McQuaid authored
uninstall: skip some flaky tests for now.
-
Mike McQuaid authored
This cause issues when e.g. using `debrew.rb` on a failing `system` command in a formula.
-
Mike McQuaid authored
These shouldn’t get here in the first place so this is a bit of a hack pending a better fix.
-
Mike McQuaid authored
These will be fixed properly later but this will avoid causing unnecessary CI failures.
-
Mike McQuaid authored
audit: fix "version should not decrease" (again).
-
Mike McQuaid authored
- 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!)
-
Mike McQuaid authored
Warn developers when uninstalling a dependency
-
Misty De Meo authored
Add "null version" class, and return compiler versions/build versions as Version objects
-
- Nov 14, 2016
-
-
Markus Reiter authored
Update RuboCop to 0.45.0.
-
Markus Reiter authored
Fix detection of self-extracting `.exe` files.
-
Markus Reiter authored
-
Alyssa Ross authored
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.
-
Alyssa Ross authored
-
Alyssa Ross authored
-
Alyssa Ross authored
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.
-
Mike McQuaid authored
Don't warn about unused `brew install` arguments.
-
Mike McQuaid authored
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.
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
formula_versions: fix erroneous :stable in version_attributes_map
-
Mike McQuaid authored
cc: Add -frounding-math to list of ignored flags
-
Mike McQuaid authored
keg: don't rely on #to_formula
-
JCount authored
-
Alyssa Ross authored
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.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Alex Wang authored
-
- Nov 13, 2016
-
-
Mike McQuaid authored
audit: fix "version should not decrease" check.
-
Mike McQuaid authored
Fix the "version should not decrease" check so it correctly handles `version_scheme`s. Fixes #1489.
-
Mike McQuaid authored
Update macOS Xcode tool checks do use Version class for comparisons
-
Mike McQuaid authored
Invalid build option warnings - supersedes #1088
-
Mike McQuaid authored
Filter formula build options based on those that exist.
-
Robin Kunde authored
-
- Nov 12, 2016
-
-
Bruce Steedman authored
-
Mike McQuaid authored
diagnostic: skip xcode-select check with no Xcode.
-