bloop
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.
The Zinc back-end currently does not expose a list of class files that changed during the last compilation run. Therefore, every time `run` and `link` is executed on a Scala.js...
Making an issue to bind a future PR to. In short, we need to detect source-based sbt plugins so that changes to them are reflected in buildpress flows.
## About this PR 📦 Updates [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from `1.3.14` to `1.5.2` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
## About this PR 📦 Updates [ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix) from `0.11.1` to `0.12.0` 📜 [GitHub Release Notes](https://github.com/scalacenter/sbt-scalafix/releases/tag/v0.12.0) - [Version Diff](https://github.com/scalacenter/sbt-scalafix/compare/v0.11.1...v0.12.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [io.zipkin.brave:brave](https://github.com/openzipkin/brave) from `5.18.1` to `6.0.2` ⚠ 📜 [GitHub Release Notes](https://github.com/openzipkin/brave/releases/tag/6.0.2) - [Version Diff](https://github.com/openzipkin/brave/compare/5.18.1...6.0.2) ## Usage ✅ **Please merge!** I'll automatically update this PR to...
- Stop stripping `-J` prefix to close #1456 - Log all forked commands with info level to address https://github.com/scalameta/metals-feature-requests/issues/352
Copied from https://github.com/scalameta/metals/issues/4847 **Describe the bug** Actually, I was trying to create a sample project, for a more complicated bug, but then I noticed that my "minimal project" doesn't seem...
If a directory contains space such as `hello world`, semanticdb flag is not escaped and will be read wrongly when compiling resulting in a broken compilation This especially causes issues...
Currently, when exporting Bloop configuration files from sbt, the provided dependencies will be on compile classpath, but not on runtime classpath. This is inconvenient for local debugging, since we will...