-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix selected crate search filter #66514
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @Dylan-DPC |
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 think this looks okay, but I'm not sure how to test it. Can you remind me how to build the stdlib docs with x.py?
Sure, here you go: |
So in local testing it doesn't seem to remember the crate selection for the search field when I build from your branch. Am I meant to run up a local webserver for it to work? |
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.
Okay, with a little help understanding how Firefox's local storage works on files, I have replicated this working.
@bors r+ |
📌 Commit 00ef5c1 has been approved by |
Neat! 🎉 |
…ve, r=kinnison Fix selected crate search filter Fixes rust-lang#62929. r? @kinnison
Rollup of 7 pull requests Successful merges: - #66060 (Making ICEs and test them in incremental) - #66298 (rustdoc: fixes #64305: disable search field instead of hidding it) - #66457 (Just derive Hashstable in librustc) - #66496 (rustc_metadata: Privatize more things) - #66514 (Fix selected crate search filter) - #66535 (Avoid ICE when `break`ing to an unreachable label) - #66573 (Ignore run-make reproducible-build-2 on Mac) Failed merges: r? @ghost
Fixes #62929.
r? @kinnison