aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2014-07-03libspotify: migrate to homebrew/binary.Mike McQuaid
Closes #30632.
2014-07-03hllib: migrate to homebrew/boneyard.Mike McQuaid
Closes #30631.
2014-07-03bottle: use revision to find bottle block too.Mike McQuaid
2014-07-03stop Xcode tools from overriding deps when CLT is not installedCamillo Lugaresi
Closes #30641. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-03Fix Formula#<=> on trunk RubyJack Nagel
Arguably this method shouldn't exist and sort_by(&:name) used instead.
2014-07-03Replace ComparableSet with a Requirements collectionJack Nagel
2014-07-03Don't invoke mdfind in the testsJack Nagel
2014-07-03Add inspect to mock updater so test failures are readableJack Nagel
2014-07-02Accept -s as shorthand for --build-from-sourceJack Nagel
This is experimental and will be reverted if it causes problems. Closes #30392.
2014-07-02Move constants so we don't have to load all of ENV to get themJack Nagel
2014-07-02Move require into method to avoid circular requireJack Nagel
There is a nasty circular dependency here: formula.rb requirement.rb extend/ENV.rb extend/ENV/shared.rb formula.rb Probably the information that the build environment needs from formula should be passed in at runtime, but that seems hard and I really just want to be able to run the tests with warnings turned on. :/
2014-07-02Add min_version to X11Dependency inspect stringJack Nagel
2014-07-02Add regression test for decf7acced44bb156ba18677f55609b19ff6ca5aJack Nagel
2014-07-02Don't expose the dependency cache data structureJack Nagel
2014-07-02Pass relative paths into link exceptionsJack Nagel
2014-07-02Add a test that exercises the code in X11Dependency#satisfied?Jack Nagel
2014-07-01Fix typoJack Nagel
2014-07-01Use predicate methods instead of inspecting the tags arrayJack Nagel
2014-07-01Replace find_all + each with grepJack Nagel
2014-07-01X11Dependency objects: fix hash equalityJack Nagel
2014-07-01X11Dependency: use Version objectsJack Nagel
2014-07-01Use to_a definition from EnumerableJack Nagel
2014-07-01Use sort_by in missing deps doctor checkJack Nagel
2014-07-01Better Formula#inspect stringJack Nagel
2014-07-01Always use class.name to build inspect stringsJack Nagel
2014-07-01Use sort_by in PrettyListingJack Nagel
2014-07-01Flesh out linking testsJack Nagel
2014-06-30Remove default argument from make_relative_symlinkJack Nagel
All callers of this method now pass a mode object.
2014-06-30Pass the mode through the optlink methodJack Nagel
2014-06-30Simplify optlink methodJack Nagel
delete/unlink on a directory is the same operation as rmdir.
2014-06-30Add tests around opt linksJack Nagel
2014-06-30Use formula opt shortcutsJack Nagel
2014-06-30Add methods for manipulating the opt recordJack Nagel
2014-06-30Store the opt record so we don't have to keep reconstructing itJack Nagel
2014-06-30Group methods that operate on the linked keg recordJack Nagel
2014-06-30Add a method for getting the repo HEADJack Nagel
2014-06-30Fix tab testsJack Nagel
2014-06-29Don't mutate the tab objectJack Nagel
2014-06-29Remove explicit selfJack Nagel
2014-06-29Test that the tab round-trips through JSONJack Nagel
2014-06-29Fix typo in tab test setupJack Nagel
This is one of the many problems with using OpenStruct.
2014-06-29Normalize paths before calling Tab.from_fileJack Nagel
2014-06-29Add tests documenting install receipt loading behaviorJack Nagel
2014-06-29Remove test that is now covered by tab testsJack Nagel
2014-06-29explicitly initialize stdlibJack Nagel
2014-06-29Get the Tab class under testJack Nagel
2014-06-28Use TEST_SHA1 constant in checksum testsJack Nagel
2014-06-28Implement directory? on kegJack Nagel
Fixes #30484.
2014-06-27Convert update report to use compositionJack Nagel
2014-06-27Simplify valid_formula_location? methodJack Nagel