On 11/08/2015 02:41 AM, Michał Górny wrote:
>>
>> If everyone likes and wants to keep the name _sub_project, I think
>> _inherit_ is the wrong word to use, since children inherit from parents.
>
> What do you suggest instead?
>
Can a project be a subproject of more than one superproject? If not, is
it possible to use the structure of the XML to indicate the subness of
the subproject?
<project>
<name>Bar</name>
<email>[email protected]</email>
<!-- child project is a child element -->
<project inherit-members="1">
<name>Foo</name>
<email>[email protected]</email>
</project>
</project>
I know you mentioned the whole one value per key thing, but does anyone
actually want to have multiple inheritance for projects?