bloop icon indicating copy to clipboard operation
bloop copied to clipboard

Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.

Results 186 bloop issues
Sort by recently updated
recently updated
newest added
trafficstars

Hit this issue with metals when navigation just stopped working silently. Bloop cli also was failing to compile project without any reason, only after I tried `bloop compile --verbose --project`...

Since we only run on JDK 11 currently, those tests wouldn't run ever. I only left the Scala JS tests ignored since there were some issues around that and we...

Quite minor usability thing here, but I occasionally want to stop the server for one reason or another and I fumble with a task manager, or finding a working `pkill`...

help wanted
priority / low

We're using Bloop as a build server for a shared UI based application to compile generated code on the fly for multiple users. We've found that as the number of...

here's log for `scala-cli -v -v -v -v bloop start` ``` Checking for a running Bloop server at /nix/store/xw9rv0lq8m577rfwxr5s86pgjj8qajcp-0.1.0-SNAPSHOT/Library/Caches/ScalaCli/bloop/daemon ... Attempting to connect to Bloop server /nix/store/xw9rv0lq8m577rfwxr5s86pgjj8qajcp-0.1.0-SNAPSHOT/Library/Caches/ScalaCli/bloop/daemon ... Connection attempt...

bug

This is an attempt to remove the server-related modules (`shared`, `backend`, `frontend`) from this repository, using the ones from the [Scala CLI fork](https://github.com/scala-cli/bloop-core) instead. This leaves behind… whatever remains (soon-to-be-deprecated...

Infinite compilations are not cancelled at all. To my understanding, the cancellation happens on the next file and doesn't interrupt current source compilation. example code with inifite compilation: Warning: it...

bug
difficulty / hard

Currently bloop doesn't support cancellation of run and test tasks. Those requests should be handled as it is quite a common use case, which it very hard to handle these...

Every time I open a project in vcode, which was previously fully compiled, i'm getting a very high amount of disk writes: ![image](https://user-images.githubusercontent.com/1422674/209340429-eca450a6-dfc6-454e-8a0a-d05385e72b92.png) PID: 33049 is Bloop server... metals log...

discussion

Hi team 👋, I was recently aware of this build server and was playing around with it. I tested it toward this project: https://github.com/mapstruct/mapstruct-examples/tree/main/mapstruct-on-gradle. It's a Gradle project with pure...

bug
java