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(file source): fix regression in fingerprint calculations #8187

Closed
wants to merge 1 commit into from

Commits on Jul 8, 2021

  1. fix(file source): fix regression in fingerprint calculations

    0.14.0 included an upgrade to the `crc` crate, with associated updates
    to use the new API, however it appears to calculate different checksums.
    
    I put a comment here asking about how to calculate an equivalent
    checksum using the new API:
    mrhooray/crc-rs#62 (comment)
    
    This also adds an alias to ensure that checkpoints written by 0.14.0
    will be able to be read by 0.15.0 when it is released.
    
    Fixes: #8182
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5229d39 View commit details
    Browse the repository at this point in the history