mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 03:36:34 +02:00
Debug library deps, added TODO
This commit is contained in:
parent
7fd4d0e972
commit
d72c54ca17
1 changed files with 10 additions and 0 deletions
10
cyclone.scm
10
cyclone.scm
|
@ -223,6 +223,16 @@
|
|||
)))
|
||||
;; END additional top-level imports
|
||||
|
||||
;; Debug output for our dependencies
|
||||
;; TODO: determine which deps need to be built, and build if necessary
|
||||
(trace:info "---------------- Library dependencies")
|
||||
(trace:info lib-deps)
|
||||
(trace:info "---------------- Library files")
|
||||
(trace:info (map
|
||||
(lambda (lib-dep)
|
||||
(lib:import->filename lib-dep ".sld" append-dirs prepend-dirs))
|
||||
lib-deps))
|
||||
|
||||
;; Validate syntax of basic forms
|
||||
(validate-keyword-syntax input-program)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue