urbit/bin
Jared Tobin bdfc270b2f
gall: fix bug in +ap-peek
fc7901d2 refactored much of +ap-peek, but introduced a bug in the
process.  The relevant diff from that commit is as follows:

  -        =/  =path  [ren tyl]
  -        =/  =vase  !>((slag p.u.cug path))
  -        (ap-slam q.u.cug p.arm vase)
  +        =/  index  p.u.maybe-arm
  +        =/  term  q.u.maybe-arm
  +        =/  =vase
  +          =/  =path  [term tyl]
  +          =/  raw  (slag index path)
  +          !>  raw
  +        (ap-slam term p.arm vase)

Note that [ren tyl] was replaced with [term tyl], where 'term' and 'ren'
are not equal.  This commit merely rights that wrong.
2019-10-22 15:22:30 +08:00
..
brass.pill Merge branch 'pretty-userspace' (#1847) 2019-10-22 10:12:05 +08:00
ivory.pill vere: patch version bump (0.9.0 -> 0.9.1) 2019-10-21 09:57:42 +08:00
solid.pill gall: fix bug in +ap-peek 2019-10-22 15:22:30 +08:00