set up a namespace around the call to compile
svn: r10244
This commit is contained in:
parent
b9516aa543
commit
c2fa893403
|
@ -753,7 +753,8 @@
|
|||
(parameterize ([current-custodian nc])
|
||||
(thread (λ ()
|
||||
(with-handlers ((exn? (λ (x) (set! exn x))))
|
||||
(parameterize ([read-accept-reader #t])
|
||||
(parameterize ([read-accept-reader #t]
|
||||
[current-namespace (make-base-namespace)])
|
||||
(compile-file filename))))))])
|
||||
(thread
|
||||
(λ ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user