-
-
Notifications
You must be signed in to change notification settings - Fork 133
isAscii: avoid dependency on _GNU_SOURCE #176
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
Conversation
Fixes #158 Thanks to @kenny5660 for the one liner
Codecov ReportBase: 96.11% // Head: 96.20% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@ ## master #176 +/- ## ========================================== + Coverage 96.11% 96.20% +0.08% ========================================== Files 13 13 Lines 953 949 -4 ========================================== - Hits 916 913 -3 + Misses 37 36 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
carlosperate
commented
Dec 20, 2022
Thanks for the PR @facchinm!
I haven't test it yet, but doesn't it also need an custom implementation of toascii()
, as used in toAscii()
?
ArduinoCore-API/api/WCharacter.h
Lines 144 to 150 in e26862e
@carlosperate thanks for pointing that out, I added the patch and test for that function too
Uh oh!
There was an error while loading. Please reload this page.
@DhruvaG2000
@beriberikix
@carlosperate
@matthijskooijman