two missing exports
svn: r5819
This commit is contained in:
parent
4ea593e75b
commit
b2f68b7c28
|
@ -13,7 +13,9 @@
|
||||||
sandbox-output
|
sandbox-output
|
||||||
get-output
|
get-output
|
||||||
get-uncovered-expressions
|
get-uncovered-expressions
|
||||||
make-evaluator)
|
make-evaluator
|
||||||
|
call-with-limits
|
||||||
|
with-limits)
|
||||||
|
|
||||||
(define mred?
|
(define mred?
|
||||||
(with-handlers ([void (lambda (_) #f)])
|
(with-handlers ([void (lambda (_) #f)])
|
||||||
|
@ -159,24 +161,6 @@
|
||||||
(get-module-code (car todo))))
|
(get-module-code (car todo))))
|
||||||
list))))
|
list))))
|
||||||
(cons path r)))])))
|
(cons path r)))])))
|
||||||
;; (define (module-spec->paths mod)
|
|
||||||
;; (let loop ([todo (list (simplify-path* (resolve-module-path mod #f)))]
|
|
||||||
;; [r '()])
|
|
||||||
;; (cond
|
|
||||||
;; [(null? todo) r]
|
|
||||||
;; [(member (car todo) r) (loop (cdr todo) r)]
|
|
||||||
;; [else
|
|
||||||
;; (let ([path (car todo)])
|
|
||||||
;; (loop (map (lambda (i)
|
|
||||||
;; (simplify-path* (resolve-module-path-index i path)))
|
|
||||||
;; (filter module-path-index?
|
|
||||||
;; (apply append
|
|
||||||
;; (call-with-values
|
|
||||||
;; (lambda ()
|
|
||||||
;; (module-compiled-imports
|
|
||||||
;; (get-module-code (car todo))))
|
|
||||||
;; list))))
|
|
||||||
;; (cons path r)))])))
|
|
||||||
|
|
||||||
;; Execution ----------------------------------------------------------------
|
;; Execution ----------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user