set up a namespace around the call to compile

svn: r10244
This commit is contained in:
Robby Findler 2008-06-13 01:43:27 +00:00
parent b9516aa543
commit c2fa893403

View File

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