about summary refs log tree commit diff stats
path: root/060recipe.cc
Commit message (Collapse)AuthorAgeFilesLines
* 3055Kartik K. Agaram2016-06-131-249/+0
|
* 3052 - make edit/ render functions higher-orderKartik K. Agaram2016-06-121-0/+4
| | | | | | This required the fix of 3051 to first-class recipe support, and will next enable us to keep the cursor from moving in response to resize events.
* 3051Kartik K. Agaram2016-06-121-2/+23
|
* 2991Kartik K. Agaram2016-05-201-2/+2
| | | | | Never mind, always quote direct quotes from code in error messages. Dilated reagents are the uncommon case.
* 2990Kartik K. Agaram2016-05-201-1/+1
| | | | | | | | | | 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..
* 2971Kartik K. Agaram2016-05-171-0/+224
Long-overdue reorganization to support general 'dilated' reagents up front. This also allows me to move tests that are really about unrelated layers out of layers dealing with parsing.