We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of the new design is that we don't break a document for having bad events. We apply parent events transactionally and ignore failures.
This means we need tests to confirm that when applying the (bad) history of an event:
This should be a pretty straightforward test-then-fix ticket, although it will most likely force some API changes.
The text was updated successfully, but these errors were encountered:
API changes:
Sorry, something went wrong.
Event.Apply happens to be atomic already. Will work on multi-primitive cases in a separate ticket.
No branches or pull requests
Part of the new design is that we don't break a document for having bad events. We apply parent events transactionally and ignore failures.
This means we need tests to confirm that when applying the (bad) history of an event:
This should be a pretty straightforward test-then-fix ticket, although it will most likely force some API changes.
The text was updated successfully, but these errors were encountered: