about summary refs log tree commit diff stats
path: root/073wait.cc
Commit message (Collapse)AuthorAgeFilesLines
* 3193Kartik K. Agaram2016-08-161-1/+19
| | | | | | | | | | | Bugfix: 'restart' should never restart completed routines. They will often have nothing to run. I ran into this while considering whether 'read' on channels to return true on success or failure. Switching from 'fail?' to 'success?' crashed. But now that it's fixed I think I'll keep things the way they are. No reason to be consistent with 'next-ingredient' and have the status be true to signal success.
* 3192Kartik K. Agaram2016-08-161-0/+28
|
* 3154 - reorg before making 'random' more testableKartik K. Agaram2016-07-271-0/+329