Open
Description
Version(s)
1.8.1
Describe the bug
Compilation errors originating from warnings do not fail the compilation process when compiling with bloop
To Reproduce
//> using scala 3.7.0
//> using options -Werror -Wunused:all
def foo =
val x = 1
2
scala-cli compile .
Expected behaviour
The exit code should NOT be 0.
The problem does not occur when compiling with --server=false