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

[7.x] Make LazyCollection@until actually be lazy #32494

Merged
merged 3 commits into from
Apr 22, 2020

Conversation

JosephSilber
Copy link
Contributor

In #32262, we added an until method to the lazy collection that isn't actually lazy 😢

This PR makes it lazy, and adds tests ensuring that it is indeed lazy.

@JosephSilber JosephSilber changed the title Fix/lazy collection until [7.x] Make LazyCollection@until actually be lazy Apr 22, 2020
@taylorotwell taylorotwell merged commit a4326d8 into laravel:7.x Apr 22, 2020
@JosephSilber JosephSilber deleted the fix/lazy-collection-until branch April 22, 2020 15:59
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