o

bloop.engine.tasks.compilation

ImmutableCompilerOracle

object ImmutableCompilerOracle

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableCompilerOracle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def writeSignaturesToPicklesDir(picklesDir: AbsolutePath, signatures: List[Signature], startDownstreamCompilation: Promise[Unit], tracer: BraveTracer, logger: Logger): Unit

    Persists in-memory signatures to a pickles directory associated with the target that producted them.

    Persists in-memory signatures to a pickles directory associated with the target that producted them.

    For the moment, this logic is unused in favor of an in-memory populating strategy via the analysis callback endpoint downstreamSignatures.