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

Issue #536 - Remove pickle from config caching #537

Merged
merged 2 commits into from
Oct 25, 2024
Merged

Issue #536 - Remove pickle from config caching #537

merged 2 commits into from
Oct 25, 2024

Conversation

nttoole
Copy link
Contributor

@nttoole nttoole commented Oct 17, 2024

Dictionary file caching that was using Pickle was removed.
For the DMC leapseconds.dat, pickle was replaced with msgpack.
Some utility methods for checking cache state was left in case caching with another library is restored.

Fixes #536

@nttoole nttoole requested review from a team as code owners October 17, 2024 01:28
Copy link

sonarcloud bot commented Oct 25, 2024

Copy link
Member

@MJJoyce MJJoyce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢 it!

@nttoole nttoole merged commit dc9280b into master Oct 25, 2024
6 of 8 checks passed
@nttoole nttoole deleted the issue-536 branch October 25, 2024 18:50
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.

Remove Pickle config caching
2 participants