mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 21:47:33 +02:00
Output resolved meta
This commit is contained in:
parent
cd81fbbea8
commit
50555340b1
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@
|
||||||
(set! imported-vars (lib:resolve-imports imports))
|
(set! imported-vars (lib:resolve-imports imports))
|
||||||
(trace:info "resolved imports:")
|
(trace:info "resolved imports:")
|
||||||
(trace:info imported-vars)
|
(trace:info imported-vars)
|
||||||
|
(trace:info "resolved macros:")
|
||||||
|
(trace:info (lib:resolve-meta imports))
|
||||||
|
|
||||||
;; TODO: how to handle stdlib when compiling a library??
|
;; TODO: how to handle stdlib when compiling a library??
|
||||||
;; either need to keep track of what was actually used,
|
;; either need to keep track of what was actually used,
|
||||||
|
|
Loading…
Add table
Reference in a new issue