-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Improves u128
/i128
handling
#1679
Conversation
Yeah, I'm waiting for a review :) |
@dtolnay We have bumped into serde-rs/json#505 issue which is supposedly resolved by serde-rs/json#586 which seem to require this PR to be merged. I wonder if this is considered by design or it will eventually be fixed Thank you for your hard work! |
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.
Hi folks -- it looks like this PR was motivated by serde-rs/json#586 but unfortunately I wasn't able to accept that one, so I'll close this one as well. Thanks anyway! I am still interested in getting JSON arbitrary precision numbers working with the tag & flatten attributes but it seems it will need a somewhat different design.
Besides that it makes it possible to have
u128
/i128
in bufferedContent
.