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

tweak f64 deserialization to make float roundtrips work #671

Merged
merged 4 commits into from
Jun 7, 2020

Commits on May 13, 2020

  1. integrate minimal-lexical

    japaric committed May 13, 2020
    Configuration menu
    Copy the full SHA
    f7a7815 View commit details
    Browse the repository at this point in the history
  2. add sample roundtrip test

    japaric committed May 13, 2020
    Configuration menu
    Copy the full SHA
    cfd0a31 View commit details
    Browse the repository at this point in the history
  3. make clippy happy

    japaric committed May 13, 2020
    Configuration menu
    Copy the full SHA
    e004665 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. if f32 was requested use 32-bit minimal-lexical

    instead of using the 64-bit version and then casting down to f32
    japaric committed May 14, 2020
    Configuration menu
    Copy the full SHA
    0d97e08 View commit details
    Browse the repository at this point in the history