Uh oh!
There was an error while loading. Please reload this page.
server: replace only items with identical attributes - #549
Conversation
julian-corbet
commented
Aug 14, 2026
Validation update:
The upstream PR workflows are still awaiting first-time-contributor approval. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bilelmoussaoui
commented
Aug 14, 2026
Both CI failures are unrelated to this one, so ignore them |
3d81086 to
125cd56CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
julian-corbet
commented
Aug 14, 2026
Review revision validation: fork CI passes Check, Rustfmt, Clippy, the full Test Suite, and Meson. |
Uh oh!
There was an error while loading. Please reload this page.
CreateItem(replace=true)currently reuses the subset matcher needed bySearchItems. As a result, creating an item with a coarser attribute set removes every more-specific item that contains those attributes.This change:
Fixes#541.