Utils
Attributes
- Source
- Utils.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Utils.type
Members list
Value members
Concrete methods
Combines two status codes, returning the most severe. ERROR > CANCELLED > OK
Combines two status codes, returning the most severe. ERROR > CANCELLED > OK
Attributes
- Source
- Utils.scala
Compute modules with BSP transitively disabled using single-pass topological traversal. A module is disabled if it has enableBsp=false OR any of its direct deps is disabled.
Compute modules with BSP transitively disabled using single-pass topological traversal. A module is disabled if it has enableBsp=false OR any of its direct deps is disabled.
Attributes
- Source
- Utils.scala
Extract os.Path values from input task results. Input tasks like Task.Sources return PathRef or Seq[PathRef] values.
Extract os.Path values from input task results. Input tasks like Task.Sources return PathRef or Seq[PathRef] values.
Attributes
- Source
- Utils.scala
Find all input tasks (Task.Input, Task.Source, Task.Sources) at the roots of the task graph by traversing upstream from the given tasks.
Find all input tasks (Task.Input, Task.Source, Task.Sources) at the roots of the task graph by traversing upstream from the given tasks.
Attributes
- Source
- Utils.scala
Attributes
- Source
- Utils.scala
Attributes
- Source
- Utils.scala
Same as Iterable.groupMap, but returns a sequence instead of a map, and preserves the order of appearance of the keys from the input sequence
Same as Iterable.groupMap, but returns a sequence instead of a map, and preserves the order of appearance of the keys from the input sequence
Attributes
- Source
- Utils.scala
Attributes
- Source
- Utils.scala
Attributes
- Source
- Utils.scala
Attributes
- Source
- Utils.scala
Attributes
- Source
- Utils.scala
Attributes
- Source
- Utils.scala
Compute all transitive modules from module children via moduleDirectChildren
Compute all transitive modules from module children via moduleDirectChildren
Attributes
- Source
- Utils.scala