aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-31 10:49:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-31 10:54:49 -0700
commitf320deddcaffe3721098482d06cb564f5d6d8be7 (patch)
tree32ddb42372eff05c044eaa81c00bfbd164826fd8
parentdf84001ca134088b3817b48d74f3382fb3e0c31e (diff)
downloadconsfigurator-f320deddcaffe3721098482d06cb564f5d6d8be7.tar.gz
notes on WITH-REQUIREMENTS-FOR-CHANGE: refer to SBCL-AVAILABLE
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--doc/ideas.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index 7f16a46..c1d9c6a 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -72,7 +72,8 @@ Core
- Combinator WITH-REQUIREMENTS-FOR-CHANGE to only apply dependencies if the
first property's :CHECK routine indicates that a change it needed. For
example, if the chroot already exists, we don't attempt to install
- debootstrap.
+ debootstrap. (The ``SBCL-AVAILABLE`` property in
+ ``src/connection/sbcl.lisp`` achieves a similar effect in another way.)
Project & packaging
-------------------