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

[BUG] Clean cached data when doing forced calculation #40

Open
HarikalarKutusu opened this issue Jul 27, 2024 · 0 comments
Open

[BUG] Clean cached data when doing forced calculation #40

HarikalarKutusu opened this issue Jul 27, 2024 · 0 comments
Assignees
Labels
bug Something isn't working compiler cv-tbox-dataset-compiler related

Comments

@HarikalarKutusu
Copy link
Owner

This happened in TC but can be anywhere....
We cache the calculated data and and summaries to not re-calculate, we skip them and add to them only the newly processed ones.
But when we do a forced re-calculation (e.g. new measures added), as these are not pre-cleaned, all data can become duplicated in these.

A meaningful solution would be to delete the summary files (e.g. $tc_stats.tsv) beforehand.
But we should take care of DEBUG mode and/or future per language/version re-calculations...

@HarikalarKutusu HarikalarKutusu added bug Something isn't working compiler cv-tbox-dataset-compiler related labels Jul 27, 2024
@HarikalarKutusu HarikalarKutusu self-assigned this Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler cv-tbox-dataset-compiler related
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant