-
-
Notifications
You must be signed in to change notification settings - Fork 210
serializing null value crash fix #219
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
serializing null value crash fix #219
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.
Good work!
@mum-never-proud Thanks for the quick PR. What about substituting |
@mum-never-proud Test 1
Test 2
There are some interesting things about the second test:
|
No, if you set
The fix didn't cover it, I have suggested what should solve |
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.
Could you duplicate the tests for date
and time
format?
So we will have complete coverage of the changes!
Thanks for your patience! 💪
my naming convention might suck, let me know for any changes :) |
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.
lgtm, thanks!
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.
only last fixes on test messages
then we can land it!
Co-Authored-By: Manuel Spigolon <[email protected]>
Co-Authored-By: Manuel Spigolon <[email protected]>
Co-Authored-By: Manuel Spigolon <[email protected]>
resolves #218
Checklist
npm run test
andnpm run benchmark
documentation is changed or added(not needed)