Skip to content

When using scala 3.0.0, on compilation failure line number or file name not printed to console. #495

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

Closed
phoenix2082 opened this issue Jun 30, 2021 · 3 comments

Comments

@phoenix2082
Copy link

If you $ % mvn scala:compile

and some of the Scala file has compilation error then line number and filename are missing from console log.

ERROR] dotty.tools.xsbt.PositionBridge@38b54694: Incompatible combinations of tabs and spaces in indentation prefixes.
Previous indent : 1 tab, 8 spaces
Latest indent   : 2 tabs
[ERROR] dotty.tools.xsbt.PositionBridge@7c6fc278: Not found: type Store
[ERROR] dotty.tools.xsbt.PositionBridge@5afd2f4e: value + is not a member of Option[String], but could be made available as an extension method.
@davidB
Copy link
Owner

davidB commented Jul 6, 2021

Thanks, it seems to be an issue with dotty itself (not the scala-maven-plugin, see #477 (comment)).

Hope that coming version will fix it.

@mims-github
Copy link

If you use Scala 3.1.0, it should be improved/fixed.

@slandelle
Copy link
Collaborator

Closing as this issue is not here.

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

No branches or pull requests

4 participants