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

Improve caching by comparing file hashes as fallback for mtime and size #3821

Merged
merged 8 commits into from Aug 19, 2023

Commits on Jul 29, 2023

  1. Copy the full SHA
    d908b98 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    cdce8p committed Jul 29, 2023
    Copy the full SHA
    7dd6427 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Code review

    * Skip hashing if file sizes don't match
    * Use is_changed in filtered_cached
    * Combine update and write
    cdce8p committed Aug 13, 2023
    Copy the full SHA
    07fe5b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Update tests/test_black.py

    Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
    cdce8p and hauntsaninja committed Aug 15, 2023
    Copy the full SHA
    64bbbce View commit details
    Browse the repository at this point in the history
  2. Delay cache read

    cdce8p committed Aug 15, 2023
    Copy the full SHA
    85b4a91 View commit details
    Browse the repository at this point in the history
  3. Revert "Delay cache read"

    cdce8p committed Aug 15, 2023
    Copy the full SHA
    088ea2f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Code review

    cdce8p committed Aug 19, 2023
    Copy the full SHA
    4278c86 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6e1a57b View commit details
    Browse the repository at this point in the history