-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
optLong vs getLong inconsistencies #783
Conversation
For exponential decimal conversion, number is not touched. Leading zeros removed from numeric number strings before converting to number.
What problem does this code solve? Risks Changes to the API? Will this require a new release? Should the documentation be updated? Does it break the unit tests? Was any code refactored in this commit? Review status Starting 3-day comment window. |
Merge pending resolution of comments. |
@stleary @johnjaylward - can you review the latest commits please. |
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.
These changes look good now I think. @stleary if we want to maintain similar processing for XML, these changes will need to be copied over to the XML class
@rudrajyotib Nice work addressing the comments. |
For exponential decimal conversion, number is not touched. Leading zeros removed from numeric number strings before converting to number.