object PipelineMain
Ordering
- Alphabetic
- By Inheritance
Inherited
- PipelineMain
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed abstract class BuildStrategy extends AnyRef
- case class PipelineSettings(label: String, parallelism: Int, strategy: BuildStrategy, useJars: Boolean, configuredPickleCache: Option[Path], cacheMacro: Boolean, cachePlugin: Boolean, stripExternalClassPath: Boolean, useTraditionalForLeaf: Boolean, logDir: Option[Path], createReporter: (Settings) => Reporter) extends Product with Serializable
Value Members
- def defaultSettings: PipelineSettings
- def main(args: Array[String]): Unit
- case object OutlineTypePipeline extends BuildStrategy with Product with Serializable
Outline type check sources to compute type signatures an input to downstream compilation.
Outline type check sources to compute type signatures an input to downstream compilation. Compile sources (optionally
- case object Pipeline extends BuildStrategy with Product with Serializable
Transport pickles as an input to downstream compilation.
- case object Traditional extends BuildStrategy with Product with Serializable
Emit class files before triggering downstream compilation
The Scala compiler and reflection APIs.