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

https://github.com/scalacenter/bloop/issues/2478 originates from a bug in [jsonrpc4s](https://github.com/jvican/jsonrpc4s). Could you create a fork of it, in order to publish a version fixing this bug and use it in Bloop? For easier...

When the Bloop BSP server receives requests that it doesn't support, it often responds with answers like ```json { "id": "6", "error": { "code": -32601, "message": "buildTarget/wrappedSources" } },{ "error":...

Context: - https://github.com/sbt/sbt/issues/7698 - https://github.com/sbt/sbt/wiki/sbt-2.x-plugin-migration - Prerequisite: https://github.com/scalacenter/bloop-config/pull/101 I did a first attempt to see how much is left: https://gist.github.com/kubukoz/af49151a8d27620f1dff556754297c39 , current issues look like: - missing parens around lambda...

I think ideally error log would be used for actual BSP server issues and not as a general error channel. Came up in https://github.com/scalameta/metals/issues/6594

bug
build server

Follow-up: Add additional tracing to investigate race conditions This commit adds more detailed tracing instrumentation, properly nested within the existing structure. It was used to investigate potential race conditions introduced...

preliminary changes to get rid of CompletableFuture from Cli and use Deffered isntead and start using TaskApp instead of App One compile test is failing, not sure if end conditions...

Not sure exactly what sequence of steps got to this, but I noticed in the Bloop error logs ``` error id: /VjZ4Mu8CLwcXXxrtcuo7w== ### Bloop error: IO error while decoding /.scala...

Hello! I have build.sbt file ``` ThisBuild / scalaVersion := "3.3.6" lazy val projectA = project.in(file("project-a")) lazy val projectB = project.in(file("project-b")).dependsOn(projectA) ``` projectA have only one file text.txt in src/main/resources....

This will cause to create new CLI directories, which might be removed prematurely

Here is the error message at the CLI running `bloop compile` (slightly redacted because this is from a closed source enterprise codebase): ``` Compiling project1 (77 Scala sources) [W] [E-1]...