Raphael 'kena' Poss
Raphael 'kena' Poss
Two forms: - self-contained, with all the config included - "shallow" with only command line flags, assuming the config is elsewhere In both case needs a mechanism to capture and...
Related to #13 Create cfg syntax for an action that spawns async processes: - automatically saves pid - auto gen sub-actions for stop/restart of async task - kill process with...
Today the actor enters at the start of the play and leaves at the end. It would be useful to tighten the relationship between actors and (a group of) processes...
... so that the spotlight can use it as input (and detect action stuff).
The config parser should sort the blocks (roles, casts, audience, script) before parsing their contents, so that an audience can refer to an actor before it is defined.
(especially action commands) The shell prefix (PS4) for traces should be customized to provide context about which command is being run.
today all collection + spotlights go to the same log. They should be split. Ditto for action logs. These should be split per actor.
issue a warning if there are no auditors, as this should be the most common use of shakespeare. Related to #7