syndicate-rkt/syndicate/test
Tony Garnock-Jones 93371894a0 Repair longstanding, subtle bug in both old- and new-syndicate.
during/spawn used not to add linkage assertions to its
initial-assertion set. In addition, if a spawned actor died in its
initial boot procedure, its initial assertions would never be visible.
These two problems interlocked to cause a space leak in during/spawn,
where monitoring facets would never be cleaned up.

This change does two things:
 - adds linkage assertions to the initial-assertion set in during/spawn
 - properly briefly signals initial-assertions even when a new actor
   immediately crashes.

Together, these repair the space leak in during/spawn with a crashy
child startup procedure.
2018-11-04 13:43:17 +00:00
..
core Repair longstanding, subtle bug in both old- and new-syndicate. 2018-11-04 13:43:17 +00:00
speed Refactor tests 2018-04-29 11:55:32 +01:00
pattern-test.rkt Eliminate one set of dummy wrappers 2018-10-20 18:27:15 +01:00
raw-dataspace.rkt Eliminate one set of dummy wrappers 2018-10-20 18:27:15 +01:00