Closed
Description
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