-
Notifications
You must be signed in to change notification settings - Fork 10
NODE-2431: Reduce floating point precision required of extended json implementations #30
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.
LGTM 👍
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, but what's going on with the build failure in Travis?
Good question I actually have to rebase this change onto the 3.0 branch so that might pass the build fine, but it looks like the commits since 3.0 on master have introduced an update to 'buffer' that changed the import syntax. There are in fact breaking changes in master that we can't put into 3.0 so our plan to drop simply drop the 4.0 track isn't so straight forward. |
f8c628a
to
c72ce17
Compare
98046d5
to
99f6cce
Compare
The driver still uses an old version of js-bson, until we update the dependency we will skip this test.
99f6cce
to
0902753
Compare
I updated the driver we test against to 3.5 since that's the minimum version we support that also uses this ext-json lib. This also brings over commits that are published under the major ver 3 for this lib just to keep the |
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.
👍 thanks for the update, LGTM!
Reduce the precision outputted for Double types NODE-2431
5995b8f
to
b48ed7c
Compare
Port of mongodb/js-bson#369