Packages

object LogReporter

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

Value Members

  1. def fromAnalysis(project: Project, analysis: CompileAnalysis, cwd: AbsolutePath, logger: Logger): Reporter

    Populates a reporter with the problems of the compile analysis.

    Populates a reporter with the problems of the compile analysis.

    These problems are important to get diagnostics in bsp working correctly. These diagnostics require problems from previous compilations to be populated in a reporter that it's associated with a previous result.

    These problems will not be errors, but will be most likely infos and warnings because ResultsCache will only populate a reporter if the analysis read was a success.