Different error reporting outputs between Bloop and scalac
in scala/scala3#22380
reproduction
#3430
Labels
blocked upstream
Issues and changes blocked by something in an external project.
Bloop
Issues tied with Bloop integration.
bug
Something isn't working
reporting
Issues tied with error and warning reporting.
scalac compatibility
Issues tied with compatibility with the scalac (compiler) command.
Version(s)
1.5.4
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
When compiling the following code with Scala3:
We are getting different errors reported when compiling with Bloop and without.
Output with
--server=false
:Output with Bloop:
Expected behaviour
Error reports between
scala-cli
with--server=false
, with Bloop and fromscalac
ought to be the same.Extra context
Likely a Bloop/zinc issue.
Extracted from:
cc @kyouko-taiga @tgodzik
The text was updated successfully, but these errors were encountered: