aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-30 23:48:03 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-11-06 00:46:26 +0100
commitb9ef6bd01ef94cdf75805ef2638bb43bad82fec9 (patch)
treef54ac2c42aaaa622b345889d5fa111b99a756138
parentMerge (hnh module-introspection static) into parent module. (diff)
downloadcalp-b9ef6bd01ef94cdf75805ef2638bb43bad82fec9.tar.gz
calp-b9ef6bd01ef94cdf75805ef2638bb43bad82fec9.tar.xz
Add TODO's for module-uses.
-rw-r--r--module/hnh/module-introspection/module-uses.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/module/hnh/module-introspection/module-uses.scm b/module/hnh/module-introspection/module-uses.scm
index ce33fb57..8b9fddfb 100644
--- a/module/hnh/module-introspection/module-uses.scm
+++ b/module/hnh/module-introspection/module-uses.scm
@@ -12,6 +12,12 @@
;;; require that the target module compiles.
;;; Code:
+;;; TODO Currently modules are returend as pairs of the module name, and the
+;;; import parameters. This should be changed to module objects equal to those
+;;; from the "true" 'use-modules'.
+;;; TODO note that this extends to #:renamer, which needs to be evalutaed within
+;;; the inspected module.
+
(define-record-type (module make-module% module?)
(fields name select hide prefix renamer version autoload))