fix `compile-collection-zos'
This commit is contained in:
parent
accb677f0e
commit
bdadc453e0
|
@ -190,14 +190,12 @@
|
|||
dir))
|
||||
(for/fold ([init init]) ([p (directory-list dir)])
|
||||
(let ([p* (build-path dir p)])
|
||||
(worker
|
||||
(if (and (directory-exists? p*) (not (member p omit-paths)))
|
||||
(if (and (directory-exists? p*) (not (member p omit-paths)))
|
||||
(compile-directory-visitor p* (c-get-info/full p*) worker
|
||||
#:verbose verbose?
|
||||
#:verbose verbose?
|
||||
#:skip-path skip-path
|
||||
#:skip-doc-sources? skip-docs?)
|
||||
null)
|
||||
init))))
|
||||
init))))
|
||||
init))))
|
||||
(define (compile-directory dir info
|
||||
#:verbose [verbose? #t]
|
||||
|
|
5
collects/tests/compiler/collection-zos.rkt
Normal file
5
collects/tests/compiler/collection-zos.rkt
Normal file
|
@ -0,0 +1,5 @@
|
|||
#lang racket
|
||||
(require compiler/compiler)
|
||||
|
||||
;; minimal sanity check:
|
||||
(compile-collection-zos "setup")
|
Loading…
Reference in New Issue
Block a user