about summary refs log tree commit diff stats
path: root/sandbox/005-sandbox.mu
Commit message (Collapse)AuthorAgeFilesLines
* 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.