mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 09:21:42 +03:00
clay: address review comments
This commit is contained in:
parent
a3a2934d53
commit
d59fb3a82b
@ -204,7 +204,7 @@
|
|||||||
[%tube =mars]
|
[%tube =mars]
|
||||||
:: leafs
|
:: leafs
|
||||||
::
|
::
|
||||||
[%vale =path lob=(unit lobe)]
|
[%vale =path =lobe]
|
||||||
[%arch =path =(map path lobe)]
|
[%arch =path =(map path lobe)]
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
@ -923,7 +923,6 @@
|
|||||||
:: such as /path/file/hoon, but not /path/more/file/hoon.
|
:: such as /path/file/hoon, but not /path/more/file/hoon.
|
||||||
::
|
::
|
||||||
++ build-directory
|
++ build-directory
|
||||||
=/ gain &
|
|
||||||
|= =path
|
|= =path
|
||||||
^- [(map @ta vase) state]
|
^- [(map @ta vase) state]
|
||||||
%- soak-arch
|
%- soak-arch
|
||||||
@ -1161,12 +1160,11 @@
|
|||||||
?+ -.mist mist
|
?+ -.mist mist
|
||||||
%vale
|
%vale
|
||||||
:+ %vale path.mist
|
:+ %vale path.mist
|
||||||
?~ lob=(~(get by files) path.mist)
|
~| %file-not-found-mist^path.mist
|
||||||
~
|
=/ lob (~(got by files) path.mist)
|
||||||
:- ~
|
?- -.lob
|
||||||
?- -.u.lob
|
%& (page-to-lobe p.lob)
|
||||||
%& (page-to-lobe p.u.lob)
|
%| p.lob
|
||||||
%| p.u.lob
|
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
%arch
|
%arch
|
||||||
@ -1180,30 +1178,11 @@
|
|||||||
==
|
==
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
++ soak-cage
|
++ soak-cage |=([s=soak n=state] ?>(?=(%cage -.s) [cage.s n]))
|
||||||
|= [=soak nub=state]
|
++ soak-vase |=([s=soak n=state] ?>(?=(%vase -.s) [vase.s n]))
|
||||||
?> ?=(%cage -.soak)
|
++ soak-dais |=([s=soak n=state] ?>(?=(%dais -.s) [dais.s n]))
|
||||||
[cage.soak nub]
|
++ soak-tube |=([s=soak n=state] ?>(?=(%tube -.s) [tube.s n]))
|
||||||
::
|
++ soak-arch |=([s=soak n=state] ?>(?=(%arch -.s) [dir.s n]))
|
||||||
++ soak-vase
|
|
||||||
|= [=soak nub=state]
|
|
||||||
?> ?=(%vase -.soak)
|
|
||||||
[vase.soak nub]
|
|
||||||
::
|
|
||||||
++ soak-dais
|
|
||||||
|= [=soak nub=state]
|
|
||||||
?> ?=(%dais -.soak)
|
|
||||||
[dais.soak nub]
|
|
||||||
::
|
|
||||||
++ soak-tube
|
|
||||||
|= [=soak nub=state]
|
|
||||||
?> ?=(%tube -.soak)
|
|
||||||
[tube.soak nub]
|
|
||||||
::
|
|
||||||
++ soak-arch
|
|
||||||
|= [=soak nub=state]
|
|
||||||
?> ?=(%arch -.soak)
|
|
||||||
[dir.soak nub]
|
|
||||||
::
|
::
|
||||||
++ gain-sprig
|
++ gain-sprig
|
||||||
|= [=mist next=(trap [soak state])]
|
|= [=mist next=(trap [soak state])]
|
||||||
|
Loading…
Reference in New Issue
Block a user