fix build for module name resolver cache change

The xform bootstrap sets `current-library-collections-path` without
changing the namespace, which is a bad idea that was exposed by
the module name resolved cache change (commit a7ad0e3a01).
This commit is contained in:
Matthew Flatt 2014-05-17 21:21:22 +01:00
parent 02bc905c02
commit a0485cb58c

View File

@ -103,6 +103,11 @@
(use-compiled-file-paths '("compiled"))
(current-library-collection-paths (list (build-path (build-path (current-directory) rel-dir) "xform-collects")))
(let ([ns (make-empty-namespace)])
(dynamic-require ''#%builtin #f)
(namespace-attach-module (current-namespace) ''#%builtin ns)
(current-namespace ns))
(error-print-width 100)