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

Verify cache on check #3747

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

Commits on May 10, 2022

  1. cache: refactor file caching

    cacheFile always returns nil (which will change soon). Anyways calling
    Load manually or using loadFromCacheOrDelegate should have the same
    effect. Thus always use loadFromCacheOrDelegate to simplify the code.
    MichaelEischer committed May 10, 2022
    Configuration menu
    Copy the full SHA
    0cc19ca View commit details
    Browse the repository at this point in the history
  2. check: Implement verification for local cache

    That way bitrot at the repository can also be detected when using an
    already existing cache.
    MichaelEischer committed May 10, 2022
    Configuration menu
    Copy the full SHA
    9a23002 View commit details
    Browse the repository at this point in the history
  3. check: Use local cache by default

    With the cache verification it is no longer necessary to create a
    temporary cache. The new option `--temporary-cache` still allows
    creating a temporary cache.
    MichaelEischer committed May 10, 2022
    Configuration menu
    Copy the full SHA
    cc80cc1 View commit details
    Browse the repository at this point in the history