| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-15 | brew-test-bot: make git commands shell-safe | Jack Nagel | |
| 2014-06-15 | brew-test-bot: make test commands shell-safe | Jack Nagel | |
| 2014-06-15 | Handle illegal constant names when fetching remote formulae | Jack Nagel | |
| 2014-06-15 | readall: fix permissions | Adam Vandenberg | |
| 2014-06-15 | Migrate readall | Adam Vandenberg | |
| 2014-06-14 | brew-test-bot: remove dead code | Jack Nagel | |
| 2014-06-14 | Revert "Only do formula class sanity checks once" | Jack Nagel | |
| This reverts commit ace78b1f3a59a893c7068e485555acf792470080. Fixes Homebrew/homebrew#30154. | |||
| 2014-06-14 | Remove cloudfoundry-cli | Ben Hale | |
| This change removes the cloudfoundry-cli formula from the repository. It will now be available from pivotal/tap tap. Closes Homebrew/homebrew#30105. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-14 | Handle non-ASCII output encoded as ASCII | Jack Nagel | |
| Some tool involved in `brew install node` is emitting UTF-8 even though LANG and LC_ALL are unset. Since the external encoding is US-ASCII, we need to guard against bad data here. | |||
| 2014-06-13 | Only define intel family test on intel CPU | Jack Nagel | |
| 2014-06-12 | Always pass path to formula constructor | Jack Nagel | |
| 2014-06-12 | Make compiler objects directly | Jack Nagel | |
| 2014-06-12 | No need to send, just call the method | Jack Nagel | |
| 2014-06-12 | Handle failures in temporary_install better | Jack Nagel | |
| 2014-06-12 | Remove repeated test code | Jack Nagel | |
| 2014-06-12 | Support older Minitest constant | Jack Nagel | |
| 2014-06-12 | Always expand __FILE__ | Jack Nagel | |
| 2014-06-12 | Always pass a path to formula constructor in tests | Jack Nagel | |
| 2014-06-12 | Move a test class that is only used once into the test | Jack Nagel | |
| 2014-06-12 | Remove an extra slash in file:// URLs in tests | Jack Nagel | |
| 2014-06-12 | Use example.com as domain in tests | Jack Nagel | |
| 2014-06-12 | Remove dummy method | Jack Nagel | |
| 2014-06-12 | Prefer self.class.name to self.class.to_s | Jack Nagel | |
| 2014-06-12 | Remove a const_defined? check | Jack Nagel | |
| 2014-06-12 | Linuxbrew: Use xdg-open | Shaun Jackman | |
| Closes Homebrew/homebrew#29817. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-12 | Deprecate Pathname#cp and Pathname#chmod_R | Jack Nagel | |
| As far as I can tell these methods have only ever been used in the test suite. Since Formula includes FileUtils, it is generally simpler (and in the case of cp, more readable) to use the FileUtils methods directly. Closes Homebrew/homebrew#30081. | |||
| 2014-06-12 | Deprecate Pathname#/ with non-string/non-pathname arguments | Jack Nagel | |
| Ruby 2.2 will define Pathname#/ as a simple alias of Pathname#+. In practice, this means that it will raise a TypeError unless the argument responds to to_path or to_str. Currently we blindly convert the argument to a string using to_s, so deprecate this in the interest of matching the upstream behavior. In the future we can replace this with alias_method :/, :+ unless method_defined?(:/) Closes Homebrew/homebrew#30079. | |||
| 2014-06-11 | Eliminate an uninitialized ivar warning | Jack Nagel | |
| 2014-06-11 | Decouple CompilerSelector from MacOS, clean up tests | Jack Nagel | |
| 2014-06-11 | Pass the version into the Compiler constructor, eliminate a type check | Jack Nagel | |
| 2014-06-11 | Fix up some assertions | Jack Nagel | |
| 2014-06-11 | Use assert_empty | Jack Nagel | |
| 2014-06-11 | Use Digest#file if it's available | Jack Nagel | |
| 2014-06-11 | Read df output in binary mode | Jack Nagel | |
| Fixes Homebrew/homebrew#30046. | |||
| 2014-06-10 | Remove unnecessary require | Jack Nagel | |
| 2014-06-10 | Remove unnecessary code | Jack Nagel | |
| 2014-06-10 | Rename TEST_FOLDER to TEST_DIRECTORY | Jack Nagel | |
| 2014-06-10 | Remove ABS__FILE constant from test environment | Jack Nagel | |
| 2014-06-10 | Scope setup to the tests that need it | Jack Nagel | |
| 2014-06-10 | Add methods for building test file paths | Jack Nagel | |
| 2014-06-10 | Trust the fixtures and stop asserting on file(1) output | Jack Nagel | |
| 2014-06-10 | Pull common code into setup method | Jack Nagel | |
| 2014-06-10 | Extract constant strings | Jack Nagel | |
| 2014-06-10 | Pull mock initialization code into initialize | Jack Nagel | |
| 2014-06-10 | Move updater mock into test class namespace | Jack Nagel | |
| 2014-06-10 | Use external interface in tests | Jack Nagel | |
| 2014-06-10 | Simplify test setup | Jack Nagel | |
| 2014-06-10 | Remove rcov rake task | Jack Nagel | |
| rcov is not compatible with Ruby 2.0. | |||
| 2014-06-10 | Remove ruby-prof rake task | Jack Nagel | |
| The areas that we are interested in optimizing for performance are things that are invoked repeatedly, and are not evident in the test suite. | |||
| 2014-06-10 | Stop caching Superenv.bin | Jack Nagel | |
| It is not a hotspot and causes an ordering dependency in the tests. | |||
