aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-24 10:49:11 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-24 10:49:11 -0700
commit486cc3668972ce98a0287f163a4994836107e1b0 (patch)
tree86fc91c7cff10b80542d6d55a356f489b72e249c
parenta2e8c5c9c9ecc1db41610be659c19c9ac1705e77 (diff)
downloadconsfigurator-486cc3668972ce98a0287f163a4994836107e1b0.tar.gz
expand notes on macro like Propellor's changesFile
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--doc/ideas.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index 5b63819..c1247e0 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -29,7 +29,10 @@ Core
calling its :HOSTATTRS subroutine too -- could we figure out catching and
ignoring the condition when its :HOSTATTRS subroutine did get run?
-- Macro for use in properties which works like Propellor's changesFile.
+- Macro for use in DEFPROP which works like Propellor's changesFile. Will
+ probably output ``(:check ...)`` expression and then substitute user's code
+ into a ``(:apply ...)`` expression. Use this or variants thereof in most of
+ the entries in ``PROPERTY.FILE``.
Project & packaging
-------------------