-
Notifications
You must be signed in to change notification settings - Fork 1.8k
internal: Bring back JodChild into flychecking for cancellation #12520
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
Conversation
r? @matklad |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but this wants some manual check tht the behavior is OK (that, as soon as you start typing, in-process check is killed, and that is not restarted until you stop typing)
Any tips on how I would go about testing the behaviour (in windows to be specific), I haven't fiddled too much with process inspection. |
I'd open a project where |
Typing doesn't have any effect here though I also don't see why it should be relevant as did change notifications don't touch flycheck, but repeatedly saving a file does kill the process if it is outstanding until no more saving occurs. |
@bors r+ |
📌 Commit 5979931 has been approved by |
☀️ Test successful - checks-actions |
cc https://github.com/rust-lang/rust-analyzer/pull/10517/files#r895241975