index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
test
/
test_dependency_collector.rb
Age
Commit message (
Expand
)
Author
2014-11-21
Fix dependency equality
Jack Nagel
2014-08-30
Fix tests on 1.8
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-03
Replace ComparableSet with a Requirements collection
Jack Nagel
2014-07-02
Don't expose the dependency cache data structure
Jack Nagel
2014-07-01
X11Dependency: use Version objects
Jack Nagel
2014-06-18
Use assert_includes
Jack Nagel
2014-06-18
Use assert_predicate
Jack Nagel
2014-06-18
Use a custom test class so we can avoid monkeypatching
Jack Nagel
2014-06-12
Use example.com as domain in tests
Jack Nagel
2014-06-10
Use external interface in tests
Jack Nagel
2014-04-03
Remove special behavior of autotools symbol deps
Jack Nagel
2014-03-09
Clear dependency cache after each test
Jack Nagel
2014-03-05
Remove special X11 proxy deps
Jack Nagel
2013-09-28
Infer dependencies from download strategies and URLs
Jack Nagel
2013-09-13
Stop mutating dependency specifications
Jack Nagel
2013-06-15
Avoid unnecessary float to string conversion
Jack Nagel
2013-06-08
Add :ld64 dependency
Misty De Meo
2013-05-06
Reduce allocations in dependency construction
Jack Nagel
2013-05-06
TypeError is appropriate here
Jack Nagel
2013-04-02
Don't use "assert_not_nil"
Jack Nagel
2013-04-02
Split out and fix LanguageModuleDependency tests
Jack Nagel
2013-02-10
Add :libltdl dep for libtool's libltdl
Jack Nagel
2013-02-10
Shrink DependencyCollector#parse_symbol_spec and add tests
Jack Nagel
2013-02-08
LanguageModuleDependency: foward args to superclass initalizer
Jack Nagel
2013-01-28
DependencyCollector: return created dep from #add
Jack Nagel
2013-01-26
Split dependency classes into separate files
Jack Nagel
2013-01-26
FormulaInstaller: allow formulae to pass options to deps
Jack Nagel
2013-01-13
Split up dependency test coverage
Jack Nagel