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

[9.x] Fix LazyCollection#takeUntilTimeout #41370

Merged
merged 1 commit into from
Mar 7, 2022

Conversation

JosephSilber
Copy link
Member

Fixes #41354

  1. Actually make it fully lazy, never pulling an extra item.
  2. Simplify the code quite a bit.
  3. Add a lazy test.
  4. Remove superfluous test.

@taylorotwell taylorotwell merged commit aac0da0 into laravel:9.x Mar 7, 2022
@JosephSilber JosephSilber deleted the fix-take-until-timeout branch March 7, 2022 19:43
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.

3 participants