-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
report compilation progress via xsbti.compile.CompileProgress
#13082
Labels
Comments
I will prepare a PR to report phases with |
@unkarjedy Thanks! Assigning to you then. |
unkarjedy
added a commit
to unkarjedy/dotty
that referenced
this issue
Jul 15, 2021
…#13082 + revive scala3-sbt-bridge-tests
unkarjedy
added a commit
to unkarjedy/dotty
that referenced
this issue
Jul 16, 2021
…#13082 + revive scala3-sbt-bridge-tests
Did you ever get anywhere @unkarjedy ? Do you need help from someone in the compiler? |
I will investigate the requirements, can report back by 29th |
So I have been working on this, callbacks and testing in place, the only tricky part now is adding the calls to track progress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scala 2 compiler reported compilation progress via
xsbti.compile.CompileProgress
.It called both
startUnit
andadvance
methods.This interface is used in IntelliJ Scala Plugin to report compilation progress, both with text and with Compilation Charts
Unfortunately, Scala 3 doesn't use the interface at all.
from https://gitter.im/lampepfl/dotty?at=5ee79bbf7c64f31f11614996
related https://youtrack.jetbrains.com/issue/SCL-18400
The text was updated successfully, but these errors were encountered: