format aperture in backtrack trace
[scpubgit/DX.git] / fragment.output / bind
index 7e050d4..5e23bc0 100644 (file)
@@ -1,32 +1,44 @@
+$ #trace +step +search
 $ ?
 ? dict ?X
 SetValue 0.X {{ }}
 ? eq ?Y X
+BindValue 0.Y 0.X
 ? qact
 SetValue 0.X {{ }}
-? eq Y {{ foo 1 }}
 BindValue 0.Y 0.X
+? eq Y {{ foo 1 }}
+SetBoundValue 0.Y {{ foo 1 }}
+SetValue 0.X {{ foo 1 }}
 ? qact
 SetValue 0.X {{ }}
+SetValue 0.X {{ foo 1 }}
 BindValue 0.Y 0.X
 ? .
-{{ X {{ }} Y {{ }} }}
+{{ X {{ foo 1 }} Y {{ foo 1 }} }}
 $ ?
 ? dict ?X {{ foo {{ bar 1 }} }}
 SetValue 0.X {{ foo {{ bar 1 }} }}
 ? member_at X 'foo' ?Y
-? member_at Y 'bar' ?Z
 BindValue 0.Y 0.X.foo
-? eq Z 2
+? member_at Y 'bar' ?Z
 BindValue 0.Z 0.Y.bar
-? member_at Y 'baz' 4
+? eq Z 2
 SetBoundValue 0.Z 2
 SetBoundValue 0.Y.bar 2
 SetValue 0.X.foo.bar 2
+? member_at Y 'baz' ?U
+BindValue 0.U 0.Y.baz
+? eq U 4
+SetBoundValue 0.U 4
+AddBoundValue 0.Y.baz 4
+AddValue 0.X.foo.baz 4
 ? qact
 SetValue 0.X {{ foo {{ bar 1 }} }}
 SetValue 0.X.foo.bar 2
-BindValue 0.Y 0.X.foo
 BindValue 0.Z 0.Y.bar
+AddValue 0.X.foo.baz 4
+BindValue 0.Y 0.X.foo
+BindValue 0.U 0.Y.baz
 ? .
-{{ X {{ foo {{ bar 2 }} }} Y {{ bar 2 }} Z 2 }}
+{{ U 4 X {{ foo {{ bar 2 baz 4 }} }} Y {{ bar 2 baz 4 }} Z 2 }}