You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valcompileIncremental= taskKey[CompileResult]("Actually runs the incremental compilation").withRank(DTask)
225
225
valpreviousCompile= taskKey[PreviousResult]("Read the incremental compiler analysis from disk").withRank(DTask)
226
+
valtastyFiles= taskKey[Seq[File]]("Returns the TASTy files produced by compilation").withRank(DTask)
226
227
private[sbt] valcompileScalaBackend= taskKey[CompileResult]("Compiles only Scala sources if pipelining is enabled. Compiles both Scala and Java sources otherwise").withRank(Invisible)
227
228
private[sbt] valcompileEarly= taskKey[CompileAnalysis]("Compiles only Scala sources if pipelining is enabled, and produce an early output (pickle JAR)").withRank(Invisible)
228
229
private[sbt] valearlyOutputPing= taskKey[PromiseWrap[Boolean]]("When pipelining is enabled, this returns true when early output (pickle JAR) is created; false otherwise").withRank(Invisible)
0 commit comments