Re-enable the printer here.

This commit is contained in:
Sam Tobin-Hochstadt 2010-06-01 16:30:04 -04:00
parent fe9395fdbf
commit 7b2de53733

View File

@ -62,6 +62,7 @@
[(_ e) [(_ e)
#`(parameterize ([delay-errors? #f] #`(parameterize ([delay-errors? #f]
[current-namespace (namespace-anchor->namespace anch)] [current-namespace (namespace-anchor->namespace anch)]
[custom-printer #t]
[orig-module-stx (quote-syntax e)]) [orig-module-stx (quote-syntax e)])
(let ([ex (expand 'e)]) (let ([ex (expand 'e)])
(parameterize ([mutated-vars (find-mutated-vars ex)]) (parameterize ([mutated-vars (find-mutated-vars ex)])
@ -72,6 +73,7 @@
[(_ e) [(_ e)
#`(parameterize ([delay-errors? #f] #`(parameterize ([delay-errors? #f]
[current-namespace (namespace-anchor->namespace anch)] [current-namespace (namespace-anchor->namespace anch)]
[custom-printer #t]
[orig-module-stx (quote-syntax e)]) [orig-module-stx (quote-syntax e)])
(let ([ex (expand 'e)]) (let ([ex (expand 'e)])
(parameterize ([mutated-vars (find-mutated-vars ex)]) (parameterize ([mutated-vars (find-mutated-vars ex)])