diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-04-10 16:43:59 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-18 00:44:46 -0700 |
commit | f7360e493ac7e4d3fc27a1823db0ba62ef271433 (patch) | |
tree | da9ed16befd8c0d54574ef054e04f2447fd15327 /apps | |
parent | 0208505bdbd9dde7b78fb724040a35df260bb586 (diff) | |
download | mu-f7360e493ac7e4d3fc27a1823db0ba62ef271433.tar.gz |
support 'fake' handles allocated statically
Mystery solved of why the syntax sugar phases don't work even though they don't use any functions whose signatures changed in the migration to handles. The answer: they use the Registers table, and it needs to use handles rather than raw strings.
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/assort | bin | 44102 -> 44102 bytes |
-rwxr-xr-x | apps/crenshaw2-1 | bin | 43453 -> 43453 bytes |
-rwxr-xr-x | apps/crenshaw2-1b | bin | 44000 -> 44000 bytes |
-rwxr-xr-x | apps/dquotes | bin | 47724 -> 47724 bytes |
-rwxr-xr-x | apps/factorial | bin | 42546 -> 42546 bytes |
-rwxr-xr-x | apps/hex | bin | 46292 -> 46292 bytes |
-rwxr-xr-x | apps/pack | bin | 56437 -> 56437 bytes |
-rwxr-xr-x | apps/survey | bin | 54048 -> 54048 bytes |
-rwxr-xr-x | apps/tests | bin | 42874 -> 42874 bytes |
9 files changed, 0 insertions, 0 deletions
diff --git a/apps/assort b/apps/assort index 0f20ee49..7bd69ebf 100755 --- a/apps/assort +++ b/apps/assort Binary files differdiff --git a/apps/crenshaw2-1 b/apps/crenshaw2-1 index 555e1b27..8d362a1e 100755 --- a/apps/crenshaw2-1 +++ b/apps/crenshaw2-1 Binary files differdiff --git a/apps/crenshaw2-1b b/apps/crenshaw2-1b index a173aeec..3d700cc6 100755 --- a/apps/crenshaw2-1b +++ b/apps/crenshaw2-1b Binary files differdiff --git a/apps/dquotes b/apps/dquotes index aa4ab28f..9ee4a375 100755 --- a/apps/dquotes +++ b/apps/dquotes Binary files differdiff --git a/apps/factorial b/apps/factorial index c9d75a9f..6e240627 100755 --- a/apps/factorial +++ b/apps/factorial Binary files differdiff --git a/apps/hex b/apps/hex index f38e0ebb..8d8bfe6e 100755 --- a/apps/hex +++ b/apps/hex Binary files differdiff --git a/apps/pack b/apps/pack index 66313b30..05c15b24 100755 --- a/apps/pack +++ b/apps/pack Binary files differdiff --git a/apps/survey b/apps/survey index 5855e4f0..7584e54c 100755 --- a/apps/survey +++ b/apps/survey Binary files differdiff --git a/apps/tests b/apps/tests index e28be899..dec346d2 100755 --- a/apps/tests +++ b/apps/tests Binary files differ |