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

fix is_library detection in delete_crate_from_database #2202

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

syphar
Copy link
Member

@syphar syphar commented Aug 29, 2023

While looking at some code in db::delete I saw this SQL statement which seemed odd.

The effect of is_library being wrong here is just that we tried to delete more from the bucket, but only for binary crates, which don't have docs anyways.

Initial PR was #1676

@syphar syphar self-assigned this Aug 29, 2023
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Aug 29, 2023
@syphar syphar marked this pull request as ready for review August 29, 2023 05:16
@syphar syphar merged commit 08d589b into rust-lang:master Aug 29, 2023
7 checks passed
@syphar syphar deleted the delete-has-library branch August 29, 2023 15:19
@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 Aug 29, 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 Sep 1, 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