aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-10 11:00:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-10 11:00:30 -0700
commit28057bf8668818494da640ff7deab723252e8062 (patch)
tree371d713024428b00af37d94bffe5d05f22a712ed
parent16c7fe24b16204072c24598c3b917c8695e87a27 (diff)
downloadconsfigurator-28057bf8668818494da640ff7deab723252e8062.tar.gz
note limitations of DEFPROPLIST w.r.t. hostattrs
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/property.lisp b/src/property.lisp
index a4ae9a0..11acab9 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -183,6 +183,8 @@ as would be bound by (lambda ARGS).
The evaluation of PROPERTIES, and the evaluation of any &AUX variables, should
not have any side effects. The evaluation will take place in the root Lisp.
+In particular, at present, storing or retrieving static informational
+attributes is not supported.
If the first element of PROPERTIES is a string, it will be considered a
docstring for the resulting property. If the first element of PROPERTIES