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

Correct handling of previous value on replace change in Combiner #252

Merged
merged 1 commit into from Jul 15, 2019

Conversation

Wouterdek
Copy link
Contributor

@Wouterdek Wouterdek commented Jul 14, 2019

What kind of change does this PR introduce?

This fixes #251.

What is the current behavior?
When a value is replaced, no checks are run on the old value to see if it should remain in the list.

What is the new behavior?
When a replace change is encountered, both the new and the old value are checked.

What might this PR break?
Shouldn't break anything as this is fixes incorrect behavior.

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

@RolandPheasant RolandPheasant merged commit 69a7e14 into reactivemarbles:master Jul 15, 2019
@Wouterdek Wouterdek deleted the CombinerFix branch July 15, 2019 07:38
@lock lock bot locked and limited conversation to collaborators Oct 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Combiner does not handle Replace changes correctly
2 participants