Overview
-
module Build-
module Graph-
class EdgeRepresents a set of inputs to a graph node.
-
class NodeThis is essentialy a immutable key:
-
class TransientErrorAn error that represents a transient build failure which can be retried.
-
module ChildrenFailedMixed in to errors raised when child tasks have failed.
-
module InputsFailedMixed in to errors raised when tasks generating inputs have failed.
-
class TaskRepresents a single unit of work within a build graph walk.
-
class WalkerA walker walks over a graph and applies a task to each node.
-
-