about summary refs log tree commit diff stats
path: root/sandbox/006-sandbox-edit.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2428 - sandbox/ working againKartik K. Agaram2015-11-121-11/+8
|
* 2309Kartik K. Agaram2015-10-281-7/+7
|
* 2260 - start tracing by depth rather than labelKartik K. Agaram2015-10-061-2/+2
| | | | Now we can collect all traces, just modulating the depth.
* 2247 - type-check products of non-primitive recipesKartik K. Agaram2015-10-051-3/+3
| | | | | | | | We still can't check ingredient types, and even this is still a run-time check. We'll need to start tracking recipe signatures at some point. I've had to introduce a hack called /skiptypecheck. Time to get generics working.
* 2183 - environment + external editor using tmuxKartik K. Agaram2015-09-121-0/+176
Thanks Jack and Caleb Couch for the idea.