-
Notifications
You must be signed in to change notification settings - Fork 71
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
removed static tests replaced by dynamic ones #391
Conversation
Pull Request Test Coverage Report for Build 5883555249
💛 - Coveralls |
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.
Not entirely sure what's meant by one comment but not a blocker.
@@ -75,4 +75,29 @@ TEST_CASE("kll double", "[serde_compat]") { | |||
} | |||
} | |||
|
|||
// numbers are padded with leading spaces so that natural order works |
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.
this is automatic in the serde? there doesn't seem to be anything in the code that'd handle that?
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.
this is how it was done on the Java side during sketch updates presumably to avoid supplying a custom comparator
No description provided.