-
-
Notifications
You must be signed in to change notification settings - Fork 858
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
Fixed iter_text
adding an empty string
#2998
Fixed iter_text
adding an empty string
#2998
Conversation
Looks like |
@tomchristie so since |
I think it's better to add a |
This reverts commit e19a418.
Alright, done! Ready for review again @tomchristie and @zanieb 👌 |
Looks great. Nice tidy lil PR, this. One query on the usage of chain, could probs approve either ways tho. |
Thanks! Yeah, I added the Alternately, |
Not sure. Perhaps we could consider |
I think I was changing the internals of To merge this PR, would you like me to switch to a |
@jamesbraza I think the suggestion is use a no cover pragma then follow with a separate pull request that explores using I'm okay with keeping this as is or that 🤷♀️ |
Sounds good, agree two PRs is better. Switched to |
Wonderful, thanks. (Note to self: CHANGELOG.md updates as part of the PR before ya merge in the future, doofus.) |
I will get around to |
Summary
Fixes
TextChunker().decode("")
not handling empty string, as exposed in #2995Checklist