aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2014-09-18Remove workaround for old debuggerJack Nagel
2014-09-18Rewrite debugger to remove monkeypatches and use of call/ccJack Nagel
2014-09-18Disable outdated Xcode doctor checks until the bots are updatedJack Nagel
2014-09-18Xcode 6.0.1Jack Nagel
Closes Homebrew/homebrew#32394.
2014-09-16Fix variable shadowing bug in requirement expansionJack Nagel
Long term we should probably rename the installer's "f" attribute to "formula".
2014-09-16brew-test-bot: build changed dependencies first.Mike McQuaid
And don't uninstall them in-between. This should fix the issues where if e.g. OpenSSL changes in a pull request then it's only the dependents after it alphabetically would be built against the new version.
2014-09-15brew-test-bot: add --dry-run mode.Mike McQuaid
2014-09-14audit: access the homepage attribute onceJack Nagel
2014-09-14Consistently call name on formula instead of relying on to_sJack Nagel
2014-09-14Print each line of --env output atomicallyJack Nagel
2014-09-14Remove unnecessary conditionalJack Nagel
If ARGV.named.empty?, then ARGV.formulae.map(&:name) == [].
2014-09-14Remove InstallationError superclassJack Nagel
None of these subclasses share any behavior other than what is inherited from RuntimeError, so we can just get rid of the superclass.
2014-09-13Replace loop + delete with array differenceJack Nagel
2014-09-13Remove unused attribute from BuildErrorJack Nagel
2014-09-13Pass the ENV hash into the BuildError constructorJack Nagel
2014-09-12Use the superclass properlyJack Nagel
2014-09-12Make parameter names match superclass parameter namesJack Nagel
2014-09-12Remove default argument from Homebrew::InstallationErrorJack Nagel
This class is never instantiated directly, and all subclasses initializers have different signatures and do not rely on this.
2014-09-12Make exception subclasses use their superclass properlyJack Nagel
2014-09-12Don't use undent on keg-only reasonsJack Nagel
It will cut off the beginning of any interpolated lines. Fixes Homebrew/homebrew#32259.
2014-09-11Use safe_system when invoking install_name_toolJack Nagel
2014-09-11Use multiple-argument form of quiet_systemJack Nagel
2014-09-11Use only strings in ENV.x11Jack Nagel
2014-09-11The build environment should only deal with stringsJack Nagel
2014-09-11Don't directly assign Pathname objects to environment variablesJack Nagel
Fixes Homebrew/homebrew#32234.
2014-09-10Store the object itself in the failed download setJack Nagel
Patches don't respond to "name".
2014-09-10Use bundler for test gem dependencies.Mike McQuaid
Closes Homebrew/homebrew#31986. References Homebrew/homebrew#31981.
2014-09-10Prefer Xcode 6.1 on 10.10Dominyk Tiller
More Yosemite changes. Within two weeks or so, Xcode should be made available on the App Store, at which point 10.9 will need to go from “5.1.1” to “6.0” but whilst Yosemite is in Beta *everyone* should be using the Xcode Beta builds according to Apple, so Yosemite should be on 6.1 for the foreseeable, even when Apple releases Xcode 6.0 to 10.9 & below. 6.1 is still using the same Clang version number at this point. Closes Homebrew/homebrew#32201. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-09Provide more information about link errorsJack Nagel
References Homebrew/homebrew#32046.
2014-09-09Add :osxfuse dependency to support binary install.Johnathan Conley
add :osxfuse symbolic dependency add ConflictsWithFuseForOsx requirement for osxfuse/fuse4x/fuse4x-kext Closes Homebrew/homebrew#31975. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-09-08Fix file descriptor leakJack Nagel
2014-09-08Use predicate method and eliminate localJack Nagel
2014-09-08Avoid early returnJack Nagel
2014-09-08Remove haskell-platformJack Nagel
The latest version haskell-platform features an entirely different build system that does not play well with Homebrew, so it is being removed in favor of the ghc and cabal-install formulae. The binary installer can also be used instead: https://www.haskell.org/platform/mac.html Closes Homebrew/homebrew#31609.
2014-09-08test.pcap: add pcap fixture.Mike McQuaid
2014-09-07Fix file descriptor leak in Formula#systemJack Nagel
2014-09-07Make sure redirected stdout and stderr share the same offsetJack Nagel
This fixes broken output like this: Error: No such file or directory - non_existent_file ee/src/tree-1.7.0.tgz Already downloaded: /Library/Caches/Homebrew/tree-1.7.0.tgz ==> Verifying tree-1.7.0.tgz checksum tar xf /Library/Caches/Homebrew/tree-1.7.0.tgz
2014-09-07Move gnunet to the boneyardJack Nagel
Closes Homebrew/homebrew#30418.
2014-09-07Fix brew list when combining --pinned and --versionsMichael Hackner
Fixes Homebrew/homebrew#32067 Closes Homebrew/homebrew#32099. Closes Homebrew/homebrew#32134. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-07Clear GOBIN in environment setupJack Nagel
Closes Homebrew/homebrew#32014.
2014-09-07gist-logs: send an Accept header with the requestJack Nagel
2014-09-07gist-logs: extract methodsJack Nagel
2014-09-07gist-logs: always post config and doctor outputJack Nagel
Closes Homebrew/homebrew#32145.
2014-09-07gist-logs: remove unnecessary exception classJack Nagel
2014-09-07gist-logs: pull ternary out of hash literalJack Nagel
2014-09-07gist-logs: simplify setting the post pathJack Nagel
2014-09-07Use Formula#tap to get the repository nameJack Nagel
2014-09-07Simplify getting the list of doctor checksJack Nagel
2014-09-07Avoid intermediate arrayJack Nagel
2014-09-07Avoid intermediate arrayJack Nagel