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

Implementation of to_a #499

Merged
merged 5 commits into from
Nov 23, 2018

Conversation

mpraglowski
Copy link
Member

Implements #496

And also refactor a few places where `backward.limit(1).each.to_a.first`
has been replaced with just use of `last`.
We need to explicit test if `read` returns enumerator here. Before
change from `each.to_a` to just `to_a` it has been implicit tested by
running `each`. Now explicit test is needed.
@mostlyobvious mostlyobvious merged commit 14d73c0 into RailsEventStore:master Nov 23, 2018
@mpraglowski mpraglowski deleted the impletemnt-to_a branch November 23, 2018 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants