Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2467 - rename 'string' to 'text' everywhere | Kartik K. Agaram | 2015-11-21 | 1 | -2/+2 |
| | | | | | | | | 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 again | Kartik K. Agaram | 2015-11-12 | 1 | -7/+5 |
| | |||||
* | 2309 | Kartik K. Agaram | 2015-10-28 | 1 | -7/+7 |
| | |||||
* | 2268 - bugfix in 'mu sandbox' | Kartik K. Agaram | 2015-10-09 | 1 | -0/+15 |
| | | | | | We still can't have decent tests in this variant. Thanks Jack and Caleb Couch. | ||||
* | 2260 - start tracing by depth rather than label | Kartik K. Agaram | 2015-10-06 | 1 | -3/+3 |
| | | | | Now we can collect all traces, just modulating the depth. | ||||
* | 2240 - drop the failing test in 'mu sandbox' | Kartik K. Agaram | 2015-10-04 | 1 | -45/+1 |
| | | | | | | With our new type checks it's no longer possible to expand traces generated directly in the sandbox. So now there's yet another test that we can't run in the sandbox/ app. Yet. | ||||
* | 2236 - all tests passing except one in 'mu sandbox' | Kartik K. Agaram | 2015-10-04 | 1 | -6/+8 |
| | |||||
* | 2203 - show recipe warnings in 'mu sandbox' | Kartik K. Agaram | 2015-09-15 | 1 | -8/+6 |
| | |||||
* | 2183 - environment + external editor using tmux | Kartik K. Agaram | 2015-09-12 | 1 | -0/+203 |
Thanks Jack and Caleb Couch for the idea. |