Skip to content

Gracefully handle semantically meaningless changes #16

@Eh2406

Description

@Eh2406

In rust-lang/crates.io#5066 there are plans for the official index to be normalized to match the crates.io database. This unfortunately creates a lot of churn in the index. By churn I mean sorting the entries by version number, sorting the features, sorting the deps, etc. None of this should be semantically meaningful, but may lead to weird bugs in this crate.

This issue is to make sure that this crate handles these changes gracefully, hopefully before the index normalization is actually performed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions