aboutsummaryrefslogtreecommitdiff
path: root/doc/ideas.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-31 14:15:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-31 14:18:40 -0700
commit662953dfeedae4c79e4c5f7dd9e87e750f7b1e5b (patch)
tree506cd052a8d4543297a611114554a529cfad47c5 /doc/ideas.rst
parente5b5ce0c14e8028911dea0dc37f8558cf2a3280f (diff)
downloadconsfigurator-662953dfeedae4c79e4c5f7dd9e87e750f7b1e5b.tar.gz
update idea regarding programmatically calling properties
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/ideas.rst')
-rw-r--r--doc/ideas.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index 8f4e525..688d040 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -46,11 +46,10 @@ Data sources
Core
----
-- Could we signal a condition whenever the contents of a property's function
- cell is called when that property has a :HOSTATTRS subroutine? The point
- would be to avoid calling the property within another property without
- calling its :HOSTATTRS subroutine too -- could we figure out catching and
- ignoring the condition when its :HOSTATTRS subroutine did get run?
+- We signal a warning whenever the contents of a property's function cell is
+ called when that property has a :HOSTATTRS subroutine. Could we figure out
+ catching and muffling the warning when the :HOSTATTRS subroutine did get
+ run?
- A CONCURRENTLY combinator for property application specifications, which
means to apply each of the enclosed properties in parallel. Particularly