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

feat: "smart" by default #2530

Merged
merged 6 commits into from
Feb 16, 2025
Merged

feat: "smart" by default #2530

merged 6 commits into from
Feb 16, 2025

Conversation

jqnatividad
Copy link
Collaborator

Now that we have several "smart" commands, create a new envvar QSV_STATSCACHE_MODE environment variable. It has three settings:

  • auto - use the stats cache if it's valid (the stats-jsonl file exists and is current) - default.
  • force - if the cache does not exist, create it by running stats.
  • none - do not use the stats cache even if it exists.

This ensures all smart-capable commands are smart by default.

@jqnatividad jqnatividad merged commit c9626d9 into master Feb 16, 2025
13 checks passed
@jqnatividad jqnatividad deleted the smart_by_defaul branch February 16, 2025 15:41
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.

1 participant