about summary refs log tree commit diff stats
path: root/sandbox/009-sandbox-trace.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2468 - overload print-character as just 'print'Kartik K. Agaram2015-11-211-2/+2
|
* 2467 - rename 'string' to 'text' everywhereKartik K. Agaram2015-11-211-1/+1
| | | | | | | | 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.
* 2428 - sandbox/ working againKartik K. Agaram2015-11-121-6/+5
|
* 2309Kartik K. Agaram2015-10-281-9/+9
|
* 2260 - start tracing by depth rather than labelKartik K. Agaram2015-10-061-2/+2
| | | | Now we can collect all traces, just modulating the depth.
* 2183 - environment + external editor using tmuxKartik K. Agaram2015-09-121-0/+202
Thanks Jack and Caleb Couch for the idea.