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

rewrite consistency check & make it execute fixes #1990

Merged
merged 4 commits into from
Feb 4, 2023

Conversation

syphar
Copy link
Member

@syphar syphar commented Jan 7, 2023

related to #1934 and partially this sentry issue.

Also we wanted to run this check for a long time.

The diff algo is replaced by Itertools::merge_join_by, reading releases from the database uses Itertools::group_by.

@syphar
Copy link
Member Author

syphar commented Jan 7, 2023

r? @Nemo157

@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Jan 7, 2023
src/index/mod.rs Show resolved Hide resolved
src/utils/consistency/diff.rs Outdated Show resolved Hide resolved
src/utils/consistency/mod.rs Outdated Show resolved Hide resolved
src/utils/consistency/mod.rs Outdated Show resolved Hide resolved
src/utils/consistency/mod.rs Outdated Show resolved Hide resolved
src/utils/consistency/mod.rs Outdated Show resolved Hide resolved
src/utils/consistency/mod.rs Outdated Show resolved Hide resolved
@syphar
Copy link
Member Author

syphar commented Jan 21, 2023

@Nemo157 do you think you have time to review this?

src/build_queue.rs Outdated Show resolved Hide resolved
@syphar syphar merged commit 83ea9d9 into rust-lang:master Feb 4, 2023
@syphar syphar deleted the fix-consistency-check branch February 4, 2023 10:26
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Feb 4, 2023
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Feb 4, 2023
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 this pull request may close these issues.

2 participants