Commit Graph

17 Commits

Author SHA1 Message Date
Kartik Agaram dd66068298 4261 - start using literals for 'true' and 'false'
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.
2018-06-17 00:29:22 -07:00
Kartik K. Agaram 4a48bedcd1 4134 - 'input' = 'ingredient' 2017-12-03 23:25:40 -08:00
Kartik K. Agaram 8bd3f99fc3 3688
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!
2016-11-25 11:33:13 -08:00
Kartik K. Agaram 15ed8cc164 3621 2016-11-04 15:27:20 -07:00
Kartik K. Agaram 48835572a7 3619 2016-10-31 23:13:20 -07:00
Kartik K. Agaram 9d9da2adf9 3618 2016-10-31 22:56:25 -07:00
Kartik K. Agaram cdb9fbee92 3616 2016-10-31 21:59:47 -07:00
Kartik K. Agaram 88b8d6124e 3615 2016-10-31 21:59:05 -07:00
Kartik K. Agaram 7c3bbb775b 3614 2016-10-31 21:57:16 -07:00
Kartik K. Agaram f017a5081d 3612 2016-10-31 21:36:05 -07:00
Kartik K. Agaram 6f65d5918f 3429 - standardize Mu scenarios
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.
2016-09-28 19:48:56 -07:00
Kartik K. Agaram a0331a9b0e 3390 2016-09-17 13:00:39 -07:00
Kartik K. Agaram 760f683f27 3389 2016-09-17 12:55:10 -07:00
Kartik K. Agaram 51b0936fc7 3386 2016-09-17 10:30:24 -07:00
Kartik K. Agaram 7a84094adb 3385 2016-09-17 10:28:25 -07:00
Kartik K. Agaram ea19d0dc2c 3337 - first use of type abbreviations: text
In the process I've uncover a couple of situations we don't support type
abbreviations yet. They're next.
2016-09-12 00:38:36 -07:00
Kartik K. Agaram b462361dbe 3154 - reorg before making 'random' more testable 2016-07-27 21:58:47 -07:00