From eeb07709f834115dbf214d7033e8cdb5e06b773c Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 3 May 2020 11:48:28 -0700 Subject: [PATCH] use caching compiler --- pollen/private/cache-utils.rkt | 3 ++- pollen/private/ts.rktd | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pollen/private/cache-utils.rkt b/pollen/private/cache-utils.rkt index f95eab6..ade8015 100644 --- a/pollen/private/cache-utils.rkt +++ b/pollen/private/cache-utils.rkt @@ -59,8 +59,9 @@ (define-namespace-anchor cache-utils-module-ns) +(define my-caching-compile-proc (make-caching-managed-compile-zo)) (define (path->hash path) - (for-each managed-compile-zo (or (get-directory-require-files path) null)) + (for-each my-caching-compile-proc (or (get-directory-require-files path) null)) (apply hasheq (let ([doc-key (setup:main-export)] [meta-key (setup:meta-export)]) (unless (and (symbol? doc-key) (symbol? meta-key)) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index f26287d..22023bd 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1588526717 +1588531708