Flowdock
class
Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Superclass: Object

A specific resolution from a given {Resolver}

Constants

Conflict = Struct.new( :requirement, :requirements, :existing, :possibility, :locked_requirement, :requirement_trees, :activated_by_name )

Attributes

[RW] states

@return [Array] the stack of states for the resolution

[RW] started_at

@return [Time] the time at which resolution began

[RW] iteration_rate

@return [Integer] the number of resolver iterations in between calls to

{#resolver_ui}'s {UI#indicate_progress} method
[R] original_requested

@return [Array] the dependencies that were explicitly required

[R] base

@return [DependencyGraph] the base dependency graph to which

dependencies should be 'locked'
[R] resolver_ui

@return [UI] the UI that knows how to communicate feedback about the

resolution process back to the user
[R] specification_provider

@return [SpecificationProvider] the provider that knows about

dependencies, requirements, specifications, versions, etc.
Show files where this class is defined (1 file)
Register or log in to add new notes.