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 TakeWhile to returns empty if func is nil #70

Closed
meian opened this issue Jan 30, 2022 · 0 comments · Fixed by #71
Closed

Fix TakeWhile to returns empty if func is nil #70

meian opened this issue Jan 30, 2022 · 0 comments · Fixed by #71
Labels
bug Something isn't working

Comments

@meian
Copy link
Owner

meian commented Jan 30, 2022

TakeWhileに渡す関数がnilの場合はTakeする条件が常にfalseなので空のIterableを返すように変更する

@meian meian added the bug Something isn't working label Jan 30, 2022
meian added a commit that referenced this issue Jan 30, 2022
@meian meian closed this as completed in #71 Jan 30, 2022
meian added a commit that referenced this issue Jan 30, 2022
…f-func-is-nil

#70 Fix TakeWhile to returns empty if func is nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant