In Files

  • bundler/vendor/molinillo/lib/molinillo.rb
  • bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
  • bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
  • bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
  • bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
  • bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  • bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
  • bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
  • bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
  • bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
  • bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
  • bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
  • bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
  • bundler/vendor/molinillo/lib/molinillo/errors.rb
  • bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
  • bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
  • bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
  • bundler/vendor/molinillo/lib/molinillo/resolution.rb
  • bundler/vendor/molinillo/lib/molinillo/resolver.rb
  • bundler/vendor/molinillo/lib/molinillo/state.rb

Class/Module Index [+]

Quicksearch

Bundler::Molinillo

Bundler::Molinillo is a generic dependency resolution algorithm.

Constants

ResolutionState

A state that a {Resolution} can be in @attr [String] name the name of the current requirement @attr [Array<Object>] requirements currently unsatisfied requirements @attr [DependencyGraph] activated the graph of activated dependencies @attr [Object] requirement the current requirement @attr [Object] possibilities the possibilities to satisfy the current requirement @attr [Integer] depth the depth of the resolution @attr [Hash] conflicts unresolved conflicts, indexed by dependency name @attr [Array<UnwindDetails>] unused_unwind_options unwinds for previous conflicts that weren't explored

VERSION

The version of Bundler::Molinillo.