-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
ToString() reimplementation #1843
Conversation
sprintf isn't supported by nanoprintf, using snprintf instead everywhere.
Automated fixes for code style.
Automated fixes for code style.
…8b6-d532-48ba-a4cb-e3c8449108e2 Code style fixes for nanoframework/nf-interpreter PR#1841
…614-b9c3-4de5-a376-4f3f25cf0cd9 Code style fixes for nanoframework/nf-interpreter PR#1841
…)) expected: 1.235E+09 found: 1235
precision value -1 means nothing set. common funcs extracted.
Legacy code removed.
Automated fixes for code style.
@SandorDobos there are issues with the code style on the source files. Make sure you are using the project code style. Check the details here. |
…fe9-518b-4334-b98b-f07ab8c8a0c8 Code style fixes for nanoframework/nf-interpreter PR#1843
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.
Great work on this!! Congrats and thankyou. 👍🏻 💯
@SandorDobos if you could squash all the commits into a single one, that would be great. |
Numeric ToString() related managed code parts moved from lib-CoreLibrary to native code in nf-interpreter.
Description
Code changes impact in flash usage:
nanoCLR (MinSizeRel build): +1872 byte
mscorlib.pe (release build): -880 byte
Motivation and Context
How Has This Been Tested?
Screenshots
Types of changes
Checklist: