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 17, 2016
-
-
Alyssa Ross authored
-
Alyssa Ross authored
This reverts commit 50c964df.
-
Alyssa Ross authored
This was causing the flaky tests that #1508 started skipping. This is the second time that `Formula.installed`'s cache has bitten me with intermittent test failures, and I'd like it to be the last, so I've made it so the cache is cleared automatically when a tab is created. This _should_ mean that the cache is cleared any time it needs to be, with the exception of when a Keg is created artificially with no tab. I don't think there's anything I can do to automatically handle that use-case, though.
-
Markus Reiter authored
Reorder and rename test files.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Nov 16, 2016
-
-
Mike McQuaid authored
audit: only check previous formula version.
-
Mike McQuaid authored
audit: check that there are any stable revisions.
-
Mike McQuaid authored
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.
-
Mike McQuaid authored
Fixes the exception if `revision_map[formula.stable.version]` is `nil`.
-
Josh Hagins authored
hbc/cmd/style: bump rubocop-cask to 0.10.6
-
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
-