actors: `message-ref' now errors if no dflt provided and key not found
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 22 Apr 2016 15:10:27 +0000 (10:10 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 25 Apr 2016 14:25:36 +0000 (09:25 -0500)
Thanks to David Thompson for guidance on the best way to construct
%nothing-provided.

* 8sync/systems/actors.scm (message-ref): Adjust to error if no dflt
  provided and key isn't found.
  (%nothing-provided): New unique, immutable value for checking
  if dflt provided to message-ref.


No differences found