syndicate-rkt/syndicate/test/core
Tony Garnock-Jones a6811f2ba5 Add timer/timestate support; this prompted a change to endpoint registration.
The `add-endpoint!` call is changed in two ways:

 - the old `assertion-fn` has become `update-fn`, yielding both
   an assertion *and* an optional handler, because if the handler
   depends on a field which changes, previously the handler wasn't
   being updated

 - a new parameter, `dynamic?`, can be set to #f (it's usually #t)
   to ensure that the assertion and skeleton-interest are calculated
   only once ever, and are not connected to the dataflow machinery.

The first change makes it possible for the `(later-than (deadline))`
pattern, where `deadline` is a field, to work; the second change makes
`during` and `during/spawn` work correctly in the face of field
updates.
2018-04-29 22:27:55 +01:00
..
abandon-actions-on-exn.rkt Refactor tests 2018-04-29 11:55:32 +01:00
correct-retraction-on-exn.rkt Refactor tests 2018-04-29 11:55:32 +01:00
double-cross-layer.rkt Repair scheduling of inner dataspaces, thus allowing e.g. double nesting 2018-04-29 16:07:49 +01:00
during-criterion-snapshotting.rkt Add timer/timestate support; this prompted a change to endpoint registration. 2018-04-29 22:27:55 +01:00
partial-retraction.rkt Refactor tests 2018-04-29 11:55:32 +01:00
responsibility-transfer-1.rkt Refactor tests 2018-04-29 11:55:32 +01:00
responsibility-transfer-2.rkt Refactor tests 2018-04-29 11:55:32 +01:00
simple-addition.rkt Refactor tests 2018-04-29 11:55:32 +01:00
simple-box-and-client.rkt Refactor tests 2018-04-29 11:55:32 +01:00
simple-cross-layer.rkt Repair scheduling of inner dataspaces, thus allowing e.g. double nesting 2018-04-29 16:07:49 +01:00