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

How do you do atomic update with this ? #9

Closed
thegarlynch opened this issue Aug 3, 2022 · 3 comments · Fixed by #14 or #16
Closed

How do you do atomic update with this ? #9

thegarlynch opened this issue Aug 3, 2022 · 3 comments · Fixed by #14 or #16
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@thegarlynch
Copy link

Like the reddit comment in this.

This seems like it could break data invariants since it pushes updates on every data field update.

Eg if you depend on a data model being in either state A or B, now it can be both or neither since you must account for intermediary steps

@PatilShreyas
Copy link
Owner

Currently, it doesn't support updating two or more fields atomically.

@PatilShreyas
Copy link
Owner

This is being discussed in #12

@PatilShreyas PatilShreyas added enhancement New feature or request help wanted Extra attention is needed labels Aug 8, 2022
@PatilShreyas PatilShreyas self-assigned this Sep 8, 2022
PatilShreyas added a commit that referenced this issue Sep 8, 2022
PatilShreyas added a commit that referenced this issue Sep 8, 2022
PatilShreyas added a commit that referenced this issue Sep 8, 2022
PatilShreyas added a commit that referenced this issue Sep 8, 2022
PatilShreyas added a commit that referenced this issue Sep 10, 2022
[#9] Add support for atomic updates with Mutekt models
@PatilShreyas PatilShreyas linked a pull request Sep 13, 2022 that will close this issue
@PatilShreyas
Copy link
Owner

This has been released in v1.0.0-alpha03.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
2 participants