-
Notifications
You must be signed in to change notification settings - Fork 198
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
Search broken for hecs 0.5.1, various iterations of rapier 0.8.0 #1370
Comments
cpal 0.13.3 is also affected. |
The issue is we uploaded all files with the resource-suffix for a few releases:
When I reverted #1324 in #1340, they broke search for all crates built by that toolchain. I don't have permissions to remove those files myself, but @pietroalbini should. |
Removed those files! |
hecs search is still broken, it may be that the CDN needs invalidating too. |
@Nemo157 it's not enough to invalidate the path of the shared files, each individual crate has to be invalidated since we give precedence to global files over local ones. |
I wonder if it makes sense to add a query string to the global resources with the version of docs.rs they were built by. Then we wouldn't have to keep sending cache invalidations. |
Oh wait, that requires rustdoc support :/ maybe we could generate a redirect from the page rustdoc links to? Like redirect |
We just did a mass invalidation, this should fixed. |
Searches in these crates return no results. Related to #1369?
The text was updated successfully, but these errors were encountered: