Skip to content

Published crate does not appear in "just updated" section #949

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

Closed
lambda-fairy opened this issue Aug 11, 2017 · 1 comment
Closed

Published crate does not appear in "just updated" section #949

lambda-fairy opened this issue Aug 11, 2017 · 1 comment

Comments

@lambda-fairy
Copy link

I published two crates, maud_macros:0.17.1 and maud:0.17.1, one after the other. Both of these uploads succeed.

But when I look for them on the front page of crates.io, only maud can be found:

Screenshot of crates.io

Indeed, the underlying JSON data doesn't include maud_macros at all!

I suspect that this is due to maud_macros having no keywords or categories in its metadata. The crate is supposed to be an implementation detail -- users should depend on maud instead -- so this lack of metadata is intentional. For that reason I'm not worried about it not appearing in the list 😛 It's still strange for crates.io to hide the entry though.

@carols10cents
Copy link
Member

I suspect that this is due to maud_macros having no keywords or categories in its metadata.

What makes you suspect that? This is the query that powers the "just updated" list, and it isn't filtering with anything to do with keywords or categories, so I don't see any evidence that that is the case.

This looks like a duplicate of #908 -- I looked in the database and the updated_at time for the maud_macros crate is still 2017-08-04. Because of the bug, if you don't happen to update any crate-level metadata, the crate's updated_at doesn't change :(

I should be able to get the fix for this (#931) out soon.

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