On Sun, 8 Nov 2015 10:38:17 -0500 Michael Orlitzky <[email protected]> wrote:
> 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? No. This is going to be PITA to parse, and indefinite recursion is just wrong. Like you suddenly have to traverse the whole crazy structure to find a particular project. -- Best regards, Michał Górny <http://dev.gentoo.org/~mgorny/>
pgpjjjQqNSy5v.pgp
Description: OpenPGP digital signature
