Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1242 - simpler implementation for 'scenario' | Kartik K. Agaram | 2015-05-02 | 1 | -9/+9 |
| | | | | | Also now has the side effect that scenarios can have any number of 'run' or check or any future blocks, in any order. | ||||
* | 1209 - channels painlessly ported over | Kartik K. Agaram | 2015-04-28 | 1 | -0/+266 |
I've made some tweaks to the arc version. In/out params should be identical; it was ugly that the in param was a pointer but the out wasn't. Still need to check the /same-as-ingredient property. |