added some debugging printouts to try to find out how to make this work in drdr

svn: r18123
This commit is contained in:
Robby Findler 2010-02-17 20:38:07 +00:00
parent 81d38e6acb
commit 5763cc0104

View File

@ -31,6 +31,9 @@
(for-each (λ (exp) (pretty-print exp port)) exps))
#:exists 'truncate)
(printf "tmpfile: ~s\n" tmpfile)
(call-with-input-file tmpfile (λ (p) (copy-port p (current-output-port))))
(let ([sp (open-output-string)])
(parameterize ([current-output-port sp])
(dynamic-require tmpfile #f))