Skip to content
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

Broken settings on crossbeam-0.8.2 #1992

Closed
namibj opened this issue Jan 8, 2023 · 2 comments · Fixed by #1993
Closed

Broken settings on crossbeam-0.8.2 #1992

namibj opened this issue Jan 8, 2023 · 2 comments · Fixed by #1993

Comments

@namibj
Copy link

namibj commented Jan 8, 2023

crossbeam::channel settings are broken. https://docs.rs/crossbeam/0.8.2/crossbeam/channel/index.html

Reproduce:

click on https://docs.rs/crossbeam/0.8.2/crossbeam/channel/index.html,
then click on the settings wheel right of the rustdoc search bar;
observe infinite spinning.

In Chromium Devtools I can reproduce a 404 from it attempting to load https://docs.rs/crossbeam/0.8.2/settings-20220722-1.64.0-nightly-848090dcd.js.

@syphar
Copy link
Member

syphar commented Jan 8, 2023

Thank you for the report!

I believe this is a regression from a big internal migration, see also #1979.

I added the filename to our workaround, see #1993.

@syphar
Copy link
Member

syphar commented Jan 8, 2023

the fix is deployed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants