summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-01-04actors: Remove define-simple-actor, add define-actor.Christopher Allan Webber1-15/+15
2017-01-04actors: Rename msg-receive, msg-val to mbody-receive, mbody-val.Christopher Allan Webber1-3/+3
2017-01-03actors: Add auto-init feature to actors.Christopher Allan Webber1-7/+31
2017-01-02actors: Implicit from-actor argument <-foo methods, and add rest of <-foo*.Christopher Allan Webber1-5/+3
2017-01-02agenda: Rename start-agenda to run-agenda.Christopher Allan Webber1-4/+4
2017-01-02actors: Rename *clean-up* back to *cleanup.Christopher Allan Webber1-7/+7
2017-01-02tests: Fix broken test in test-actors.Christopher Allan Webber1-1/+1
2017-01-02tests: Oops, forgot to add <exploder> to test-actors.Christopher Allan Webber1-0/+6
2017-01-02actors: Update self-destruct to run *clean-up* message handler.Christopher Allan Webber1-2/+25
2017-01-02actors: Rename *cleanup* action to *clean-up*.Christopher Allan Webber1-2/+2
2017-01-02actors: Add cleanup facility to run-hive.Christopher Allan Webber1-0/+13
2017-01-02tests: Add "speaker" utility.Christopher Allan Webber2-29/+43
2017-01-01actors: Rename ez-run-hive to run-hive.Christopher Allan Webber1-2/+2
2016-12-28agenda: Major cleanup.Christopher Allan Webber1-24/+22
2016-12-20actors: Move actors center-stage in 8sync.Christopher Allan Webber1-2/+2
2016-12-12tests: Call msg-receive, not msg-recieveChristopher Allan Webber1-10/+9
2016-12-12tests: Update test-actors to use msg-recieve instead of =>.Christopher Allan Webber1-3/+3
2016-12-11actors: Move message body to being an argument list for procedures.Christopher Allan Webber1-52/+35
2016-12-11actors: Make the <-* message sending procedures official, not aliases.Christopher Allan Webber1-4/+4
2016-12-10agenda: Cut out huge swath of old 8sync-* procedures/macros.Christopher Allan Webber1-36/+1
2016-12-09agenda: Remove 8sync macro.Christopher Allan Webber1-115/+0
2016-04-27actors: Rename hive-bootstrap-message -> bootstrap-message.Christopher Allan Webber1-2/+2
2016-04-26actors: Switch hive-create-actor[*] to match create-actor[*]Christopher Allan Webber1-6/+3
2016-04-25tests: actors: Add autoreply tests.Christopher Allan Webber1-0/+77
2016-04-25tests: test-agenda: Remove broken shebang.Christopher Allan Webber1-4/+0
2016-04-25tests: test-actors: Add copyright header.Christopher Allan Webber1-0/+18
2016-04-25tests: actors: Fix test-end in test-actors.scm.Christopher Allan Webber1-1/+1
2016-04-25tests: actors: Test serialization / deserialization of messagesChristopher Allan Webber1-0/+32
2016-04-25tests: actors: Fix check for a missing key on message-refChristopher Allan Webber1-2/+7
2016-04-25tests: test-actors: Start testing the actor modelChristopher Allan Webber1-0/+32
2016-04-15agenda: Rename %8sync (and %8sync-*) to 8sync (and 8sync-*)Christopher Allan Webber1-8/+8
2015-12-11Switch from (%8sync (%run)) to just (%8sync) or (%8sync-run)Christopher Allan Webber1-18/+38
2015-11-30tests: update to use make-q* instead of manually mutating a queueChristopher Allan Webber1-15/+12
2015-11-29Fix tests to check for equalityChristopher Allan Webber1-11/+11
2015-11-29Make use of %8sync-run in testsChristopher Allan Webber1-3/+3
2015-11-29Renaming `eightsync' to `8sync' everywhere in the codeChristopher Allan Webber1-2/+2
2015-11-29Updating copyright headers to be more "modern"Christopher Allan Webber2-31/+31
2015-11-28Licensed utils.scm under the LGPL, with permission from David ThompsonChristopher Allan Webber1-16/+19
2015-11-28Add queue helpers, with testsChristopher Allan Webber1-2/+19
2015-11-27switch %8sync-caught-error to 8sync-caught-errorChristopher Allan Webber1-1/+1
2015-11-27use catch-8sync in test-agenda.scmChristopher Allan Webber1-17/+16
2015-11-27Add (catch-8sync) stuffChristopher Allan Webber1-0/+25
2015-11-27Properly handle %8sync to %8sync to error chains.Christopher Allan Webber1-5/+31
2015-11-27Add some early error handling testsChristopher Allan Webber1-4/+39
2015-11-27Add test runner utility from David ThompsonChristopher Allan Webber2-3/+29
2015-11-27write out test-agenda, not tests-agendaChristopher Allan Webber1-2/+2
2015-11-24fix calls/references to %8syncChristopher Allan Webber1-3/+3
2015-11-24fixing bug with current tdelta interfaceChristopher Allan Webber1-1/+1
2015-11-22time-plus testsChristopher Allan Webber1-0/+5
2015-11-22time-minus testsChristopher Allan Webber1-0/+5