Frame

mill.daemon.RunnerState.Frame
See theFrame companion class
object Frame

Attributes

Companion
class
Source
RunnerState.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Frame.type

Members list

Type members

Classlikes

case class ClassLoaderInfo(identityHashCode: Int, paths: Seq[String], buildHash: Int)

Attributes

Source
RunnerState.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Logged(workerCache: Map[String, WorkerInfo], evalWatched: Seq[Path], moduleWatched: Seq[Path], classLoaderIdentity: Option[Int], runClasspath: Seq[(Path, Int)], runClasspathHash: Int)

Simplified representation of Frame data, written to disk for debugging and testing purposes.

Simplified representation of Frame data, written to disk for debugging and testing purposes.

Attributes

Source
RunnerState.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class WorkerInfo(identityHashCode: Int, inputHash: Int)

Attributes

Source
RunnerState.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def empty: Frame

Attributes

Source
RunnerState.scala

Implicits

Implicits

implicit val classLoaderInfoRw: ReadWriter[ClassLoaderInfo]

Attributes

Source
RunnerState.scala
implicit val loggedRw: ReadWriter[Logged]

Attributes

Source
RunnerState.scala
implicit val workerInfoRw: ReadWriter[WorkerInfo]

Attributes

Source
RunnerState.scala