-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Fix escape key handling #72691
Fix escape key handling #72691
Conversation
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.
I'm tempted to ask for a factoring of the clearing of the timeout into a function,but if you don't think it's worthwhile then this is clean afaict, but I'm unable to build compilers/rustdoc right now due to my desktop being fluffed and being out of disk space on my laptop. r=me with or without factoring the function out, thought I'd prefer it if you did.
I'll do it then. :) |
Updated! |
@bors r+ |
📌 Commit 7a2efa3 has been approved by |
Rollup of 5 pull requests Successful merges: - rust-lang#72691 (Fix escape key handling) - rust-lang#72807 (Avoid setting wrong obligation cause span of associated type mismatch) - rust-lang#72812 (Miri tests: skip parts of test_char_range) - rust-lang#72829 (Clarify terms in doc comments) - rust-lang#72830 (Fix release notes for niche initialization change) Failed merges: r? @ghost
Fixes #72647.
The problem was that you could have a timeout just after the moment you press "escape", putting back the results.
r? @kinnison