about summary refs log tree commit diff stats
path: root/edit/008-sandbox-test.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2474 - overload 'copy' and 'equal' for textKartik K. Agaram2015-11-221-1/+1
| | | | 2473 was the final bugfix holding this back.
* 2468 - overload print-character as just 'print'Kartik K. Agaram2015-11-211-1/+1
|
* 2467 - rename 'string' to 'text' everywhereKartik K. Agaram2015-11-211-3/+3
| | | | | | | | Not entirely happy with this. Maybe we'll find a better name. But at least it's an improvement. One part I *am* happy with is renaming string-replace to replace, string-append to append, etc. Overdue, now that we have static dispatch.
* 2417 - support mutable ingredients in headersKartik K. Agaram2015-11-101-5/+5
| | | | | | If a name repeats between ingredients, we raise an error. If a name repeats across ingredients and products, every call should share the same name across the corresponding ingredients and products.
* 2374 - now edit works until layer 8Kartik K. Agaram2015-11-051-6/+4
|
* 2309Kartik K. Agaram2015-10-281-5/+5
|
* 2260 - start tracing by depth rather than labelKartik K. Agaram2015-10-061-1/+1
| | | | Now we can collect all traces, just modulating the depth.
* 2183 - environment + external editor using tmuxKartik K. Agaram2015-09-121-1/+1
| | | | Thanks Jack and Caleb Couch for the idea.
* 2160Kartik K. Agaram2015-09-051-0/+173