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
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
..
misc restore 7 years ago
private manually propagate `current-project-root` to parallel threads 3 years ago
scribblings Fix typo (#257) 3 years ago
template downgrade certain setup values to constants & bump to 3.0 (#225) 4 years ago
test start command: fix default value for port (#244) 4 years ago
unstable More robust interface to Pygments (#230) 4 years ago
cache.rkt simplify more paths 4 years ago
core.rkt downgrade certain setup values to constants & bump to 3.0 (#225) 4 years ago
decode.rkt 1.5 update 6 years ago
file.rkt downgrade certain setup values to constants & bump to 3.0 (#225) 4 years ago
info.rkt suppress test-project-port.rkt 3 years ago
main.rkt tidier patch 6 years ago
markdown.rkt tidier patch 6 years ago
markup.rkt tidier patch 6 years ago
mode.rkt clean up pollen/mode 3 years ago
pagetree.rkt handle 'relative directory correctly (fixes #252) 3 years ago
pre.rkt tidier patch 6 years ago
ptree.rkt tidier patch 6 years ago
render.rkt manually propagate `current-project-root` to parallel threads 3 years ago
setup.rkt hook for external renderer 3 years ago
tag.rkt handle zero-arg case 4 years ago
template.rkt refactor splice, pollen/template; add pollen/core 8 years ago
top.rkt drop support for Rackets before 6.3 5 years ago