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

Feature: MergeChangeSets for List ChangeSets #805

Merged
merged 10 commits into from
Dec 21, 2023

Conversation

dwcullop
Copy link
Member

@dwcullop dwcullop commented Dec 20, 2023

Description

Implements the MergeChangeSets operator for List ChangeSet Observables. This operator is similar to MergeManyChangeSets except that it doesn't require a parent with a child changeset observable. It only requires multiple IObservable<IChangeSet<T>> such as those from an Enumerable or from a IObservable<IObservable<IChangeSet<T>>>.

MergeChangeSets will also fail if any of the sub-changesets fail (like Merge). MergeManyChangeSets will not fail (like MergeMany).

Testing

Includes unit tests for most operations / overloads and a multi-threaded stress test.

@dwcullop dwcullop self-assigned this Dec 20, 2023
@dwcullop dwcullop enabled auto-merge (squash) December 20, 2023 01:00
@dwcullop dwcullop merged commit 56eda45 into reactivemarbles:main Dec 21, 2023
1 check passed
@dwcullop dwcullop deleted the feature/list-mergechangesets branch December 21, 2023 22:07
Copy link

github-actions bot commented Jan 5, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants