From: Christopher Allan Webber Date: Mon, 2 Jan 2017 21:15:29 +0000 (-0600) Subject: actors: Automatically add cookie by default in hive-create-actor. X-Git-Tag: v0.4.0~32 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=c98c1f91b9b408972f9728f63988fbb25c0ec416;hp=c98c1f91b9b408972f9728f63988fbb25c0ec416;p=8sync.git actors: Automatically add cookie by default in hive-create-actor. Also switch separator in cookie from "-" to ":". * 8sync/actors.scm (hive-gen-actor-id): Switch separator from "-" to ":". (hive-create-actor): Automatically add a cookie based on the class name. (hive-create-actor*): Tweak docstring. ---