about summary refs log tree commit diff stats
path: root/sandbox/006-sandbox-copy.mu
Commit message (Collapse)AuthorAgeFilesLines
* 3445Kartik K. Agaram2016-10-061-12/+12
| | | | | | | Ugly that we didn't need 'screen' to provide a type in scenarios (because assume-screen expands to a definition of 'screen') but we did need a type for 'console'. Just never require types for special names in scenarios.
* 3429 - standardize Mu scenariosKartik K. Agaram2016-09-281-15/+15
| | | | | | | | | | | | | A long-standing problem has been that I couldn't spread code across 'run' blocks because they were separate scopes, so I've ended up making them effectively comments. Running code inside a 'run' block is identical in every way to simply running the code directly. The 'run' block is merely a visual aid to separate setup from the component under test. In the process I've also standardized all Mu scenarios to always run in a local scope, and only use (raw) numeric addresses for values they want to check later.
* 3396Kartik K. Agaram2016-09-171-23/+23
|
* 3391 - type abbreviations everywhereKartik K. Agaram2016-09-171-37/+37
| | | | | | | | | Well, almost. I can't use them in some places in C++ where I'm just creating a temporary reagent without passing it through transforms. Like in some unit tests. I can't use them in memory-should-contain. And there's one remaining bug: I can't use abbreviations in a couple of places in 075channel.mu.
* 3337 - first use of type abbreviations: textKartik K. Agaram2016-09-121-7/+7
| | | | | In the process I've uncover a couple of situations we don't support type abbreviations yet. They're next.
* 3054 - keep cursor stable on resize in sandbox/Kartik K. Agaram2016-06-121-1/+1
| | | | This ports commits 3052 and 3053 from the edit/ app.
* 3041 - fix 3039 in sandbox/ as wellKartik K. Agaram2016-06-091-0/+1
|
* 2984Kartik K. Agaram2016-05-191-0/+272
Missed a file.