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

Make float::Float::integer_decode DRY #328

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    f4967af View commit details
    Browse the repository at this point in the history
  2. Add FIXME related to NaN inputs to

    `float::Float::integer_decode`
    mtilda committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    25eb45f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    9232b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d33cdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6e2912 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    300a7f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6309a53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3b277a View commit details
    Browse the repository at this point in the history
  7. Refactor functions integer_decode_f32 and integer_decode_f64 with…

    … new macro `integer_decode\!`
    mtilda committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3c09565 View commit details
    Browse the repository at this point in the history
  8. Remove debug print statements

    mtilda committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    32710c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5477176 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a0a8e5 View commit details
    Browse the repository at this point in the history