Skip to content

refactor: Removes dead code paths from number serialization #399

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

Merged
merged 1 commit into from
Sep 28, 2020

Conversation

nbbeeken
Copy link
Contributor

Numbers that exceed the representable size of int32 will be serialized as doubles to keep consistency with JS VM behavior

NODE-2769

Numbers that exceed the representable size of int32 will be serialized as doubles to keep consistency with JS VM behavior

NODE-2769
Copy link
Member

@mbroadst mbroadst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nbbeeken nbbeeken merged commit 5f0c8f2 into master Sep 28, 2020
@nbbeeken nbbeeken deleted the NODE-2769/number-serializing branch September 28, 2020 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants