diff --git a/pollen/private/preheat-cache.rkt b/pollen/private/preheat-cache.rkt index 3ae0a5e..7bbe54e 100644 --- a/pollen/private/preheat-cache.rkt +++ b/pollen/private/preheat-cache.rkt @@ -23,10 +23,6 @@ ;; if a file is already in the cache, no need to hit it again. ;; this allows partially completed preheat jobs to resume. - (define to-thd (thread (λ () - (sleep 4) - (message "preheat is taking a suspicious amount of time to start") - (message "commonly caused by a \"pollen.rkt\" file that doesn't work")))) (define uncached-paths (for/list ([path (in-directory starting-dir (λ (p) (not (special-path? p))))] #:when (for/or ([proc (in-list (list preproc-source? @@ -37,8 +33,6 @@ #:unless (path-cached? path)) (path->complete-path path))) - (kill-thread to-thd) - (cond [wants-dry-run? (for-each message uncached-paths)] [(null? uncached-paths) (message "all cached files are up to date")] diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 3e4ef88..8ca8176 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1590358296 +1589922989