-
Notifications
You must be signed in to change notification settings - Fork 257
feat(NODE-4874): support EJSON parse for BigInt from $numberLong #552
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
nbbeeken
merged 37 commits into
main
from
NODE-4874/support_ejson_parse_for_BigInt_from_numberLong
Jan 19, 2023
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
75a6207
feat(NODE-4874): WIP
W-A-James 7cd7f6c
test(NODE-4874): Start table test
W-A-James df97552
fix(NODE-4874): Get canonical mode parsing to work
W-A-James 07904f9
style(NODE-4874): Style
W-A-James d0dd23d
style(NODE-4874): eslint
W-A-James 5120ca5
fix(NODE-4874): Fix handling of flags
W-A-James d67757d
test(NODE-4874): Finish tests
W-A-James 4f15e42
style(NODE-4874): fixup condition
W-A-James 2f5db05
fix(NODE-4874): Remove dead code
W-A-James 822dff8
fix(NODE-4874): Add fix and test for double bug
W-A-James 5666255
fix(NODE-4874): Implement requested fixes
W-A-James 79f0c81
test(NODE-4874): Add new table tests
W-A-James 260b667
test(NODE-4874): Add test to check that legacy flag doesn't affect ou…
W-A-James 6a5364a
test(NODE-4874): Add another assertion
W-A-James 7eca3ea
style(NODE-4874): Update comment
W-A-James f6aed3d
test(NODE-4874): Remove 'only' annotation
W-A-James b0e67aa
fix(NODE-4874): Update Long.fromExtendedJSON
W-A-James 4361871
test(NODE-4874): Add new tests
W-A-James 92ae357
fix(NODE-4874): Add fixes
W-A-James fff3d32
test(NODE-4874): Update tests
W-A-James a86a942
style(NODE-4874): Change variable name
W-A-James d9f539f
fix(NODE-4874): Fix MAX_INT64_STRING_LENGTH constant
W-A-James 0acf248
test(NODE-4874): Test fixups
W-A-James cdf0334
fix(NODE-4874): Fix fromExtendedJSON checks and errors
W-A-James 027b5df
fix(NODE-4874): Update fromExtendedJSON
W-A-James a02236f
test(NODE-4874): New tests
W-A-James 31f8bf7
test(NODE-4874): Add tests for current validation behaviour
W-A-James f22ce03
fix(NODE-4874): Small style fix
W-A-James 8b0a741
test(NODE-4874): Add comments and fix test value
W-A-James e0049b3
fix(NODE-4874): Make error messages more verbose
W-A-James 47cdb65
fix(NODE-4874): Fix error messages
W-A-James d502ddb
Merge branch 'main' into NODE-4874/support_ejson_parse_for_BigInt_fro…
W-A-James f80b707
fix(NODE-4874): merge conflict fix
W-A-James c90b783
fix(NODE-4874): Update fromExtendedJSON behaviour to be more consiste…
W-A-James 43b39c1
test(NODE-4874): move EJSON.parse tests back under the correct descri…
W-A-James b99a141
test(NODE-4874): Unnest EJSON.stringify fron EJSON.parse
W-A-James a0b5cf0
test(NODE-4874): Remove todo
W-A-James File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.