aboutsummaryrefslogtreecommitdiff
path: root/src/connection/fork.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-25 11:47:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-25 11:47:38 -0700
commit8da506127e6b479c1701d4e8d965bbea74a3236e (patch)
treedacbb664545d34f7917f3df94a265df1135aca34 /src/connection/fork.lisp
parent0a880f15a7c2402cc43abb59bf12939849d39014 (diff)
downloadconsfigurator-8da506127e6b479c1701d4e8d965bbea74a3236e.tar.gz
add TODO regarding variable capture
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection/fork.lisp')
-rw-r--r--src/connection/fork.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index 9f363ee..a147b10 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -41,6 +41,7 @@ for example, such that we don't see it."
(and
#+sbcl (> 2 (length (sb-thread:list-all-threads)))))
+;; TODO there is unwanted variable capture going on here
(defmacro with-fork-connection ((remaining) &body forms)
`(progn
(unless (lisp-connection-p)