On Sun, 8 Nov 2015 11:02:09 -0500
Michael Orlitzky <[email protected]> wrote:

> On 11/08/2015 10:53 AM, Michał Górny wrote:
> > 
> > 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.
> >   
> 
> That's already true if you want the last project in the file =P
> 
> You're just traversing a list of linked lists rather than a linear list.
> The indefinite recursion is already there: in the draft I can create an
> infinite number of nested <subproject/> pointers, or worse I could do,
> 
>   <project>
>     <name>Foo</name>
>     <email>[email protected]</email>
>     <subproject ref="[email protected]"/>
>   </project>

I meant finding project by e-mail. You don't have to care about
subprojects at all to do this. Subprojects are a side info.

-- 
Best regards,
Michał Górny
<http://dev.gentoo.org/~mgorny/>

Attachment: pgp0zl95GFGEy.pgp
Description: OpenPGP digital signature

Reply via email to