-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Scala 3 reporter and REPL do not respect message divider #14233
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
Comments
Different behavior for generated feature warning (as opposed to error)
|
Tom (@griggt) looked into this some, and we just looked at it together, and we were both surprised to learn that:
of course Scala 3 does still have a generic "you need a language import" warning, but the current text of that warning doesn't have both Tom and I were surprised to learn that anyway, there are two possible courses of action here:
but in any case, after #14677 this is now a feature request, not a bug. |
and since it's a minor, speculative feature request, I don't think it's really necessary to transfer the ticket to dotty-feature-requests. closing |
Maybe the feature request would be, "Under |
Compiler version
3.1 as shown
Minimized code
Output
As shown.
Expectation
The
----
is meant to be stripped by the reporter. If the error must be displayed multiple times, the explanatory suffix after the divider can be omitted for the sake of brevity.The text was updated successfully, but these errors were encountered: