| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-31 | Handle tap file renames that remove a file from the formula directory | Jack Nagel | |
| 2014-07-30 | Remove confusing implicit options handling | Jack Nagel | |
| This code is supposed to allow depends_on "foo" => "with-bar" to work when foo has only a "without-bar" option. The options system was not designed to support this. Unfortunately, it was bolted on anyway. The implementation is extremely difficult to understand, and it only works for certain types of options, which is confusing from a user's point of view. Luckily, no formulae in core or the official taps rely on the behavior in order to function. It is hindering progress in improving this code, so I am removing it. | |||
| 2014-07-30 | Simplify BuildOptions copy tests | Jack Nagel | |
| 2014-07-30 | Rename resource? to resource_defined? | Jack Nagel | |
| 2014-07-29 | Simplify internal representation of patches | Jack Nagel | |
| - remove support for IO objects, since we no longer access ::DATA directly - since we don't need to support IO objects, use a separate class for string patches and stop wrapping strings in StringIO ojects | |||
| 2014-07-29 | Decouple DATA patches from the executing script | Jack Nagel | |
| 2014-07-29 | Store test patches in constants | Jack Nagel | |
| 2014-07-28 | Add test 1x1 images for formula test fixtures. | Mike McQuaid | |
| images | |||
| 2014-07-26 | Add test for reporting tap updates | Jack Nagel | |
| 2014-07-26 | Clean up updater tests | Jack Nagel | |
| 2014-07-26 | Only populate the report with formula paths | Jack Nagel | |
| 2014-07-26 | Separate reading and parsing the diff | Jack Nagel | |
| 2014-07-25 | update: remove unused rename detection | Jack Nagel | |
| Right now this code only produces false positives. When we have real support for renames, we can implement it more carefully. Closes #31126. | |||
| 2014-07-25 | update: simplify diff parsing | Jack Nagel | |
| 2014-07-18 | Add a factory method that accepts a formula object | Jack Nagel | |
| 2014-07-18 | Ask the filename object for the prefix | Jack Nagel | |
| 2014-07-18 | Move bottle filename construction to a class | Jack Nagel | |
| 2014-07-16 | Remove more dead code | Jack Nagel | |
| 2014-07-16 | Don't raise when converting the tag to a version fails | Jack Nagel | |
| 2014-07-16 | Raise ArgumentError when a symbol can't be mapped to a version | Jack Nagel | |
| The fact that this is implemented as a hash lookup is an implementation detail, so don't let the KeyError bubble up. | |||
| 2014-07-16 | Rename test | Jack Nagel | |
| 2014-07-16 | Remove dead code | Jack Nagel | |
| Formula objects are always constructed with an explicit name, so we no longer need to special case an empty name or the name "__UNKNOWN__". | |||
| 2014-07-16 | Rename fetch_bottle_for to fetch_checksum_for | Jack Nagel | |
| 2014-07-15 | Implement []= on BottleCollector | Jack Nagel | |
| 2014-07-15 | No need to set the URL for dependency test | Jack Nagel | |
| 2014-07-15 | Eagerly set the download strategy | Jack Nagel | |
| 2014-07-13 | Use accessor method in test | Jack Nagel | |
| 2014-07-12 | Handle conflicts where links point at symlinks | Jack Nagel | |
| Fixes #30664. | |||
| 2014-07-12 | Always link symlinks directly | Jack Nagel | |
| 2014-07-11 | Add test for InstallRenamed module | Jack Nagel | |
| 2014-07-10 | Raise Errno::ENOENT instead of RuntimeError from Pathname#install | Jack Nagel | |
| 2014-07-10 | Fix method signature | Jack Nagel | |
| 2014-07-07 | Remove proc handling from BuildEnvironment | Jack Nagel | |
| 2014-07-07 | Eliminate some indirection in evaluating requirement env blocks | Jack Nagel | |
| 2014-07-07 | Simplify BuildEnvironmentDSL test setup | Jack Nagel | |
| 2014-07-07 | Merge should return self | Jack Nagel | |
| 2014-07-07 | Dependency initializer takes an array | Jack Nagel | |
| 2014-07-07 | Fix BuildEnvironment marshalling test | Jack Nagel | |
| 2014-07-07 | Don't need mocks here | Jack Nagel | |
| 2014-07-07 | Only store one proc per BuildEnvironment instance | Jack Nagel | |
| 2014-07-06 | Close duped output streams before returning | Jack Nagel | |
| 2014-07-05 | Add popen wrapper that does not invoke the shell | 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-03 | Option does not need to be Comparable | Jack Nagel | |
| 2014-07-03 | Add assert_eql to provide better failure messages for eql? tests | Jack Nagel | |
| 2014-07-03 | Fix PkgVersion#<=> | Jack Nagel | |
