Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4134 - 'input' = 'ingredient' | Kartik K. Agaram | 2017-12-03 | 1 | -4/+4 |
| | |||||
* | 3688 | Kartik K. Agaram | 2016-11-25 | 1 | -0/+4 |
| | | | | | | | Move my todos over the past couple of years into the codebase now that it might be going dormant. Surprising how few todos left undone! | ||||
* | 3621 | Kartik K. Agaram | 2016-11-04 | 1 | -2/+2 |
| | |||||
* | 3619 | Kartik K. Agaram | 2016-10-31 | 1 | -6/+25 |
| | |||||
* | 3618 | Kartik K. Agaram | 2016-10-31 | 1 | -2/+2 |
| | |||||
* | 3616 | Kartik K. Agaram | 2016-10-31 | 1 | -8/+8 |
| | |||||
* | 3615 | Kartik K. Agaram | 2016-10-31 | 1 | -7/+7 |
| | |||||
* | 3614 | Kartik K. Agaram | 2016-10-31 | 1 | -8/+8 |
| | |||||
* | 3612 | Kartik K. Agaram | 2016-10-31 | 1 | -4/+3 |
| | |||||
* | 3429 - standardize Mu scenarios | Kartik K. Agaram | 2016-09-28 | 1 | -5/+5 |
| | | | | | | | | | | | | | 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. | ||||
* | 3390 | Kartik K. Agaram | 2016-09-17 | 1 | -4/+4 |
| | |||||
* | 3389 | Kartik K. Agaram | 2016-09-17 | 1 | -8/+8 |
| | |||||
* | 3386 | Kartik K. Agaram | 2016-09-17 | 1 | -5/+5 |
| | |||||
* | 3385 | Kartik K. Agaram | 2016-09-17 | 1 | -11/+11 |
| | |||||
* | 3337 - first use of type abbreviations: text | Kartik K. Agaram | 2016-09-12 | 1 | -2/+2 |
| | | | | | In the process I've uncover a couple of situations we don't support type abbreviations yet. They're next. | ||||
* | 3154 - reorg before making 'random' more testable | Kartik K. Agaram | 2016-07-27 | 1 | -0/+87 |