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
-
-
Vítor Galvão authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
bottle: fix regex
-
Alyssa Ross authored
tests: clean up file system for all tests
-
- Jan 22, 2017
-
-
Xu Cheng authored
Noted that this is intended for the revision of this formula instead of rebuild of a bottle.
-
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.)
-
Alyssa Ross authored
tests: reset ARGV in teardown
-
- Jan 21, 2017
-
-
Alyssa Ross authored
-
Alyssa Ross authored
tests: clear tab cache in global teardown
-
Alyssa Ross authored
-
Alyssa Ross authored
tests: enforce `super` in lifecycle hooks
-
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
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.
-