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

yoneda_cache file naming robustness to changing data structures #52

Closed
kris-brown opened this issue Mar 13, 2024 · 0 comments · Fixed by #57
Closed

yoneda_cache file naming robustness to changing data structures #52

kris-brown opened this issue Mar 13, 2024 · 0 comments · Fixed by #57
Assignees
Labels
enhancement New feature or request

Comments

@kris-brown
Copy link
Collaborator

We cache the output of yoneda using yoneda_cache, but this creates a file based on the name of the ACSet. This could lead to name collisions (two different ACSet schemas which happen to share a name) and mystifying errors when one tries to read from the cache after the data of the schema has changed. One possible solution to these issues is to make the file name a hash of the content of the Presentation.

@kris-brown kris-brown self-assigned this Mar 13, 2024
@kris-brown kris-brown added the enhancement New feature or request label Mar 13, 2024
@kris-brown kris-brown linked a pull request Apr 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant