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

Test and fix constexpr impl of from-endian-bytes for all int sizes #453

Merged
merged 2 commits into from
Jan 29, 2024

Commits on Jan 29, 2024

  1. Test and fix constexpr impl of from-endian-bytes for all int sizes

    Add runtime and constexpr tests for from_ne_bytes(), from_be_bytes(),
    and from_le_bytes() for all unsigned integers. Other types just use
    the unsigned implementations.
    
    This uncovered bugs in the constexpr implementations, so fix those.
    danakj committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    82dbd37 View commit details
    Browse the repository at this point in the history
  2. Add clang-19 bots, move sanitizer from 17 to 18

    This keeps a sanitizer bot on the oldest and newest stable clang
    versions that we're supporting.
    danakj committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b769d5b View commit details
    Browse the repository at this point in the history