Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3193 | Kartik K. Agaram | 2016-08-16 | 1 | -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. | ||||
* | 3192 | Kartik K. Agaram | 2016-08-16 | 1 | -0/+28 |
| | |||||
* | 3154 - reorg before making 'random' more testable | Kartik K. Agaram | 2016-07-27 | 1 | -0/+329 |