-
-
Notifications
You must be signed in to change notification settings - Fork 108
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 problems regarding Scala 3 and sourcePositionMapper #498
Comments
This commit is to improve Twirl's error message with Scala3. playframework/twirl#498 This pull request makes sbt ignore `Problem#rendered` passed from the compiler if source mapping is actually performed. Sbt will display the error message based on the `Position` transformed by source mapping. When the source mapping is not performed, the message in `Problem#rendered` is displayed as before.
The pull request I sent to sbt/zinc has been merged. |
@tototoshi Nice 👍 BTW, did you see sbt/sbt#6868, I didn't look into all of that, however has this something to do with our problem? |
Yes, I am interested in this proposal. |
See
sourcePositionMapper
of sbt doesn't work withDelegatingReporter
of Dotty scala/scala3#14691Following commit could then be reverted eventually: e892f83
The text was updated successfully, but these errors were encountered: