bleep
bleep copied to clipboard
A bleeping fast scala build tool!
These are surprisingly common use cases: * compile all projects that have Scala version 2.13.* * test all projects that have Scala version 2.12.* and platform JVM * test all...
You'll get a bloop server with these flags set, isolated from those with same version but other flags. You specify the options in yaml: ``` jvm: name: ... compileServerOptions: -...
this is fixed here: https://github.com/typelevel/scalac-options/pull/131 I am not entirely sure how the bleep sbt-tpolecat (or rather liberated plugins) interaction works. In any case the strict flag is blocked on 3.5.0...
Waiting for: https://github.com/scala-cli/bloop-core/pull/167 + release Creating this PR before the change in bloop-core is merged to get some feedback on the way I have handled this for the bleep.yaml schema....
My use case: I have a BleepCodegenScript based on https://github.com/nafg/slick-additions?tab=readme-ov-file#slick-additions-codegen. But I want to generate different things in different modules. So I have in my bleep.yaml ```yaml sourcegen: main: bookphone.scripts.SlickCodegen...
Currently when running bleep build update-deps it will update from non-milestone to milestone (possibly also RC?). In almost all cases this is not wanted behaviour. The default should be to...
BSP has an interface for exporting information about dependencies and metadata about said dependencies including transitive dependencies: https://build-server-protocol.github.io/docs/specification/#buildtargetdependencymodules-request. If we could get this information from bleep it should be "trivial"...
``` +dist | Caught libdaemonjvm.server.LockError$ZombieFound: Cannot connect to process 36, trying again in 3 seconds +dist | Caught libdaemonjvm.server.LockError$ZombieFound: Cannot connect to process 36, trying again in 3 seconds +dist...
So this is a very crude implementation that should work once https://github.com/scalacenter/bloop/pull/2360 is merged and bleep uses mainline bloop. However the cli interface is not great as it will look...
I have a Smithy project, for which I have written a codegen script. I have then added this script to the project where the Smithy sources reside, and running the...