mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
More temporary debug pokes.
This commit is contained in:
parent
d5a4406770
commit
56519a6b56
@ -2795,10 +2795,12 @@
|
||||
==
|
||||
::
|
||||
::TODO for debug purposes. remove eventually.
|
||||
:: users beware, here be dragons.
|
||||
++ poke-noun
|
||||
|= a/@t
|
||||
^- (quip move _+>)
|
||||
?: =(a 'debug')
|
||||
?: =(a 'check')
|
||||
~& 'verifying message reference integrity...'
|
||||
=- ~&(- [~ +>.$])
|
||||
%- ~(urn by stories)
|
||||
|= {n/naem s/story}
|
||||
@ -2818,6 +2820,7 @@
|
||||
known=k
|
||||
mismatch=m
|
||||
?: =(a 'rebuild')
|
||||
~& 'rebuilding message references...'
|
||||
=- [~ +>.$(stories -)]
|
||||
%- ~(urn by stories)
|
||||
|= {nom/naem soy/story}
|
||||
@ -2831,5 +2834,25 @@
|
||||
%+ ~(put by s) src
|
||||
[c (fall (~(get by s) src) ~)]
|
||||
soy(count c, known k, sourced s)
|
||||
?: =(a 'refederate')
|
||||
~& 'refederating. may take a while...'
|
||||
:_ +>
|
||||
=+ bov=(above our.bol)
|
||||
?: =(bov our.bol) ~
|
||||
:~ [0 %pull /burden [bov dap.bol] ~]
|
||||
(wire-to-peer /burden)
|
||||
==
|
||||
?: =(a 'incoming')
|
||||
~& 'incoming subscriptions (ignoring circle subs):'
|
||||
~& %+ skip ~(tap by sup.bol)
|
||||
|= {bone (pair ship path)}
|
||||
&(?=({$circle *} q) !?=({$circle $inbox *} q))
|
||||
[~ +>]
|
||||
?: =(a 'sources')
|
||||
~& 'sources per story:'
|
||||
~& %- ~(urn by stories)
|
||||
|= {n/naem s/story}
|
||||
[n src.shape.s]
|
||||
[~ +>]
|
||||
[~ +>]
|
||||
--
|
||||
|
@ -2245,10 +2245,12 @@
|
||||
ta-done:(ta-sole:ta act)
|
||||
::
|
||||
::TODO for debug purposes. remove eventually.
|
||||
:: users beware, here be dragons.
|
||||
++ poke-noun
|
||||
|= a/@t
|
||||
^- (quip move _+>)
|
||||
?: =(a 'debug')
|
||||
?: =(a 'check')
|
||||
~& 'verifying message reference integrity...'
|
||||
=- ~&(- [~ +>.$])
|
||||
=+ %- ~(rep by known)
|
||||
|= {{u/serial a/@ud} k/@ud m/@ud}
|
||||
@ -2259,10 +2261,19 @@
|
||||
lent=(lent grams)
|
||||
[known=k mismatch=m]
|
||||
?: =(a 'rebuild')
|
||||
~& 'rebuilding message references...'
|
||||
=+ %+ reel grams
|
||||
|= {t/telegram c/@ud k/(map serial @ud)}
|
||||
[+(c) (~(put by k) uid.t c)]
|
||||
[~ +>.$(count c, known k)]
|
||||
?: =(a 'reconnect')
|
||||
~& 'disconnecting and reconnecting to hall...'
|
||||
:_ +>
|
||||
:~ [0 %pull /server/client server ~]
|
||||
[0 %pull /server/inbox server ~]
|
||||
peer-client
|
||||
peer-inbox
|
||||
==
|
||||
[~ +>]
|
||||
::
|
||||
++ coup-client-action ::< accept n/ack
|
||||
|
Loading…
Reference in New Issue
Block a user