dependencies in mx/projects

Doug Simon doug.simon at oracle.com
Tue Jul 9 13:50:31 PDT 2013


Dependency loops are definitely not supported by mx. And they are a questionable in reality ;-)

You can use 'mx canonicalizeprojects' to ensure mx/projects is canonical. In fact, you should do this as the gate checks it.

-Doug

On Jul 9, 2013, at 10:32 PM, "Deneau, Tom" <tom.deneau at amd.com> wrote:

> In mx/projects, I had to add a dependency such that project A was dependent on project B.
> But B was already dependent on A, which seemed to get the mx dependency processor into a loop.
> 
> Is this a bug in mx, or should I rearrange things so there is not such a loop in the dependency graph?
> 
> -- Tom
> 
> 



More information about the graal-dev mailing list