bug traced to something that expand-images is doing...

This commit is contained in:
Danny Yoo 2011-11-02 16:32:02 -04:00
parent 6ac094325a
commit af9e58c3b1

View File

@ -82,8 +82,8 @@
[current-namespace base-namespace])
(port-count-lines! ip)
(define stx (read-syntax (object-name ip) ip))
(compile stx)
;(printf "got stx; now expanding out the images\n")
(define expanded-stx (expand-out-images stx))
#;(define expanded-stx (expand-out-images stx))
;(printf "now trying to compile the expanded syntax\n")
(compile expanded-stx)))
#;(compile expanded-stx)))