mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 18:24:30 +02:00
Since build.sbt is compiled/evaluated in `sbt.compiler.Eval`, this commit introduces a `BuildServerEvalReporter` to redirect the compiler errors to the BSP clients. A new `finalReport` method is added in the new `EvalReporter` base class to reset the old diagnostics.