mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 17:32:11 +03:00
graph-validators: hotfix broken vale:dais caused by removal of +bunt from clay
This commit is contained in:
parent
804e2578ed
commit
0e8ff36857
@ -1,6 +1,5 @@
|
|||||||
:: graph-store [landscape]
|
:: graph-store [landscape]
|
||||||
::
|
::
|
||||||
::
|
|
||||||
/+ store=graph-store, sigs=signatures, res=resource, default-agent, dbug, verb
|
/+ store=graph-store, sigs=signatures, res=resource, default-agent, dbug, verb
|
||||||
~% %graph-store-top ..part ~
|
~% %graph-store-top ..part ~
|
||||||
|%
|
|%
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
++ grab
|
++ grab
|
||||||
|%
|
|%
|
||||||
++ noun
|
++ noun
|
||||||
|= p=*
|
|: p=`*`%*(. *indexed-post index.p [0 ~])
|
||||||
=/ ip ;;(indexed-post p)
|
=/ ip ;;(indexed-post p)
|
||||||
?> ?=([@ ~] index.p.ip)
|
?> ?=([@ ~] index.p.ip)
|
||||||
ip
|
ip
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
++ grab
|
++ grab
|
||||||
|%
|
|%
|
||||||
++ noun
|
++ noun
|
||||||
|= p=*
|
|: p=`*`%*(. *indexed-post index.p [0 0 ~])
|
||||||
=/ ip ;;(indexed-post p)
|
=/ ip ;;(indexed-post p)
|
||||||
?+ index.p.ip ~|(index+index.p.ip !!)
|
?+ index.p.ip ~|(index+index.p.ip !!)
|
||||||
:: top-level link post; title and url
|
:: top-level link post; title and url
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
:: +noun: validate post
|
:: +noun: validate post
|
||||||
::
|
::
|
||||||
++ noun
|
++ noun
|
||||||
|= p=*
|
|: p=`*`%*(. *indexed-post contents.p [%text '']~)
|
||||||
=/ ip ;;(indexed-post p)
|
=/ ip ;;(indexed-post p)
|
||||||
?> ?=(^ contents.p.ip)
|
?> ?=(^ contents.p.ip)
|
||||||
ip
|
ip
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
:: +noun: validate publish note
|
:: +noun: validate publish note
|
||||||
::
|
::
|
||||||
++ noun
|
++ noun
|
||||||
|= p=*
|
|: p=`*`%*(. *indexed-post index.p [0 ~])
|
||||||
=/ ip ;;(indexed-post p)
|
=/ ip ;;(indexed-post p)
|
||||||
?+ index.p.ip !!
|
?+ index.p.ip !!
|
||||||
:: top level post must have no content
|
:: top level post must have no content
|
||||||
|
Loading…
Reference in New Issue
Block a user