bloop
                                
                                 bloop copied to clipboard
                                
                                    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.
## About this PR 📦 Updates [io.zipkin.reporter2:zipkin-sender-urlconnection](https://github.com/openzipkin/zipkin-reporter-java) from `2.17.2` to `3.4.0` ⚠ 📜 [GitHub Release Notes](https://github.com/openzipkin/zipkin-reporter-java/releases/tag/3.4.0) - [Version Diff](https://github.com/openzipkin/zipkin-reporter-java/compare/2.17.2...3.4.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to...
## About this PR 📦 Updates [io.zipkin.brave:brave](https://github.com/openzipkin/brave) from `5.18.1` to `6.0.3` ⚠ 📜 [GitHub Release Notes](https://github.com/openzipkin/brave/releases/tag/6.0.3) - [Version Diff](https://github.com/openzipkin/brave/compare/5.18.1...6.0.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to...
multiple errors like "bad path element "... ": no such file or directory when building Apache Kafka
Using VSCode with the Scala(Metals) extension on the codebase of Apache Kafka (mixed Java/Scala codebase built with Gradle). Metals doctor shows lots of compilation status errors due to errors like...
Causes https://github.com/VirtusLab/scala-cli/issues/1023
Scala CLI uses a fork of Bloop by default and that fork has added a bunch of improvements especially connected to using domain sockets, which should work much nicer in...
In #2267 a change was made to clear scrollback when in `--watch` mode. This has degraded my development experience significantly. Before when I was in watch mode, I would to...
I am getting: ``` compilation failed: parentheses are required around the parameter of a lambda Use '-Wconf:msg=lambda-parens:s' to silence this warning. [quickfixable] Scala 3 migration messages are errors under -Xsource:3....
For already compiled projects (that end up as noop), the bloopxxxx directory put in Temp directory is not being deleted. On large projects, this can create a LOT of directories...
I spent a while to figure out how to disable noisy specs2 results duplication only to find that it's done by bloop: https://github.com/scalacenter/bloop/blob/34840d485a56abc9d388796392df46151b3ac93b/frontend/src/main/scala/bloop/testing/LoggingEventHandler.scala#L103C16-L135 is there a way to get rid...
Since the build server does not provide information on main entry points, Metals cannot detect main entry points that are generated by a compiler plugin. For example: ```scala //> using...