agenda: Switch "yield" to "8yield" and export.
[8sync.git] / tests /
2016-12-28 Christopher Allan... agenda: Major cleanup.
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-12-10 Christopher Allan... agenda: Cut out huge swath of old 8sync-* procedures...
2016-12-09 Christopher Allan... agenda: Remove 8sync macro.
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-agenda: Remove broken shebang.
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
2016-04-15 Christopher Allan... agenda: Rename %8sync (and %8sync-*) to 8sync (and...
2015-12-12 Christopher Allan... Switch from (%8sync (%run)) to just (%8sync) or (%8sync...
2015-12-01 Christopher Allan... tests: update to use make-q* instead of manually mutati...
2015-11-29 Christopher Allan... Fix tests to check for equality
2015-11-29 Christopher Allan... Make use of %8sync-run in tests
2015-11-29 Christopher Allan... Renaming `eightsync' to `8sync' everywhere in the code
2015-11-29 Christopher Allan... Updating copyright headers to be more "modern"
2015-11-28 Christopher Allan... Licensed utils.scm under the LGPL, with permission...
2015-11-28 Christopher Allan... Add queue helpers, with tests
2015-11-28 Christopher Allan... switch %8sync-caught-error to 8sync-caught-error
2015-11-28 Christopher Allan... use catch-8sync in test-agenda.scm
2015-11-28 Christopher Allan... Add (catch-8sync) stuff
2015-11-28 Christopher Allan... Properly handle %8sync to %8sync to error chains.
2015-11-28 Christopher Allan... Add some early error handling tests
2015-11-28 Christopher Allan... Add test runner utility from David Thompson
2015-11-27 Christopher Allan... write out test-agenda, not tests-agenda
2015-11-24 Christopher Allan... fix calls/references to %8sync
2015-11-24 Christopher Allan... fixing bug with current tdelta interface
2015-11-23 Christopher Allan... time-plus tests
2015-11-23 Christopher Allan... time-minus tests
2015-11-23 Christopher Allan... fix tests for (make-time-delta) change
2015-11-22 Christopher Allan... Adding automake stuff