-
Notifications
You must be signed in to change notification settings - Fork 937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sbt + Scala 3 prints error summary twice #6687
Labels
Comments
Confirmed this still happens in |
The root cause of this issue is in the dotty repo, |
Could someone report to lampepfl/dotty as well plz? |
adpi2
added a commit
to adpi2/scala3
that referenced
this issue
Oct 29, 2021
Fix sbt/sbt#6687 `printSummary` is already called in `Driver.finish`: https://github.com/lampepfl/dotty/blob/29f03741b9668c5052ec2b9502d061b7ecd614df/compiler/src/dotty/tools/dotc/Driver.scala#L53
olsdavis
pushed a commit
to olsdavis/dotty
that referenced
this issue
Apr 4, 2022
Fix sbt/sbt#6687 `printSummary` is already called in `Driver.finish`: https://github.com/lampepfl/dotty/blob/29f03741b9668c5052ec2b9502d061b7ecd614df/compiler/src/dotty/tools/dotc/Driver.scala#L53
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
steps
sbt new scala/scala3.g8
problem
[error] one error found
gets printed twice. Example output:expectation
The error summary should only be printed once
notes
I confirmed that using the same project with Scala 2 does not have this problem.
The text was updated successfully, but these errors were encountered: