PassWithDependencies
data class PassWithDependencies(val passClass: KClass<out Pass<*>>, val dependenciesRemaining: MutableSet<KClass<out Pass<*>>>)
A simple helper class to match a pass with its dependencies. dependenciesRemaining shows the currently remaining / unsatisfied dependencies. These values are updated during the ordering procedure.
Properties
Link copied to clipboard
currently unsatisfied dependencies (soft / hard / ExecuteBefore from other passes)