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

Add support for IEEE 754 NaN / infinity #53

Merged
merged 11 commits into from
Dec 28, 2020

Commits on Aug 16, 2019

  1. Add support for IEEE 754 NaN / infinity

    This enables unpacking of 32-bit and 64-bit floating-point NaN,
    +infinity and -infinity, to the values `:NaN`, `:inf` and `:"-inf"`, but
    does not support packing those atoms back into Messagepack floats.
    CandyGumdrop committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    c4ce70e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Configuration menu
    Copy the full SHA
    1b486bc View commit details
    Browse the repository at this point in the history
  2. Update msgpax.ex

    lexmag authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    6cce674 View commit details
    Browse the repository at this point in the history
  3. Update unpacker.ex

    lexmag authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    498d717 View commit details
    Browse the repository at this point in the history
  4. Update msgpax_test.exs

    lexmag authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    ef322ca View commit details
    Browse the repository at this point in the history
  5. Update packer.ex

    lexmag authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    658975f View commit details
    Browse the repository at this point in the history
  6. Update test/msgpax_test.exs

    Co-authored-by: Cẩm Huỳnh <huynhquancam@gmail.com>
    lexmag and qcam authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    e407e93 View commit details
    Browse the repository at this point in the history
  7. Update test/msgpax_test.exs

    Co-authored-by: Cẩm Huỳnh <huynhquancam@gmail.com>
    lexmag and qcam authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    756840a View commit details
    Browse the repository at this point in the history
  8. Update msgpax.ex

    lexmag authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    3ae6268 View commit details
    Browse the repository at this point in the history
  9. Update packer.ex

    lexmag authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    1a3fdda View commit details
    Browse the repository at this point in the history
  10. Update msgpax_test.exs

    lexmag authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    aff2d5f View commit details
    Browse the repository at this point in the history