mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
ffc2d8f0b9
This was crashing before due to a `[%no-cast-from %graph-update-3 %graph-update]`. With this change it produces output.
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
/+ graph-store
|
|
::
|
|
:- %say
|
|
|= $: [now=@da eny=@uvJ bec=beak]
|
|
[[=ship graph=term ~] ~]
|
|
==
|
|
:- %graph-update-3
|
|
=/ our (scot %p p.bec)
|
|
=/ wen (scot %da now)
|
|
=/ who (scot %p ship)
|
|
::
|
|
.^ update:graph-store
|
|
/gx/[our]/graph-store/[wen]/archive/[who]/[graph]/graph-update-3
|
|
==
|