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

v.vcache: store the cache files in ~/.vmodules/.cache by default, allowing for user modules, that are named cache (fix #22459) #22472

Merged
merged 5 commits into from
Oct 10, 2024

Commits on Oct 10, 2024

  1. v.vcache: store the cache files in ~/.vmodules/_cache by default, all…

    …owing for user modules, that are named `cache` (fix vlang#22459)
    spytheman committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9f47064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd2604e View commit details
    Browse the repository at this point in the history
  3. workaround a bootstrapping problem with the old cache/ folder, create…

    …d by vc/v.c through `make`
    spytheman committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6c8e137 View commit details
    Browse the repository at this point in the history
  4. use .cache instead of _cache, because currently V allows for `import …

    …_cache`, but not `import .cache`
    spytheman committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9fc4e7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fba2e37 View commit details
    Browse the repository at this point in the history