about summary refs log tree commit diff stats
path: root/sandbox/005-sandbox.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2309Kartik K. Agaram2015-10-281-15/+15
|
* 2268 - bugfix in 'mu sandbox'Kartik K. Agaram2015-10-091-1/+1
| | | | | We still can't have decent tests in this variant. Thanks Jack and Caleb Couch.
* 2267Kartik K. Agaram2015-10-091-1/+1
| | | | | Introducing a new 'newlayer' tag like 'todo', to record places where a nascent new layer might be starting to bud off.
* 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-2/+2
| | | | | | | | 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.
* 2206 - fix missing ingredientsKartik K. Agaram2015-09-261-1/+1
| | | | | How the heck was this working until now? There must be redundant moves. And was I clobbering test data?
* 2203 - show recipe warnings in 'mu sandbox'Kartik K. Agaram2015-09-151-1/+2
|
* 2183 - environment + external editor using tmuxKartik K. Agaram2015-09-121-0/+456
Thanks Jack and Caleb Couch for the idea.