VirtusLab / scala-cli

Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
https://scala-cli.virtuslab.org
Apache License 2.0
546 stars 128 forks source link

Support start a bloop server #2373

Open He-Pin opened 1 year ago

He-Pin commented 1 year ago

As scala-cli itself is using bloop, can it support bloop server command, then I will not need to download the bloop myself with slow connection.

tgodzik commented 1 year ago

Thanks for reporting! Scala CLI uses a fork of Bloop and it needs to download it when first running with the specific version of the build server.

It's the same as in case of installing Bloop itself, where you only install CLI tool, which will download bloop on first start.

We are working on removing the requirement for a separate fork, which should be done this year.