From 22199a317fce94dd7f15c6a82a60790efe1f1357 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 29 Apr 2016 11:10:27 -0500 Subject: [PATCH] actors: debug: hive-create-actor-gimmie*'s init should glob arguments. * 8sync/systems/actors/debug.scm (hive-create-actor-gimmie*): init should grab the rest of the arguments. --- 8sync/systems/actors/debug.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8sync/systems/actors/debug.scm b/8sync/systems/actors/debug.scm index 24233f7..465751c 100644 --- a/8sync/systems/actors/debug.scm +++ b/8sync/systems/actors/debug.scm @@ -48,7 +48,7 @@ Uses hive-create-actor* arguments." (let ((actor-id (apply hive-create-actor hive actor-class init))) (hive-resolve-local-actor hive actor-id))) -(define (hive-create-actor-gimmie* hive actor-class id-cookie init) +(define (hive-create-actor-gimmie* hive actor-class id-cookie . init) "Create an actor on the hive, and give us that actor. Uses hive-create-actor* arguments." (let ((actor-id (apply hive-create-actor* -- 2.31.1