mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Added TODO
This commit is contained in:
parent
ca3074e6bc
commit
5303c0cf6c
1 changed files with 3 additions and 0 deletions
|
@ -330,6 +330,9 @@
|
||||||
(let* ((in-file (car args))
|
(let* ((in-file (car args))
|
||||||
(in-prog (read-file in-file))
|
(in-prog (read-file in-file))
|
||||||
(program? (not (library? (car in-prog))))
|
(program? (not (library? (car in-prog))))
|
||||||
|
TODO: for a program need to get the import list here, not later on.
|
||||||
|
then pass that import list futher as well as using it here in the
|
||||||
|
call to lib:get-all-import-deps:
|
||||||
(lib-deps
|
(lib-deps
|
||||||
(if (and program?
|
(if (and program?
|
||||||
(tagged-list? 'import (car in-prog)))
|
(tagged-list? 'import (car in-prog)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue