summaryrefslogtreecommitdiff
path: root/lib/bundler/resolver.rb
Commit message (Expand)AuthorAgeFilesLines
* wrap the locked requirement in a DepProxyseg-resolver-error-formattingAndre Arko2015-08-011-1/+1
* [Resolver] Ordering and 1.8.7 arent friendsSamuel E. Giddins2015-07-311-1/+1
* [Resolver] Sort version conflicts by nameSamuel E. Giddins2015-07-301-1/+1
* [Resolver] Tune conflict message wordingSamuel E. Giddins2015-07-261-1/+1
* [Resolver] Update for Molinillo API changesSamuel E. Giddins2015-07-261-4/+6
* [Resolver] Explain what each failed bit in a conflict tree resolved toSamuel E. Giddins2015-07-261-0/+3
* [Resolver] No need to grab the name off of the conflicting requirementSamuel E. Giddins2015-07-221-4/+4
* [Resolver] Remove years-old commentSamuel E. Giddins2015-07-221-8/+0
* Get rid of clean_req in favor of a nicer #to_s in DepProxySamuel E. Giddins2015-07-221-15/+5
* [Resolver] Improve formatting of error messagesSamuel E. Giddins2015-07-211-3/+6
* Fix Lint/UnusedBlockArgumentErick Sasse2015-07-201-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-9/+9
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-19/+19
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-3/+0
* Merge branch '1-10-stable'Tim Moore2015-06-211-3/+5
|\
| * [Resolver] Fix initialization of search varseg-fixed-resolverSamuel E. Giddins2015-06-161-2/+1
| * [Resolver] Only search when necessarySamuel E. Giddins2015-06-131-1/+1
| * [Resolver] Add optimization for deps where theres a path/gemspec sourceSamuel E. Giddins2015-06-101-3/+6
* | Improve error message for circular dependency caseLorenzo Manacorda2015-06-171-1/+1
* | Merge tag 'v1.10.2'Samuel E. Giddins2015-05-301-5/+9
|\ \ | |/
| * [Resolver] Properly calculating amount constrained when the dep is lockedSamuel E. Giddins2015-05-291-5/+9
* | [Resolver] Re-add missing parens around lockfile nameSamuel E. Giddins2015-05-281-1/+1
* | Ensure we have resolve names for Gemfile and Gemfile.lockSamuel E. Giddins2015-05-281-2/+2
* | Print lockfile name relative from the current working directorySamuel E. Giddins2015-05-281-1/+1
* | Use the actual lockfile name in messages instead of assuming its always Gemfi...Samuel E. Giddins2015-05-281-3/+3
|/
* [Resolver] Properly cache #amount_constrained for deps with no satisfying ver...Samuel E. Giddins2015-05-171-2/+5
* [Resolver] Modify sorting heuristic to check how constraining the requirement...seg-resolver-constrainedSamuel E. Giddins2015-05-161-3/+11
* [Resolver] Speed up cases where a dependency with more possible versions is m...seg-resolver-sort-speedupSamuel E. Giddins2015-05-081-0/+1
* gems can be available without being installedAndre Arko2015-04-131-1/+2
* Merge tag 'v1.9.4'Andre Arko2015-04-131-6/+1
* [Resolver] Fix VersionConflict messageSamuel E. Giddins2014-12-031-2/+2
* [Resolver] Fix realworld edgecases spec on 1.8.7 due to a hash collisionSamuel E. Giddins2014-12-031-1/+1
* [Resolver] Fix grammar for the case of a single-gem circular dependency errorSamuel E. Giddins2014-12-031-2/+3
* [Resolver] Keep debug output in STDERRSamuel E. Giddins2014-11-241-0/+12
* [Resolver] Remove usage of flat_map because of Ruby 1.8.7Samuel E. Giddins2014-11-241-2/+2
* [Resolver] Fix all remaining molinillo spec failuresSamuel E. Giddins2014-11-241-8/+91
* [Resolver] More efficient sortingSamuel E. Giddins2014-11-241-4/+1
* [Resolver] Molinillo fixesSamuel E. Giddins2014-11-241-9/+11
* [Resolver] Update MolinilloSamuel E. Giddins2014-11-241-11/+16
* [Resolver] Raise GemNotFound when there are no possibilities to satisfy Gemfi...Samuel E. Giddins2014-11-241-8/+13
* [Resolver] Start migration to MolinilloSamuel E. Giddins2014-11-241-378/+77
* Performance: lazily memoize expensive `prerelease?` values during resolveDov Murik2014-10-201-2/+2
* Performance: pre-calculate expensive `prerelease?` values during resolveDov Murik2014-10-101-1/+2
* Improved the performance by avoid a O(n) lookup in statesSmit Shah2014-04-231-1/+1
* Fixed #2994 regression with the resolverSmit Shah2014-04-231-9/+14
* Adding condition to ensure current is not nilSmit Shah2014-02-131-1/+1
* Debug resolver once the find_conflict is doneSmit Shah2014-02-121-5/+2
* Fix some typos in lib/Jake Worth2014-01-251-4/+4
* Fixed #2833 issue with Bundler resolverSmit Shah2014-01-231-14/+26