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 23, 2017
-
-
Trevor Powell authored
Use "diskutil unmount force" to unmount DMGs.
-
- Jan 22, 2017
-
-
Alyssa Ross authored
These locations are now all automatically cleaned up after every test.
-
Alyssa Ross authored
These are no longer necessary.
-
Alyssa Ross authored
(No longer just integration tests.)
-
- Jan 21, 2017
-
-
Alyssa Ross authored
-
Alyssa Ross authored
-
Alyssa Ross authored
This will allow us to have global setup and teardown for tests. For example, we can automatically clear caches after each test, to avoid annoying intermittent failures like #1879 and #1886.
-
- Jan 20, 2017
-
-
Alyssa Ross authored
-
Alyssa Ross authored
This seems to be a remnant of Ruby 1.8.
-
- 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
-
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
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.
-
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
-
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`.
-
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
Fixes #1821
-
- Jan 16, 2017
-
-
Mike McQuaid authored
When a Requirement is converted to a Formula it should be listed under the runtime dependencies.
-
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
also allow higher stable versions with the same version prefix
-
- Jan 13, 2017
-
-
Andrew Janke authored
-
- Jan 12, 2017
-
-
ilovezfs authored
When the first parameter to inreplace was an array, and the replacement failed, InreplaceError would end up crashing with an undefined method exception because the order of operations resulted in super not being passed the value of the entire inject block.
-
Mike McQuaid authored
Fixes #1817.
-
Mike McQuaid authored
-