From: Christopher Allan Webber Date: Fri, 29 Apr 2016 16:10:27 +0000 (-0500) Subject: actors: debug: hive-create-actor-gimmie*'s init should glob arguments. X-Git-Tag: v0.2.0~16 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=22199a317fce94dd7f15c6a82a60790efe1f1357 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. --- 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*