You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
syphar opened this issue
Nov 27, 2022
· 3 comments
Labels
A-buildsArea: Building the documentation for a crateC-bugCategory: This is a bugE-easyEffort: Should be easy to implement and would make a good first PR
So it's not forgotten I'll write down my findings here.
When we get a Yank change from crates-index-diff, we are running an UPDATE statement on the releases table.
We only add the release to that table after the build is finished, so when the release is still in our build-queue, or in progress, the yank wouldn't do anything.
Since we don't check the number of updated rows for that UPDATE statement, this also never lead to an error.
While we could solve this issue by storing the yank-state in the build-queue too, this could also be solved via solving #1011.
The text was updated successfully, but these errors were encountered:
syphar
added
C-bug
Category: This is a bug
E-easy
Effort: Should be easy to implement and would make a good first PR
A-builds
Area: Building the documentation for a crate
labels
Dec 1, 2022
A-buildsArea: Building the documentation for a crateC-bugCategory: This is a bugE-easyEffort: Should be easy to implement and would make a good first PR
Uh oh!
There was an error while loading. Please reload this page.
So it's not forgotten I'll write down my findings here.
When we get a
Yank
change from crates-index-diff, we are running anUPDATE
statement on thereleases
table.We only add the release to that table after the build is finished, so when the release is still in our build-queue, or in progress, the yank wouldn't do anything.
Since we don't check the number of updated rows for that
UPDATE
statement, this also never lead to an error.While we could solve this issue by storing the yank-state in the build-queue too, this could also be solved via solving #1011.
The text was updated successfully, but these errors were encountered: