This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












i think i see what you mean. another way of thinking of it is that the "inherit" bit should be sticky across children, so that if A inherits from B, then A.y should inherit from B.y.
yep, that sounds like it would do it.
(There are conceptually two trees here: the inherit tree, and the '.' heirarchy. I think we used 'child' referring to different trees in our respective comments)
I see the bottom of my earlier comment didn't post... I can imagine an inheritor might want the current behavior in some cases. If that's worthwhile, perhaps inheritors could mark some of their blocks as no-inherit.