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
When I tried to replicate the example listed here, testing AWORSet preference of adding vs removal updates, I got unexpected results. CRDT.merge(a, b) |> CRDT.value gives [2, 1, 3] as a result, instead that [1, 3], suggesting we should revisit how we keep track of removal and how they are handled during merging.
The text was updated successfully, but these errors were encountered:
alessiaplatogo
changed the title
Removal operation in AWORSet doesn't work as expected
Bug in Removal operation in AWORSet
Mar 1, 2024
alessiaplatogo
changed the title
Bug in Removal operation in AWORSet
Remove operation in AWORSet gives unexpected results
Mar 1, 2024
When I tried to replicate the example listed here, testing AWORSet preference of adding vs removal updates, I got unexpected results.
CRDT.merge(a, b) |> CRDT.value
gives[2, 1, 3]
as a result, instead that[1, 3]
, suggesting we should revisit how we keep track of removal and how they are handled during merging.The text was updated successfully, but these errors were encountered: