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 CacheStamp issue with old caches #116

Merged
merged 1 commit into from
Jun 10, 2022
Merged

Fix CacheStamp issue with old caches #116

merged 1 commit into from
Jun 10, 2022

Conversation

Erotemic
Copy link
Owner

To reproduce:

docker run -it python3 bash

pip install ubelt==1.0.0
python -c "import ubelt; ubelt.CacheStamp('foo', '.').renew()"
pip install ubelt==1.1.0
python -c "import ubelt; ubelt.CacheStamp('foo', '.').expired()"

@codecov
Copy link

codecov bot commented Jun 10, 2022

Codecov Report

Merging #116 (40f6248) into main (5064cc2) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #116   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        28           
  Lines         3207      3207           
  Branches       646       646           
=========================================
  Hits          3207      3207           
Impacted Files Coverage Δ
ubelt/util_cache.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5064cc2...40f6248. Read the comment docs.

@Erotemic Erotemic merged commit 25e34d5 into main Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant