From 5303c0cf6c49b5a36bcb49733cc880749d07bb08 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 3 Feb 2017 04:32:18 -0500 Subject: [PATCH] Added TODO --- cyclone.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cyclone.scm b/cyclone.scm index ec395a34..8446c0ba 100644 --- a/cyclone.scm +++ b/cyclone.scm @@ -330,6 +330,9 @@ (let* ((in-file (car args)) (in-prog (read-file in-file)) (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 (if (and program? (tagged-list? 'import (car in-prog)))