-
Notifications
You must be signed in to change notification settings - Fork 21
the compiler should respond to interrupts in a principled fashion #5172
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
Comments
Imported From: https://issues.scala-lang.org/browse/SI-5172?orig=1 |
labeling as "good first issue" seems it plausible to me we could at least check this between phases. someone could at least look into it. the goal would be to hook it up to control-C in sbt |
Hi, @SethTisue @scabug
Usual run:
Interrupted run:
In sbt interrupted run looks like that:
Interrupted on another stage:
Looks fine for me. P.S.
|
This was done in scala/scala#6479 |
An interruptible compiler is almost as good as a fast one!
Assigning to self.
The text was updated successfully, but these errors were encountered: