Skip to content
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

Json floats #53

Merged
merged 2 commits into from
Dec 11, 2020
Merged

Json floats #53

merged 2 commits into from
Dec 11, 2020

Commits on Dec 11, 2020

  1. json: less willing to upcast large integers into floats.

    This really does not jive well with our mental model of tokens which
    are agnostic to particular serial format.  And the idea of potentially
    *silently* losing precision of a number when processed in this way
    seems rather alarming to me, even if it is considered (to some extent?)
    "normal" for json to do so.
    warpfork committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    dfc2759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d2881 View commit details
    Browse the repository at this point in the history