about summary refs log tree commit diff stats
path: root/070table.mu
Commit message (Collapse)AuthorAgeFilesLines
* 4261 - start using literals for 'true' and 'false'Kartik Agaram2018-06-171-1/+1
| | | | | | | | | They uncovered one bug: in edit/003-shortcuts.mu <scroll-down> was returning 0 for an address in one place where I thought it was returning 0 for a boolean. Now we've eliminated this bad interaction between tangling and punning literals.
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-4/+4
|
* 3688Kartik K. Agaram2016-11-251-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!
* 3621Kartik K. Agaram2016-11-041-2/+2
|
* 3619Kartik K. Agaram2016-10-311-6/+25
|
* 3618Kartik K. Agaram2016-10-311-2/+2
|
* 3616Kartik K. Agaram2016-10-311-8/+8
|
* 3615Kartik K. Agaram2016-10-311-7/+7
|
* 3614Kartik K. Agaram2016-10-311-8/+8
|
* 3612Kartik K. Agaram2016-10-311-4/+3
|
* 3429 - standardize Mu scenariosKartik K. Agaram2016-09-281-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.
* 3390Kartik K. Agaram2016-09-171-4/+4
|
* 3389Kartik K. Agaram2016-09-171-8/+8
|
* 3386Kartik K. Agaram2016-09-171-5/+5
|
* 3385Kartik K. Agaram2016-09-171-11/+11
|
* 3337 - first use of type abbreviations: textKartik K. Agaram2016-09-121-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 testableKartik K. Agaram2016-07-271-0/+87