mirror of
https://github.com/urbit/shrub.git
synced 2024-11-29 06:45:42 +03:00
adds scry-desks feature to %clay (care %d)
.^((set desk) %cd /===)
This commit is contained in:
parent
c098a3c80c
commit
10733de39d
@ -44,12 +44,13 @@
|
||||
::
|
||||
:: Type of request.
|
||||
::
|
||||
:: %u checks for existence, %v produces a ++dome of all desk data, %w with a
|
||||
:: time or label case gets the aeon at that case, %w with a number case is not
|
||||
:: recommended, %x gets file contents, %y gets a directory listing, and %z gets
|
||||
:: a recursive hash of the file contents and children.
|
||||
:: %d produces a set of desks, %u checks for existence, %v produces a ++dome of
|
||||
:: all desk data, %w with a time or label case gets the aeon at that case, %w
|
||||
:: with a number case is not recommended, %x gets file contents, %y gets a
|
||||
:: directory listing, and %z gets a recursive hash of the file contents and
|
||||
:: children.
|
||||
::
|
||||
++ care ?($u $v $w $x $y $z)
|
||||
:: ++ care ?($d $u $v $w $x $y $z)
|
||||
::
|
||||
:: Keeps track of subscribers.
|
||||
::
|
||||
@ -1393,6 +1394,9 @@
|
||||
(~(put by haw.u.ref) p.rav ~)
|
||||
==
|
||||
?- p.p.u.rut
|
||||
$d
|
||||
~| %totally-temporary-error-please-replace-me
|
||||
!!
|
||||
$u
|
||||
~| %im-thinkin-its-prolly-a-bad-idea-to-request-rang-over-the-network
|
||||
!!
|
||||
@ -2118,6 +2122,8 @@
|
||||
++ read :: read:ze
|
||||
|= mun/mood :: read at point
|
||||
^- (unit cage)
|
||||
?: ?=($d p.mun)
|
||||
~& %dead-d ~
|
||||
?: ?=($v p.mun)
|
||||
[~ %dome !>(dom)] :: dead code
|
||||
?: &(?=($w p.mun) !?=($ud -.q.mun))
|
||||
@ -2279,6 +2285,13 @@
|
||||
^- (unit (unit (each cage lobe)))
|
||||
?: &(?=($w p.mun) !?=($ud -.q.mun)) :: NB only her speed
|
||||
?^(r.mun [~ ~] [~ ~ %& %aeon !>(yon)])
|
||||
?: ?=($d p.mun)
|
||||
=+ rom=(~(get by fat.ruf) her)
|
||||
?~ rom
|
||||
~&(%null-rom-cd [~ ~])
|
||||
?^ r.mun
|
||||
~&(%no-cd-path [~ ~])
|
||||
[~ ~ %& %noun !>(~(key by dos.u.rom))]
|
||||
?: ?=($u p.mun)
|
||||
(read-u yon r.mun)
|
||||
?: ?=($v p.mun)
|
||||
|
@ -326,7 +326,7 @@
|
||||
$% {$delta p/lobe q/{p/mark q/lobe} r/page} :: delta on q
|
||||
{$direct p/lobe q/page} :: immediate
|
||||
== ::
|
||||
++ care ?($u $v $w $x $y $z) :: clay submode
|
||||
++ care ?($d $u $v $w $x $y $z) :: clay submode
|
||||
++ case :: ship desk case spur
|
||||
$% {$da p/@da} :: date
|
||||
{$tas p/@tas} :: label
|
||||
|
Loading…
Reference in New Issue
Block a user