about summary refs log tree commit diff stats
path: root/apps/ex4
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-07 20:52:12 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-07 21:13:10 -0800
commit4cf8be04e97d94385a8bfe21f2c09d6e53110e28 (patch)
tree175025babf7e23db703121e41971e44d34700c22 /apps/ex4
parent8fdf344ea9f63d4d733c28067c3732681de65fa5 (diff)
downloadmu-4cf8be04e97d94385a8bfe21f2c09d6e53110e28.tar.gz
7215
Attempt #3: always create a copy of the bindings before each column/evaluate.
The details are fuzzy in my head, but it seemed worth trying. I figured
I'd either see the old duplication behavior or everything will work. Instead
I'm seeing new problems.

  commit 7208:
    5 5 fake-screen =s
    s 1 down 1 right

    expected:
      |
      -

    observed:
      |
      |
      -

  commit 7210-7212:
    5 5 fake-screen =s
    s 1 down 1 right
    [define foo]
    s foo
    [expand foo]

    observed: no bindings available when rendering foo expanded

  commit 7213:
    5 5 fake-screen =s
    s 1 down 1 right
    [define foo]
    s foo
    [expand foo]

    expected within foo:
      |
      -

    observed within foo:
      |
      |
      -

  commit 7215:
    5 5 fake-screen =s
    s 1 down 1 right
    [define foo]
    s foo
    [expand foo]

    observed: no bindings available when rendering foo expanded
Diffstat (limited to 'apps/ex4')
0 files changed, 0 insertions, 0 deletions