diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-11-07 20:52:12 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-11-07 21:13:10 -0800 |
commit | 4cf8be04e97d94385a8bfe21f2c09d6e53110e28 (patch) | |
tree | 175025babf7e23db703121e41971e44d34700c22 /apps/ex4 | |
parent | 8fdf344ea9f63d4d733c28067c3732681de65fa5 (diff) | |
download | mu-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