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

#70 Fix TakeWhile to returns empty if func is nil #71

Merged
merged 1 commit into from
Jan 30, 2022

Conversation

meian
Copy link
Owner

@meian meian commented Jan 30, 2022

Closes #70

@meian meian added the bug Something isn't working label Jan 30, 2022
@meian meian self-assigned this Jan 30, 2022
@meian meian force-pushed the 70-fix-takewhile-to-returns-empty-if-func-is-nil branch from 0973c0f to 380d504 Compare January 30, 2022 07:18
@meian meian marked this pull request as ready for review January 30, 2022 07:19
@meian meian merged commit 0ac9b1b into main Jan 30, 2022
@meian meian deleted the 70-fix-takewhile-to-returns-empty-if-func-is-nil branch January 30, 2022 07:20
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 this pull request may close these issues.

Fix TakeWhile to returns empty if func is nil
1 participant