scalacenter / bloop

Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.
https://scalacenter.github.io/bloop/
Apache License 2.0
907 stars 202 forks source link

Bloop compiler crashes on compilation error #1474

Open alexfoxgill opened 3 years ago

alexfoxgill commented 3 years ago

When running bloop compile root --verbose on one particular project (unfortunately a work project that i can't share) I see an error with this stack trace: https://gist.github.com/alexfoxgill/b55773b096a425230b0265f0a934a5dd

tgodzik commented 3 years ago

Thanks for reporting! Looking at the issue it seems that we are rethrowing the exception on purpose :thinking: