urbit / shrub

An operating function (Prototype)
https://urbit.org
MIT License
29 stars 2 forks source link

neo: %rely doesn't send on / state change for %y deps #109

Open hanfel-dovned opened 3 months ago

hanfel-dovned commented 3 months ago

Bug: When you specify a %y care in your ++deps arm, when the state of your root dependency changes, you will not receive a %rely poke. You will only receive %rely pokes in the %y case when your dependency's children's state change.

(If this is expected behavior, it likely contradicts our docs somewhere.)