Packages

p

bloop

reporter

package reporter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Problem extends xsbti.Problem with Product with Serializable

    Describes a problem (error, warning, message, etc.) given to the reporter.

  2. final case class ProblemPerPhase(problem: xsbti.Problem, phase: Option[String]) extends Product with Serializable

    A problem that is mapped to the phase where it occurred.

    A problem that is mapped to the phase where it occurred.

    problem

    A problem reported by Zinc.

    phase

    An optional phase in case compiler reports a problem before a phase is registered.

Value Members

  1. object Problem extends Serializable

Ungrouped