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 19, 2016
-
-
Markus Reiter authored
-
- Nov 18, 2016
-
-
Mike McQuaid authored
Fix flaky tests.
-
Mike McQuaid authored
testbottest: don't use TEST_FIXTURE_DIR.
-
Mike McQuaid authored
This isn't defined for formulae.
-
Mike McQuaid authored
audit: don't check devel version_scheme/revision.
-
Mike McQuaid authored
uninstall: ignore deprecations when uninstalling.
-
Mike McQuaid authored
audit: check for HOMEBREW_PREFIX test path usage.
-
Mike McQuaid authored
Handle `MethodDeprecatedError` because we want people to be able to uninstall regardless of the content of their formula.
-
Mike McQuaid authored
This is also not allowed. As seen in https://github.com/Homebrew/homebrew-core/pull/6996.
-
Mike McQuaid authored
bump-formula-pr: add --message option
-
Mike McQuaid authored
utils/json: Replace OkJson with Ruby's core JSON.
-
Mike McQuaid authored
tests: ignore test files in test/vendor/bundle
-
William Woodruff authored
Removes OkJson from vendor/, as Ruby has included its own JSON parser in corelib since 1.9.x and Homebrew is now guaranteed to be running on 2.x+.
-
Josh Hagins authored
-
Josh Hagins authored
formula: update test_fixtures path
-
Zhiming Wang authored
Fix regression caused by #1364.
-
Zhiming Wang authored
For user-supplied PR message.
-
Mike McQuaid authored
These are formulae-wide so doesn't make sense to iterate through these for specs and get weird results. As seem in https://github.com/Homebrew/homebrew-core/pull/6952.
-
- Nov 17, 2016
-
-
Mike McQuaid authored
cmd/list: follow aliases
-
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`.
-
Uladzislau Shablinski authored
Closes #1514
-
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`
-