-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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 to Issue #5462 #5466
Fix to Issue #5462 #5466
Conversation
I'm happy to just remove the commented out parts of this PR entirely since we will still have a record of changes in git. In any case we can tentatively merge this for now and keep an eye out if anything somehow doesn't work after this. |
it occurs to me that we may need to handle other types of whitespace in that function, let me do a few more tests before we merge |
sounds good! @dhowe would you re-request a review when this is ready to look at again? |
ok with spaces and tabs, can be merged as is |
@dhowe I'm not seeing new commits? Or there's no new commits for now? |
no new commits for now, this should be working as expected |
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.
looks good to me!
were the console.log
s in the tests here causing problems, or is that cleanup?
just cleanup |
I'm going to merge this then. If any problems with it pops up we'll know where to look. Thanks @dhowe |
fix to #5462 - remove index check from p5.Font.isSpace() and fix broken tests