| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-16 | Reorder and rename test files. | Markus Reiter | |
| 2016-11-13 | keg: don't rely on #to_formula | Alyssa Ross | |
| It doesn't always work. For example, a keg could have been installed with a formula from a URL, which Homebrew now does not know how to access. Fixes #1496. | |||
| 2016-10-25 | uninstall: go easier on the integration tests | Alyssa Ross | |
| 2016-10-25 | Revert "keg: fallback to missing_deps if deps not in tab" | Alyssa Ross | |
| This reverts commit da1caba17c624f03fa8e6fbe59683f57fb7ac17a. | |||
| 2016-10-25 | keg: fallback to missing_deps if deps not in tab | Alyssa Ross | |
| 2016-10-25 | uninstall: consistent spelling of "dependent" | Alyssa Ross | |
| @ilovezfs pointed out that Homebrew generally uses "dependent", rather than "dependant". | |||
| 2016-10-25 | uninstall: refuse when dependants still installed | Alyssa Ross | |
| Closes #934. | |||
| 2016-08-06 | tests: fix code style issues (#587) | Andrea Kao | |
| 2016-07-27 | test_keg: port to generic layer. | Mike McQuaid | |
| 2016-06-29 | test: Add tests for Keg#mach_o_files link behavior. | William Woodruff | |
| Move dylib_path and bundle_path from test_mach to testing_env to accommodate the new tests. Closes #400. Signed-off-by: Martin Afanasjew <martin@afanasjew.de> | |||
| 2016-06-27 | Revert "test: Add test for Keg#mach_o_files hardlink behavior." | Tim D. Smith | |
| This reverts commit 62d7079684cdb568600e22531c62888622a71ff1. | |||
| 2016-06-27 | test: Add test for Keg#mach_o_files hardlink behavior. | William Woodruff | |
| Move dylib_path and bundle_path from test_mach to testing_env to accommodate the new test. Closes #400. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2016-05-15 | Synchronize counts for link and unlink (#242) | Paolo G. Giarrusso | |
| Closes #239. | |||
| 2016-01-09 | test_keg: add test_empty_installation | Xu Cheng | |
| 2015-08-17 | test_keg: add tests for oldname optlink | Vlad Shablinsky | |
| Closes Homebrew/homebrew#42998. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-03-29 | keg: explicitly create cmake dir under lib | Ben Morgan | |
| Packages supporting CMake may install configuration files for use with CMake's find_package command. A recommended location for these is `<prefix>/lib/cmake` which is not unique across packages. This may cause issues for Formula using this location when their Keg is linked. As with pkg-config, explicitly create the `lib/cmake` folder when linking a Keg that has installed folders/files to this location. Also add testcase. Closes Homebrew/homebrew#38005. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2014-10-20 | Handle broken symlinks in resolve_any_conflicts | Jack Nagel | |
| Fixes Homebrew/homebrew#33328. | |||
| 2014-10-20 | Fix filesystem leak in keg tests | Jack Nagel | |
| 2014-07-12 | Handle conflicts where links point at symlinks | Jack Nagel | |
| Fixes Homebrew/homebrew#30664. | |||
| 2014-07-12 | Always link symlinks directly | Jack Nagel | |
| 2014-07-03 | Add more tests documenting linking behavior | Jack Nagel | |
| 2014-07-03 | Avoid chdir just to make a symlink | Jack Nagel | |
| 2014-07-03 | Move repeated pathname into setup | Jack Nagel | |
| 2014-07-03 | Don't assign @keg twice in setup | Jack Nagel | |
| 2014-07-03 | No need to silence output from Keg#link anymore | Jack Nagel | |
| 2014-07-01 | Flesh out linking tests | Jack Nagel | |
| 2014-06-30 | Add tests around opt links | Jack Nagel | |
| 2014-06-23 | Use Keg#uninstall to uninstall kegs | Jack Nagel | |
| 2014-06-18 | Use assert_predicate | Jack Nagel | |
| 2014-06-18 | Switch to Minitest | Jack Nagel | |
| 2014-06-18 | Use a custom test class so we can avoid monkeypatching | Jack Nagel | |
| 2014-04-21 | Raise AlreadyLinkedError when a keg is already linked | Jack Nagel | |
| 2014-04-21 | Raise useful errors from make_relative_symlink | Jack Nagel | |
| 2014-03-27 | Assert that Keg#link produces relative symlinks | Jack Nagel | |
| 2014-03-27 | Assert that the broken symlink is actually overwritten | Jack Nagel | |
| 2014-03-27 | Don't let broken symlinks halt linking | Jack Nagel | |
| 2013-08-09 | Always prune empty toplevel directories when unlinking | Jack Nagel | |
| Closes Homebrew/homebrew#21750. | |||
| 2013-08-09 | Keep track of pruned parent directories | Jack Nagel | |
| 2013-08-09 | Add tests to demonstrate failure to prune empty directories | Jack Nagel | |
| 2013-08-09 | Remove hardcoded paths in keg tests | Jack Nagel | |
| 2013-08-09 | Remove keg test dependency on formula | Jack Nagel | |
| 2013-05-14 | test_keg: reduce noise by including FileUtils | Jack Nagel | |
| 2013-05-14 | test_keg: make mode an ivar | Jack Nagel | |
| 2013-05-09 | Overwrite broken symlinks with --overwrite | Desmond Brand | |
| Closes Homebrew/homebrew#19480. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2013-04-01 | Silence stderr in test suite | Jack Nagel | |
| 2012-10-23 | Fix Keg tests | Misty De Meo | |
| * unreverse expected/actuals * don't assume linked file order is guaranteed - it wasn't! | |||
| 2012-10-20 | brew ln --force is now brew ln --overwrite | Misty De Meo | |
| * Renames --force to --overwrite, freeing up brew ln --force for Homebrew/homebrew#13349 * Changes --dry-run to preview linking by default, rather than overwriting. An overwrite dry-run can be simulated via both --dry-run --overwrite * Adds some basic Keg tests | |||
