Molinillo::ResolutionState(R, S)
A state that a {Resolution} can be in @attr [String] name the name of the current requirement @attr [Array] 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
Constructors
new(name : Nil | String, requirements : Array(R), activated : Molinillo::DependencyGraph(Molinillo::Resolver::Resolution::PossibilitySet(R, S) | S | Nil, R), requirement : R | Nil, possibilities : Array(Molinillo::Resolver::Resolution::PossibilitySet(R, S)), depth : Int32, conflicts : Hash(String, Molinillo::Resolver::Resolution::Conflict(R, S)), unused_unwind_options : Array(Molinillo::Resolver::Resolution::UnwindDetails(R, S)))
SourceClass methods
Instance methods
activated
Sourceactivated=(activated : DependencyGraph(Resolver::Resolution::PossibilitySet(R, S) | Nil | S, R))
Sourceconflicts
Sourcedepth
Sourcename
Sourcepossibilities
Sourcerequirement
Sourcerequirement=(requirement : R | Nil)
Sourcerequirements
Sourceunused_unwind_options
Source