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

Compilation progress percentage is always at 0% #5643

Open
soronpo opened this issue Sep 13, 2023 · 5 comments
Open

Compilation progress percentage is always at 0% #5643

soronpo opened this issue Sep 13, 2023 · 5 comments
Labels
fixed-upstream Tag a ticket with this when a fix upstream has been completed and we can now address the ticket Scala 3 Generic ticket relating to Scala 3

Comments

@soronpo
Copy link

soronpo commented Sep 13, 2023

Describe the bug

When I compile my Scala projects the progress indication is stuck at 0%.

Expected behavior

Either make represent a progress or remove the indication completely since it is confusing for newcomers.
Metals is using bloop.

Operating system

Windows

Editor/Extension

VS Code

Version of Metals

v1.0.1

Extra context or search terms

No response

@tgodzik
Copy link
Contributor

tgodzik commented Sep 13, 2023

Thanks for reporting! What is the Scala version you are using? Does it happen on a particular project?

@soronpo
Copy link
Author

soronpo commented Sep 13, 2023

Scala 3.3.0
I'm compiling this project https://github.com/DFiantHDL/DFiant/tree/scala_opencb but I don't ever remember seeing the progress be anything else than 0%

@tgodzik
Copy link
Contributor

tgodzik commented Sep 13, 2023

We don't have progress implemented for Scala 3 unfortunately, I don't think it's possible currently, but I should check. I postponed it for a while, but now that most other things are done I will take a look.

@soronpo
Copy link
Author

soronpo commented Sep 13, 2023

It's better to hide the progress then for Scala 3, IMO

@tgodzik
Copy link
Contributor

tgodzik commented Sep 22, 2023

I think we are blocked on Dotty itself scala/scala3#13082

I will see if I can push this forward.

@tgodzik tgodzik added Scala 3 Generic ticket relating to Scala 3 fixed-upstream Tag a ticket with this when a fix upstream has been completed and we can now address the ticket labels Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed-upstream Tag a ticket with this when a fix upstream has been completed and we can now address the ticket Scala 3 Generic ticket relating to Scala 3
Projects
None yet
Development

No branches or pull requests

2 participants