-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
WString: unify numeric conversion and fix assignments #8526
Merged
Commits on Mar 30, 2022
-
WString: unify numeric conversion and fix assignments
Restore the pre-3.0.0 behaviour when we could assign numeric values to the string object. After introducing `operator =(char)`, everything was converted to `char` instead of the expected 'stringification' of the number (built-in int, long, unsigned int, unsigned long, long long, unsigned long long, float and double)
Configuration menu - View commit details
-
Copy full SHA for 1b56cb2 - Browse repository at this point
Copy the full SHA 1b56cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a192705 - Browse repository at this point
Copy the full SHA a192705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e67800 - Browse repository at this point
Copy the full SHA 7e67800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16dff0e - Browse repository at this point
Copy the full SHA 16dff0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ca7702 - Browse repository at this point
Copy the full SHA 0ca7702View commit details -
trying to reduce the instances of where we specify the default base /…
… decimalPlaces branch via if (base == 10) { sprintf(...) } else { ... } instead of separate funcs reuse the constructor for numeric types where it's possible
Configuration menu - View commit details
-
Copy full SHA for 4206518 - Browse repository at this point
Copy the full SHA 4206518View commit details
Commits on Mar 31, 2022
-
use pointer from the func, don't default to the &buf[0]
nonstd arduino funcs expect this usage pattern
Configuration menu - View commit details
-
Copy full SHA for 44c8a24 - Browse repository at this point
Copy the full SHA 44c8a24View commit details -
Configuration menu - View commit details
-
Copy full SHA for d963949 - Browse repository at this point
Copy the full SHA d963949View commit details
Commits on Apr 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9ce12d1 - Browse repository at this point
Copy the full SHA 9ce12d1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.