From b9ef6bd01ef94cdf75805ef2638bb43bad82fec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 30 Oct 2023 23:48:03 +0100 Subject: Add TODO's for module-uses. --- module/hnh/module-introspection/module-uses.scm | 6 ++++++ 1 file changed, 6 insertions(+) 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)) -- cgit v1.2.3