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 20, 2017
-
-
Alyssa Ross authored
Simplify Keg class
-
Alyssa Ross authored
-
Alyssa Ross authored
This seems to be a remnant of Ruby 1.8.
-
Mike McQuaid authored
tests: add a missing Tab cache clear
-
- Jan 19, 2017
-
-
Alyssa Ross authored
Similar to 6fc1747e. I hadn't seen any test failures caused by this, but I noticed it in the process of trackign that down and it's an accident waiting to happen.
-
Alyssa Ross authored
This was responsible for the sporadic failures I encountered in #1878.
-
Mike McQuaid authored
-
- Jan 18, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
tab: store installed_as_dependency, installed_on_request.
-
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
-