Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIT messages about starting and downloading Bloop printed in reverse order #2352

Closed
alexarchambault opened this issue Aug 17, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@alexarchambault
Copy link
Contributor

Version(s)
1.0.4

Describe the bug
When Scala CLI needs to download and start a new Bloop version, it prints that it starts Bloop, then it prints that it downloads it. This feels odd - Scala CLI actually first downloads Bloop, then starts it.

To Reproduce
Exit Bloop server, remove some of its JARs from your local cache, and compile some code with Scala CLI:

$ scala-cli bloop exit
Stopped Bloop server.
$ rm -rf ~/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/io/github/alexarchambault/bleep/bloop-backend_2.12
$ scala-cli compile -e 'object Foo'
Starting compilation server
Downloading compilation server 1.5.9-sc-1
Compiling project (Scala 3.3.0, JVM)
Compiled project (Scala 3.3.0, JVM)

Expected behaviour
The "Starting compilation server" and "Downloading compilation server" messages should be printed in a reverse order ("Downloading", then "Starting").

@tgodzik
Copy link
Member

tgodzik commented Aug 21, 2023

Will be available after the next release of bloop-core

@tgodzik tgodzik closed this as completed Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants