scala-cli icon indicating copy to clipboard operation
scala-cli copied to clipboard

Support start a bloop server

Open He-Pin opened this issue 2 years ago • 1 comments

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.

He-Pin avatar Sep 02 '23 17:09 He-Pin

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.

tgodzik avatar Sep 04 '23 09:09 tgodzik