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)
commit55ece091fc8fb28faf8765350bc2b2d8681f190a
treed778ebbefe4f61c00ed8e2beb66f458f0d685958
parent6f1b55de9d8438adb6984f52753e8eea2ca9df27
actors: `message-ref' now errors if no dflt provided and key not found

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.
8sync/systems/actors.scm