Commit Graph

9 Commits (master)

Author SHA1 Message Date
Matthew Butterick 39cfc2ed54 in cache key, treat environment variables as case-sesnsitive
The cache is supposed to take note of the `POLLEN` environment variable, but due to the spurious `string-downcase` here, was instead looking at `pollen`, which is a different key on case-sensitive systems. Windows environment variables are not case-sensitive, but it seems Racket’s `getenv` function will handle the case conversion as needed.
2 years ago
Matthew Butterick 68e81a114e fix names in docs 4 years ago
Matthew Butterick ccc8be4e1f clarify behavior of caching with pagetrees (addresses #193) 5 years ago
Matthew Butterick 5c0063c227 improve docs about caching (fixes #192) 5 years ago
Matthew Butterick 07a8158391 edit docs for `cached-doc` and `cached-metas` 7 years ago
Matthew Butterick 0a4c31b7f0 use "compiled/pollen" as cache dir instead of "pollen-cache" 8 years ago
Matthew Butterick 775a58dfc2 renamings within pollen/setup 8 years ago
Matthew Butterick 4f146fd755 change pollen/world to pollen/setup 8 years ago
Matthew Butterick 10e3918fba refactoring for first stable release 8 years ago