Skip to content

Adapt the sbt bridge for the new error messages #1579

Closed
@felixmulder

Description

@felixmulder

The sbt bridge currently does not use the new scheme for error messages.

It simply delegates the error message (not the complete error) to the sbt reporter. To fix this we should be able to simply do the following:

  • Adapt src/dotty/.../ConsoleReporter.scala to produce a complete string of the whole error message before printing
  • Hand the above string to the delegate in bridge/.../DelegatingReporter.scala
  • Check that the pretty error messages are now available without hickups in an sbt example project

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions