guix: Use guile-3.0.
[8sync.git] / tests / test-actors.scm
2021-03-18 Jan (janneke) Nieu... Support for guile-3.0.5: Move test-exit inside srfi...
2017-01-25 Christopher Allan... actors: Switch over to using wrap-rmeta-slot for build...
2017-01-04 Christopher Allan... actors: Remove define-simple-actor, add define-actor.
2017-01-04 Christopher Allan... actors: Rename msg-receive, msg-val to mbody-receive...
2017-01-04 Christopher Allan... actors: Add auto-init feature to actors.
2017-01-03 Christopher Allan... actors: Implicit from-actor argument <-foo methods...
2017-01-02 Christopher Allan... actors: Rename *clean-up* back to *cleanup.
2017-01-02 Christopher Allan... tests: Fix broken test in test-actors.
2017-01-02 Christopher Allan... tests: Oops, forgot to add <exploder> to test-actors.
2017-01-02 Christopher Allan... actors: Update self-destruct to run *clean-up* message...
2017-01-02 Christopher Allan... actors: Rename *cleanup* action to *clean-up*.
2017-01-02 Christopher Allan... actors: Add cleanup facility to run-hive.
2017-01-02 Christopher Allan... actors: Rename ez-run-hive to run-hive.
2016-12-20 Christopher Allan... actors: Move actors center-stage in 8sync.
2016-12-12 Christopher Allan... tests: Call msg-receive, not msg-recieve
2016-12-12 Christopher Allan... tests: Update test-actors to use msg-recieve instead...
2016-12-12 Christopher Allan... actors: Move message body to being an argument list...
2016-12-11 Christopher Allan... actors: Make the <-* message sending procedures officia...
2016-04-27 Christopher Allan... actors: Rename hive-bootstrap-message -> bootstrap...
2016-04-26 Christopher Allan... actors: Switch hive-create-actor[*] to match create...
2016-04-25 Christopher Allan... tests: actors: Add autoreply tests.
2016-04-25 Christopher Allan... tests: test-actors: Add copyright header.
2016-04-25 Christopher Allan... tests: actors: Fix test-end in test-actors.scm.
2016-04-25 Christopher Allan... tests: actors: Test serialization / deserialization...
2016-04-25 Christopher Allan... tests: actors: Fix check for a missing key on message-ref
2016-04-25 Christopher Allan... tests: test-actors: Start testing the actor model