-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, trace silently swallows version-mismatch cache misses. This is conservative but opaque behavior.
trace entry looks for resolution attempts in the current version's cache namespace (resolve_v{version}_{fingerprint}). If the input was resolved under a different version, the namespace doesn't match and the load quietly returns nothing. The user gets "No resolution attempts found for this entry group.", which is the same message whether the entry never resolved, the cache was cleared, or there's a version mismatch.
Some preliminary options:
- Have
trace entryreport the current version of taxonopy. - Scan
cache_base_dirforresolve_v*_{fingerprint}directories and report which versions have cached data based on relevant input. - Add a
--cache-versionflag to let the user pointtraceat an older namespace explicitly. - Some combination: show the diagnostic by default, offer the flag for explicit cross-version access.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request