mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 10:49:26 +03:00
removed hard calls on json blobs
This commit is contained in:
parent
7542084ee7
commit
95a255d032
@ -990,7 +990,7 @@
|
|||||||
?. ?=($json p.p.cuf)
|
?. ?=($json p.p.cuf)
|
||||||
:: ~> %slog.`%*(. >[%backing p.p.cuf %q-p-cuf]< &3.+> (sell q.p.cuf))
|
:: ~> %slog.`%*(. >[%backing p.p.cuf %q-p-cuf]< &3.+> (sell q.p.cuf))
|
||||||
(back-turbo tee %json p.cuf)
|
(back-turbo tee %json p.cuf)
|
||||||
(get-rush:(ire-ix p.tee) q.tee ((hard json) q.q.p.cuf))
|
(get-rush:(ire-ix p.tee) q.tee (,json q.q.p.cuf))
|
||||||
::
|
::
|
||||||
$quit (get-quit:(ire-ix p.tee) q.tee)
|
$quit (get-quit:(ire-ix p.tee) q.tee)
|
||||||
==
|
==
|
||||||
@ -1066,7 +1066,7 @@
|
|||||||
=/ cay=cage (result-to-cage:ford build-result.result.sih)
|
=/ cay=cage (result-to-cage:ford build-result.result.sih)
|
||||||
%+ get-rush:(ire-ix p.tee) q.tee
|
%+ get-rush:(ire-ix p.tee) q.tee
|
||||||
?> ?=($json p.cay) :: XX others
|
?> ?=($json p.cay) :: XX others
|
||||||
((hard json) q.q.cay)
|
(,json q.q.cay)
|
||||||
==
|
==
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user