mirror of
https://github.com/urbit/shrub.git
synced 2024-12-18 15:55:00 +03:00
zuse: change team:title to return false for moons
in the past, +team meant "our / our moon", but it has been primarly used to represent "our" moons as having the full permissions of their parents doesn't make a lot of sense anymore this looks like the more elegant solution instead of changing each instance of +team I've combed through the uses of +team throughout urbit/urbit and I'm quite sure that each instance is better off as just "our"
This commit is contained in:
parent
e2d546c4c2
commit
2b9563f859
@ -5004,12 +5004,16 @@
|
||||
/(scot %p our)/sein/(scot %da now)/(scot %p who)
|
||||
==
|
||||
:: :: ++team:title
|
||||
++ team :: our / our moon
|
||||
:: in the past, this meant "our / our moon", but ::
|
||||
:: it has been primarly used to represent "our" ::
|
||||
:: ::
|
||||
:: moons as having the full permissions of their ::
|
||||
:: parents doesn't make a lot of sense anymore ::
|
||||
:: ::
|
||||
++ team
|
||||
|= [our=ship who=ship]
|
||||
^- ?
|
||||
?| =(our who)
|
||||
&(?=(%earl (clan who)) =(our (^sein who)))
|
||||
==
|
||||
=(our who)
|
||||
-- ::title
|
||||
:: ::
|
||||
:::: ++milly :: (2k) milliseconds
|
||||
|
Loading…
Reference in New Issue
Block a user