Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3423 | Kartik K. Agaram | 2016-09-27 | 1 | -1/+9 |
| | |||||
* | 3422 | Kartik K. Agaram | 2016-09-27 | 1 | -1/+1 |
| | | | | | | | | | | Stop checking the number of ingredients and products when picking shape-shifting recipes. That's more consistent with how we handle regular recipes, and we still get errors in all the examples I can think of: reverse # no ingredients or products n:num <- length # no ingredients; products don't provide type | ||||
* | 3418 - some functions contributed by Caleb Couch | Kartik K. Agaram | 2016-09-27 | 1 | -0/+28 |
| | |||||
* | 3389 | Kartik K. Agaram | 2016-09-17 | 1 | -37/+37 |
| | |||||
* | 3386 | Kartik K. Agaram | 2016-09-17 | 1 | -5/+5 |
| | |||||
* | 3385 | Kartik K. Agaram | 2016-09-17 | 1 | -10/+10 |
| | |||||
* | 3379 | Kartik K. Agaram | 2016-09-17 | 1 | -34/+34 |
| | | | | Can't use type abbreviations inside 'memory-should-contain'. | ||||
* | 3341 | Kartik K. Agaram | 2016-09-12 | 1 | -2/+2 |
| | | | | | | | Process type abbreviations in function headers. Still a couple of places where doing this causes strange errors. We'll track those down next. | ||||
* | 3058 - 'remove' for lists | Kartik K. Agaram | 2016-06-16 | 1 | -0/+112 |
| | |||||
* | 3057 - 'insert' for lists | Kartik K. Agaram | 2016-06-16 | 1 | -0/+89 |
| | |||||
* | 3055 | Kartik K. Agaram | 2016-06-13 | 1 | -0/+110 |