You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pollen/pollen/private
Matthew Butterick cf7fbccc90 manually propagate `current-project-root` to parallel threads
When recursive mode is used, `current-project-root` changes during the extent of a render operation. But if parallel rendering is also used, when the main thread re-parameterizes `current-project-root`, it will have no effect on the parallel threads, because they freshly instantiate `current-project-root` (with its default value). This patch moves the parameterization inside the parallel thread by passing the `current-project-root` value as part of the job message, thereby handling it the same way as `current-poly-target`.
3 years ago
..
external suppress testing of mode-indentation 3 years ago
server-extras serve text/plain with utf-8 encoding 4 years ago
cache-utils.rkt downgrade certain setup values to constants & bump to 3.0 (#225) 4 years ago
command.rkt start command: fix default value for port (#244) 4 years ago
constants.rkt downgrade two more settables 4 years ago
dialect.rkt Rearrange lexical scoping (fixes #202) 5 years ago
drracket-buttons.rkt refactoring for first stable release 8 years ago
file-utils.rkt omit DS_Store 3 years ago
log.rkt add debug level messaging 4 years ago
main-base.rkt fix build 4 years ago
preheat-cache.rkt simplify more paths 4 years ago
project-server-routes.rkt downgrade certain setup values to constants & bump to 3.0 (#225) 4 years ago
project-server.rkt improve failure handling in `start' command (#242) 4 years ago
project.rkt 1.5 update 6 years ago
reader-base.rkt downgrade two more settables 4 years ago
render-helper.rkt downgrade two more settables 4 years ago
runtime-config.rkt 1.5 update 6 years ago
splice.rkt downgrade certain setup values to constants & bump to 3.0 (#225) 4 years ago
split-metas.rkt permit multiple key-val pairs in `define-meta` (closes #215) 4 years ago
to-string.rkt documentation updates plus related bugfixes 8 years ago
ts.rktd manually propagate `current-project-root` to parallel threads 3 years ago
version.rkt bump version to 1.4 6 years ago
whitespace.rkt 1.5 update 6 years ago