about summary refs log tree commit diff stats
path: root/056shape_shifting_recipe.cc
Commit message (Collapse)AuthorAgeFilesLines
* 3022Kartik K. Agaram2016-05-271-0/+1
| | | | Clean up 3020.
* 3006Kartik K. Agaram2016-05-241-0/+7
|
* 3003Kartik K. Agaram2016-05-241-0/+30
| | | | | | Bugfix: overriding a primitive recipe with a generic variant that takes an address of something shouldn't mask the primitive when you call it with literal 0.
* 3001Kartik K. Agaram2016-05-241-6/+7
|
* 3000Kartik K. Agaram2016-05-241-1/+1
|
* 2990Kartik K. Agaram2016-05-201-9/+9
| | | | | | | | | | Standardize quotes around reagents in error messages. I'm still sure there's issues. For example, the messages when type-checking 'copy'. I'm not putting quotes around them because in layer 60 I end up creating dilated reagents, and then it's a bit much to have quotes and (two kinds of) brackets. But I'm sure I'm doing that somewhere..
* 2987Kartik K. Agaram2016-05-201-0/+1073