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

FS caching improvements #375

Merged
merged 2 commits into from Feb 12, 2017
Merged

FS caching improvements #375

merged 2 commits into from Feb 12, 2017

Commits on Feb 10, 2017

  1. Instantiate default cache directory lazily, and only once

    When using `cacheDirectory=true`, the `findCacheDir` module
    is repeatedly called, and it does some synchronous filesystem
    calls under the hood. However, since `findCacheDir` is more
    or less a pure function, it's probably safe to call it only
    once during process lifetime.
    akx committed Feb 10, 2017
    Copy the full SHA
    4bac112 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. Cache resolve-rc results

    akx committed Feb 12, 2017
    Copy the full SHA
    9b63ffb View commit details
    Browse the repository at this point in the history