aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2017-06-27Add PreToken compositeEd Flanagan ed@flanagan.xyz
2017-06-27🥚 No easter egg for you!Markus Reiter
2017-06-25Merge pull request #2822 from ilovezfs/software_spec-recursive-reqsilovezfs
software_spec: define recursive deps and reqs
2017-06-25Merge pull request #2823 from MikeMcQuaid/test-simplify-minitestMike McQuaid
test: simplify minitest inclusion.
2017-06-25test: simplify minitest inclusion.Mike McQuaid
The previous version seems needlessly complicated given we only support a single Ruby version. It was also blowing up on Bundler 1.15.X.
2017-06-25software_spec: define recursive deps and reqsilovezfs
2017-06-25Merge pull request #2814 from mansimarkaur/javaMike McQuaid
[WIP] Added tests for language/java
2017-06-25Merge pull request #2790 from GauthamGoli/audit_legacy_patches_rubocopMike McQuaid
audit: Port audit_legacy_patches method to rubocop and add tests
2017-06-25changes test names for class methodsmansimarkaur
2017-06-25Set java environment var to test overridingmansimarkaur
2017-06-24Merge pull request #2777 from mansimarkaur/inc_test_covMike McQuaid
Added tests for language/node.rb
2017-06-24Merge pull request #2816 from MikeMcQuaid/test-needs-linkMike McQuaid
test: require non-keg-only formulae to be linked.
2017-06-24Merge pull request #2817 from MikeMcQuaid/no-fossies-urlMike McQuaid
audit: don't use Fossies as a primary URL.
2017-06-24audit: Port audit_legacy_patches method to rubocop and add testsGautham Goli
2017-06-24🔥 Remove test files after trashing.Markus Reiter
2017-06-24🗑️ Use AppleScript instead of Swift for trashing.Markus Reiter
2017-06-24Improved code qualitymansimarkaur
2017-06-24Removed extra space from include clausemansimarkaur
2017-06-23audit: don't use Fossies as a primary URL.Mike McQuaid
As requested in: https://github.com/Homebrew/homebrew-core/issues/14486#issuecomment-307753234
2017-06-23test: require non-keg-only formulae to be linked.Mike McQuaid
This can be overridden with `--force`. As mentioned in: https://github.com/Homebrew/homebrew-core/pull/14525#issuecomment-307838164
2017-06-23formula_installer: runtime reqs of build deps are build reqsilovezfs
so don't consider their absence fatal if we're pouring a bottle.
2017-06-23Added tests for language/javamansimarkaur
2017-06-23Stubbed nil:NilClassmansimarkaur
2017-06-23Attempt to fix testsmansimarkaur
2017-06-23Avoided the prepend_path not existing method errormansimarkaur
2017-06-23Added test for non existent node formula and existent npmrcmansimarkaur
2017-06-23Added rescue FormulaUnavailableError to setup_npm_environmentmansimarkaur
2017-06-23stubbed the node formulamansimarkaur
2017-06-23Improved test qualitymansimarkaur
2017-06-23Fixed style errorsmansimarkaur
2017-06-23Added tests for language/node.rbmansimarkaur
2017-06-22pkgconfig: update libcurl for 10.13Dominyk Tiller
2017-06-22os/mac/xcode: enforce minimum CLT version on 10.13Dominyk Tiller
2017-06-22os/mac/xcode: update CLT Clang for 10.13Dominyk Tiller
2017-06-22diagnostic: Update whitelisted dylib used by Symantec (again)Wang Boyu
2017-06-22diagnostic: Update whitelisted dylib used by SymantecWang Boyu
2017-06-21Merge pull request #2801 from apjanke/formula-cop-uniform-_body_node-paramMike McQuaid
rubocops: refactor to use consistent _body_node parameter name
2017-06-20Merge pull request #2806 from reitermarkus/apfsMarkus Reiter
🔨 Fix sorting on APFS.
2017-06-20Add support for `uninstall/zap :trash`.Markus Reiter
2017-06-20Add `trash` util.Markus Reiter
2017-06-20🔨 Fix sorting on APFS.Markus Reiter
2017-06-20Merge pull request #2776 from GauthamGoli/audit_checksum_rubocop_fixMike McQuaid
audit: Fix audit_checksum method's rubocop and add more tests
2017-06-19rubocops: use consistent (_)body_node parameter nameAndrew Janke
2017-06-19linkage_checker: Add harmless dylibs check.William Woodruff
While the linkage checker should normally report all broken links, there are a few cases where broken links are harmless. One case is when a the PPC slice of a program links to a PPC-only library that no longer exists on x86_64 OS X. Since the PPC slice is never loaded on modern OS X, inconsistencies within it do not need to be reported.
2017-06-19Merge pull request #2778 from jasonkarns/tap-full-nameMike McQuaid
refactor: DRY up redundant formulations of {#user}/homebrew-{#repo}
2017-06-19Tap learns to form its own full_nameJason Karns
full_name is formed from `{user}/homebrew-{repo}` and is always lowercase.
2017-06-17diagnostic: quiet some CI whining.Mike McQuaid
We want to be able to symlink Homebrew/test-bot to Homebrew/core on Linux for CI speed.
2017-06-16Refactor Checksum cop to add autocorrect methodGautham Goli
2017-06-16Simplify Checksum cop by auditing all checksumsGautham Goli
2017-06-16audit: Port audit_checksum method to rubocop and add testsGautham Goli