-
-
Notifications
You must be signed in to change notification settings - Fork 383
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: minimize the precision loss when dumping double to string #712
fix: minimize the precision loss when dumping double to string #712
Conversation
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.
see comments
a unit test on the template tests fails - it expect exact values not something with epsilon. |
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.
Unittest template_tests fails.
…ch their precisions accordingly
Yes, I've made a patch for that, and the scope becomes much bigger. Please have a careful check to help me ensure the changes. BTW, some of the unit tests cannot run properly on my machine, so I have to resort to this github action. Thanks. |
* master: fix: call after_handlers for legitimate requests without body part Handle _CROW_ILL or _CROW_ICD being NOTFOUND small explanations in the example on using CORS middleware in Crow v1.0 Use const std::string& as argument to route() (#684) fix: minimize the precision loss when dumping double to string (#712) package format changed to zip, version set to >1.1.0 (first release) Fix #754 (#755)
This PR fixes #711