Richard Heck wrote: > The attached patch addresses but #7636, which concerns how branches > behave in child documents when they are compiled on their own. > Basically, all branches defined only in the master are treated as off, > because they aren't found. This seems bad.
It is what I'd expect. If I want the branch to be enabled in standalone compiling of a child, it should be defined and enabled in the child's setting. A standalone compilation should not in any way inherit something from outside, IMHO. Jürgen