added some debugging printouts to try to find out how to make this work in drdr
svn: r18123
This commit is contained in:
parent
81d38e6acb
commit
5763cc0104
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user