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

fix: BitWidthFreq must be u64/usize #974

Merged
merged 1 commit into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. fix: BitWidthFreq must be u64/usize

    We assume elsewhere that this statistic is a u64 (usize is
    auto-converted to u64 when we convert to Scalar). I am not
    entirely sure how I triggered this, but it happens on PR
    #969.
    danking committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ab9dd6e View commit details
    Browse the repository at this point in the history