mirror of
https://github.com/urbit/shrub.git
synced 2024-12-18 15:55:00 +03:00
fine: use $@(~ (cask)) consistently
It's what ends up in the packet, probably better than passing units and converting them all over.
This commit is contained in:
parent
4bea69bc7d
commit
c72c187edd
@ -1171,7 +1171,7 @@
|
|||||||
?- res
|
?- res
|
||||||
~ ~
|
~ ~
|
||||||
[~ ~] ``noun+!>((encode-response:fine:ven path ~))
|
[~ ~] ``noun+!>((encode-response:fine:ven path ~))
|
||||||
[~ ~ *] ``noun+!>((encode-response:fine:ven path `[p q.q]:u.u.res))
|
[~ ~ *] ``noun+!>((encode-response:fine:ven path [p q.q]:u.u.res))
|
||||||
==
|
==
|
||||||
==
|
==
|
||||||
--
|
--
|
||||||
@ -2527,7 +2527,7 @@
|
|||||||
[(mod life.ames-state 16) (mod (lyfe:keys ship) 16) ~ syn]
|
[(mod life.ames-state 16) (mod (lyfe:keys ship) 16) ~ syn]
|
||||||
::
|
::
|
||||||
++ encode-response ::TODO unit tests
|
++ encode-response ::TODO unit tests
|
||||||
|= [=path data=(unit (cask))]
|
|= [=path data=$@(~ (cask))]
|
||||||
^- song
|
^- song
|
||||||
:: prepend request descriptions to each response packet
|
:: prepend request descriptions to each response packet
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user