mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 19:46:50 +03:00
Replaced frequent use of ..arm with self.
This commit is contained in:
parent
35d057f420
commit
7a91a9721d
@ -788,29 +788,29 @@
|
||||
::
|
||||
|= {gaz/(list telegram) cos/lobby pes/crowd}
|
||||
^+ +>
|
||||
::TODO =* self +>
|
||||
=* self +>
|
||||
:: local config
|
||||
=. ..so-bear
|
||||
=. self
|
||||
(so-config-full `shape loc.cos)
|
||||
:: remote config
|
||||
=. ..so-bear
|
||||
=. self
|
||||
%+ roll (~(tap by rem.cos))
|
||||
|= {{r/circle c/config} _..so-bear}
|
||||
|= {{r/circle c/config} _self}
|
||||
(so-delta-our %config r %full c)
|
||||
:: local presence
|
||||
=. ..so-bear
|
||||
=. self
|
||||
%+ roll (~(tap by loc.pes))
|
||||
|= {{w/ship s/status} _..so-bear}
|
||||
|= {{w/ship s/status} _self}
|
||||
(so-delta-our %status so-pan w %full s)
|
||||
:: remote presence
|
||||
=. ..so-bear
|
||||
=. self
|
||||
%+ roll (~(tap by rem.pes))
|
||||
|= {{p/partner g/group} _..so-bear}
|
||||
|= {{p/partner g/group} _self}
|
||||
%+ roll (~(tap by g))
|
||||
|= {{w/ship s/status} _..so-bear}
|
||||
|= {{w/ship s/status} _self}
|
||||
(so-delta-our %status p w %full s)
|
||||
:: telegrams
|
||||
=. ..so-bear
|
||||
=. self
|
||||
%+ so-delta-our %grams
|
||||
%+ turn gaz
|
||||
|= t/telegram
|
||||
|
Loading…
Reference in New Issue
Block a user