-
Notifications
You must be signed in to change notification settings - Fork 277
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
Compiler diagnostics for scala 3 are missing. #1602
Comments
I've started to work on that, but I cannot assign myself to the issue. |
@WojciechMazur I also was working on this today, haven't noticed your comment 😓 Looks like I've got it working, but there are no tests yet. It would be great to join efforts on this.
I chose composition over inheritance 🙂 |
The current Scala 3 diagnostics reporter looks like it is a noop.
It looks like the scala 3 compiler has a
ConsoleReporter
here. Are there any obstacles for implementing it like the scala 2 variant?The text was updated successfully, but these errors were encountered: