Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1923 | Kartik K. Agaram | 2015-08-02 | 1 | -1/+1 |
| | | | | | | | | | | Still iterating on the right way to handle incorrect number of ingredients. My first idea of creating null results doesn't really work once they're used in later instructions. Just add a warning at one place in the run loop, but otherwise only add products when there's something to save in them. Undoes some work around commit 1886. | ||||
* | 1886 - gracefully handle malformed ingredients | Kartik K. Agaram | 2015-07-29 | 1 | -1/+1 |
| | | | | | | | | For example: x:number <- index y:address:array:number, 3 (forgetting to do a lookup) Thanks Caleb Couch. | ||||
* | 1870 | Kartik K. Agaram | 2015-07-28 | 1 | -0/+242 |