Commit Graph

38 Commits (1fa3f236c232c9bf24fae370bb8f4e88c25391f1)

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 912ba088bf
downgrade certain setup values to constants & bump to 3.0 (#225) 4 years ago
Matthew Butterick 149f2cc389 skip unnecessary steps for non-interactive sessions 4 years ago
Matthew Butterick 7163f9bc77 roll back FASL (misbehavior under parallelism) 4 years ago
Matthew Butterick 972dba94e6 compat for 6.3 4 years ago
Matthew Butterick 98abad7b4b more bytecode for CS 4 years ago
Matthew Butterick adbe2aae91 Revert "more bytecode"
This reverts commit ac5ba69f88.
4 years ago
Matthew Butterick ac5ba69f88 more bytecode 4 years ago
Matthew Butterick eeb07709f8 use caching compiler 4 years ago
Matthew Butterick b716cff939
use FASL for caching (#221) 4 years ago
Matthew Butterick f7f3c9cccd debug logging in cache 4 years ago
Matthew Butterick 2f663e4bf3 infinity and beyond 4 years ago
Matthew Butterick e822309d4e intentional nostalgia 4 years ago
Matthew Butterick da2f6313e7 cache template paths 4 years ago
Matthew Butterick ab6691ea86 omit "shared lock" error 5 years ago
Matthew Butterick a05f74c595 omit "exclusive lock" error 5 years ago
Matthew Butterick b4ebdb8947 make envvars case-insensitive 5 years ago
Matthew Butterick c1f42d9542 undebug 5 years ago
Matthew Butterick f161f5f465 use `envvar-watchlist` 5 years ago
Matthew Butterick 070b9655d2 symbols not bytes 5 years ago
Matthew Butterick 4aa6e57ac0 reorg key 5 years ago
Matthew Butterick 5bcb70a7be permit environment variables in watchlist 5 years ago
Matthew Butterick a83466ffc9 cache with serialize (addresses #205) 5 years ago
Matthew Butterick 7f6db0578d warn about missing `cache-watchlist` file 5 years ago
Matthew Butterick f3fb154704 transitive loading message (closes #176) and other improvements 6 years ago
Matthew Butterick 559da05c8d 1.5 update 6 years ago
Matthew Butterick 3d8587b052 Revert "another small fix for new expander"
This reverts commit 15539736d2.
6 years ago
Matthew Butterick 15539736d2 another small fix for new expander 6 years ago
Matthew Butterick 485dc2c062 change name to `cache-watchlist` 6 years ago
Matthew Butterick 1cb16c0440 add `compile-cache-watchlist` (fixes #168) 6 years ago
Matthew Butterick 09dbb3de7c cache output files 7 years ago
Matthew Butterick bc2ed448ae refactor cache-utils 7 years ago
Matthew Butterick c67c755c34 lambda spaces 7 years ago
Matthew Butterick 0a4c31b7f0 use "compiled/pollen" as cache dir instead of "pollen-cache" 8 years ago
Matthew Butterick 859aa44105 furnish default values for `doc` and `metas` if either is unavailable 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