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

fix upcasting iterator #391

Merged
merged 3 commits into from Apr 26, 2020
Merged

fix upcasting iterator #391

merged 3 commits into from Apr 26, 2020

Conversation

prolic
Copy link
Member

@prolic prolic commented Apr 17, 2020

resolves #389

also:

  • update copyright
  • build php 7.3 + 7.4 on travis

ping @marcuswinkler can you test against this branch?

@prolic prolic added bug dependencies Pull requests that update a dependency file labels Apr 17, 2020
@coveralls
Copy link

coveralls commented Apr 17, 2020

Coverage Status

Coverage decreased (-0.09%) to 99.477% when pulling 0c7e522 on issue_389 into 654e023 on 7.x.

@prolic
Copy link
Member Author

prolic commented Apr 17, 2020

You can check the first and third commit for review only. The second one only updates the copyright and adds PHP 7.3 / 7.4 to travis.

@marcuswinkler
Copy link

Works fine now in our application. This solution also avoids having to touch pdo-event-store.

I just want to note that the count method on the UpcastingIterator is not very reliable, as the UpcastingIterator can produce multiple events for every event on the inner iterator.

@prolic
Copy link
Member Author

prolic commented Apr 17, 2020 via email

@prolic prolic merged commit 2c9b940 into 7.x Apr 26, 2020
@prolic prolic deleted the issue_389 branch April 26, 2020 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants