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

In crate search for serde v1.0.125 is broken #1336

Closed
jonasbb opened this issue Mar 27, 2021 · 5 comments
Closed

In crate search for serde v1.0.125 is broken #1336

jonasbb opened this issue Mar 27, 2021 · 5 comments

Comments

@jonasbb
Copy link

jonasbb commented Mar 27, 2021

The in crate search for serde v1.0.125 (latest) is broken. It works for v1.0.124.
I only find a search result for some empty_library. The only bug I could find with this term is #1313, which does not look related since serde has dependencies.

@jyn514
Copy link
Member

jyn514 commented Mar 27, 2021

This is a regression from #1312, fixed by #1329. The docs are still broken because of #464, I'll rebuild serde manually.

@jyn514
Copy link
Member

jyn514 commented Mar 27, 2021

Hmm, there are more regressed crates than I expected - I would rather not rebuild them all.

cratesfyi=> select count(*) from releases where release_time between '2021-03-21' and '2021-03-23';
count
764
(1 row)

@jyn514
Copy link
Member

jyn514 commented Mar 27, 2021

This is fixed for serde itself, although it might not show up for a little while because of caching from our CDN.

@jyn514 jyn514 closed this as completed Mar 27, 2021
@jyn514
Copy link
Member

jyn514 commented Mar 27, 2021

Hmm, there are more regressed crates than I expected - I would rather not rebuild them all.

cratesfyi=> select count(*) from releases where release_time between '2021-03-21' and '2021-03-23';
count
764
(1 row)

I queued all the latest releases instead, about 450 crates.

select name, version from releases inner join crates on crates.id = releases.crate_id where release_time between '2021-03-21' and '2021-03-23' and releases.id = crates.latest_version_id order by name;

@jonasbb
Copy link
Author

jonasbb commented Mar 27, 2021

Thank you for rebuilding the crates.

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

No branches or pull requests

2 participants