Re-enable the printer here.
This commit is contained in:
parent
fe9395fdbf
commit
7b2de53733
|
@ -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)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user