fixes #280. sort aggregate and classpath dependencies separately to keep cycle detection for them separate

This commit is contained in:
Mark Harrah 2011-11-27 17:48:01 -05:00
parent 823f3b210a
commit 9e708b17e2
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ object Dag
)
{
def this(value: Any) = this(value, value :: Nil, false)
override def toString = getMessage
def ::(a: Any): Cyclic =
if(complete)
this