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

Remove operation in AWORSet gives unexpected results #8

Open
alessiaplatogo opened this issue Mar 1, 2024 · 0 comments
Open

Remove operation in AWORSet gives unexpected results #8

alessiaplatogo opened this issue Mar 1, 2024 · 0 comments

Comments

@alessiaplatogo
Copy link
Contributor

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.

@alessiaplatogo alessiaplatogo changed the title Removal operation in AWORSet doesn't work as expected Bug in Removal operation in AWORSet Mar 1, 2024
@alessiaplatogo alessiaplatogo changed the title Bug in Removal operation in AWORSet Remove operation in AWORSet gives unexpected results Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants