aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-09 09:39:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-09 09:39:15 -0700
commit44f96f98a92f1256dfc736734722f86adc8cd380 (patch)
tree1f97f5b04af473f6ca8502892b0501483cb1f7e1
parentf05636d1e5662bf10893b589f8a232abcfbff6ce (diff)
downloadconsfigurator-44f96f98a92f1256dfc736734722f86adc8cd380.tar.gz
idea regarding combinator to make propspecs unordered
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--doc/ideas.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index dacb5a5..18bdac1 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -56,6 +56,13 @@ Core
useful surrounding a set of DEPLOYS applications, to concurrently deploy a
number of hosts.
+- A combinator which makes a list of properties unordered, i.e., later ones
+ don't depend on earlier ones. Then when applying, if we get FAILED-CHANGE,
+ we can just move on to the next property. The implicit dependency
+ relationships in the absence of this combinator is a good default, as almost
+ every defproplist will want that. But we might want to make this combinator
+ implicit in DEFHOST.
+
Project & packaging
-------------------