Packages

trait UnpicklerConfig extends AnyRef

Source
TastyHeaderUnpickler.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnpicklerConfig
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def recompileAdditionalInfo: String

    Additional information to help a user fix the outdated TASTy problem

  2. abstract def toolOverrides: List[TastyVersion]

    TASTy versions that this tool can pretend to be (e.g.

    TASTy versions that this tool can pretend to be (e.g. for testing against Scala 3 RCs). Even though this can accept experimental versions, nsc will still forbid usage of experimental API (behave as a stable compiler).

  3. abstract def toolVersion: TastyVersion

    The TASTy version that this reader supports

  4. abstract def upgradeAdditionalInfo(fileVersion: TastyVersion): String

    Additional information to help a user fix the more recent TASTy problem

  5. abstract def upgradeReaderHowTo(version: TastyVersion): String

    The description of the upgraded tool that can read the given TASTy version

  6. abstract def upgradedProducerTool(version: TastyVersion): String

    The description of the upgraded tool that can produce the given TASTy version