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 .
- Jan 18, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Also, report formulae installed on request. This is useful in differentiating between those formulae that are popular because they are widely requested and those that are popular because they are widely depended on.
-
Mike McQuaid authored
Which, in turn, provides them for `brew info --json=v1` so other tools such as e.g. `brew bundle` can make use of this information.
-
Mike McQuaid authored
These are used to determine whether or not a formula’s install was specifically requested by a user and/or pulled in as a dependency.
-
Mike McQuaid authored
integration_command_test_case: improve fail output
-
Mike McQuaid authored
Instead of `puts`ing when the failure occurs save it until the error message and print a prose description of what the failure was and the output from the command. This makes the output from failing tests significantly easier to read.
-
Mike McQuaid authored
bottle: add: improve regexp to recognize comments
-
Mike McQuaid authored
audit: only warn on versioned conflicts_with.
-
Mike McQuaid authored
uses: properly handle untapped formulae in recursive dependency expansion (again!)
-
Mike McQuaid authored
uses: fix recursive requirement resolution
-
Zhiming Wang authored
-
Mike McQuaid authored
Rather than all versioned formulae regardless. Oops.
-
- Jan 17, 2017
-
-
Zhiming Wang authored
This would have eliminated the need for Homebrew/homebrew-core#9000, for instance.
-
Mike McQuaid authored
Add `keg_only :versioned_formula`.
-
Mike McQuaid authored
suite_test: skip flaky test.
-
Mike McQuaid authored
-
Mike McQuaid authored
This is used to indicate a formula is a version of another formula. This will be used to provide a consistent interface for older formulae versions and replaces the use of `conflicts_with`.
-
Mike McQuaid authored
requirement: get formula from satisfy.
-
Mike McQuaid authored
audit: don't allow universal for new formulae.
-
Mike McQuaid authored
create: handle null versions.
-
Mike McQuaid authored
Unset GREP_OPTIONS.
-
Mike McQuaid authored
tests: test Formula#recursive_requirements
-
Alyssa Ross authored
This is a temporary measure until: - #1862 is merged - I can a test on `brew uses` against every formula in the official taps to verify that exceptions are no longer raised.
-
Alyssa Ross authored
…rmulae in recursive dependency expansion"" This reverts commit dc9819b8.
-
Alyssa Ross authored
Fixes #1848 by sharing recursive dependency resolution between dependencies and requirements. Coincidentally, this also fixes the errors introduced by #1784 that necessitated it being reverted in #1797.
-
Alyssa Ross authored
-
Mike McQuaid authored
Users may have this set, breaking grep's output. Fixes #1430.
-
Mike McQuaid authored
clarify what should be in brew create url
-
Mike McQuaid authored
Fixes #1821
-
Mike McQuaid authored
New feature: Allow download from private GitHub repository
-
- Jan 16, 2017
-
-
Mike McQuaid authored
When a Requirement is converted to a Formula it should be listed under the runtime dependencies.
-
Mike McQuaid authored
brew.1: use uninstall instead of remove.
-
Mike McQuaid authored
Fix documentation for HEAD upgrades.
-
Mike McQuaid authored
formula_installer: set specified_path on pour.
-
Alyssa Ross authored
-
- Jan 15, 2017
-
-
Mike McQuaid authored
This means that a `brew install $ALIAS` records the path accordingly so e.g. `Formula#full_installed_specified_name` returns the correct path.
-
Mike McQuaid authored
We're frowning on these now so may as well turn that into code.
-
Mike McQuaid authored
These can now be done with just `brew upgrade`, like other upgrades. Fixes #1818.
-
- Jan 14, 2017
-
-
ilovezfs authored
audit: whitelist unstable versions already in core
-