Skip to content

print-lines leads to mangled sbt and metals output #13026

Closed
@martijnhoekstra

Description

@martijnhoekstra

Compiler version

3.0.0

Minimized code

val x: Int = "not an int"

Output

[error] 9 |val x: Int = "not an int"
[error]   |             ^^^^^^^^^^^^
[error]   |             Found:         |("not an int" : String)
[error]   |             Required:      |Int

Expectation

output

[error] 9 |val x: Int = "not an int"
[error]   |             ^^^^^^^^^^^^
[error]   |             Found: ("not an int" : String)
[error]   |             Required: Int

Metadata

Metadata

Assignees

Labels

SpreeSuitable for a future Spreearea:reportingError reporting including formatting, implicit suggestions, etcexp:noviceitype:bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions