urbit/pkg/arvo/sys
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
..
vane gall: fix bug in +ap-peek 2019-10-22 15:22:30 +08:00
arvo.hoon arvo: improves move type specialization (by spec'ing incrementally) 2019-10-16 17:30:33 -07:00
hoon.hoon hoon: moves new pretty-printer back into userspace 2019-10-17 17:52:45 -07:00
zuse.hoon zuse: added path, tank, string utils to en/dejs 2019-09-30 01:31:46 +04:00