bug traced to something that expand-images is doing...
This commit is contained in:
parent
6ac094325a
commit
af9e58c3b1
|
@ -82,8 +82,8 @@
|
||||||
[current-namespace base-namespace])
|
[current-namespace base-namespace])
|
||||||
(port-count-lines! ip)
|
(port-count-lines! ip)
|
||||||
(define stx (read-syntax (object-name ip) ip))
|
(define stx (read-syntax (object-name ip) ip))
|
||||||
|
(compile stx)
|
||||||
;(printf "got stx; now expanding out the images\n")
|
;(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")
|
;(printf "now trying to compile the expanded syntax\n")
|
||||||
(compile expanded-stx)))
|
#;(compile expanded-stx)))
|
Loading…
Reference in New Issue
Block a user