From ac5ba69f88c51e3316b9bb9323b47f41157a4e16 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 4 May 2020 21:12:56 -0700 Subject: [PATCH] more bytecode --- 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 ade8015..8866ea0 100644 --- a/pollen/private/cache-utils.rkt +++ b/pollen/private/cache-utils.rkt @@ -61,7 +61,8 @@ (define my-caching-compile-proc (make-caching-managed-compile-zo)) (define (path->hash path) - (for-each my-caching-compile-proc (or (get-directory-require-files path) null)) + (for ([p (in-list (cons path (or (get-directory-require-files path) null)))]) + (my-caching-compile-proc p)) (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 2149336..64e7cca 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1588547974 +1588651976