Skip to content
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

Fix error summary printed twice #13843

Merged
merged 1 commit into from Nov 1, 2021
Merged

Conversation

adpi2
Copy link
Member

@adpi2 adpi2 commented 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

Should this be backported somewhere?

@adpi2 adpi2 requested a review from smarter October 31, 2021 10:27
Copy link
Member

@smarter smarter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be backported somewhere?

I'd say it's not critical enough to be backport-worthy, but thank you for fixing it!

@smarter smarter merged commit 49b6c08 into scala:master Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sbt + Scala 3 prints error summary twice
2 participants