-
Notifications
You must be signed in to change notification settings - Fork 469
Fix splitn bug #606
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 splitn bug #606
Conversation
I realized that I don't know the repo well, but is that necessary? I made the code the same with |
Gentlest of reminders @BurntSushi ! |
Could also use fuse here. |
Can anyone review this, even if not @BurntSushi ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for what it is worth.
Unfortunately this PR breaks the case where there actually should be a trailing I’m working on a fix as part of #627, which deals with |
PR #628 submitted. I did not pull in your (@max-sixty) changes to |
I think this should close #521