more bytecode

dev-nonsettable
Matthew Butterick 4 years ago
parent 3b1f76a0ff
commit ac5ba69f88

@ -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))

@ -1 +1 @@
1588547974
1588651976

Loading…
Cancel
Save