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