From 9e708b17e24271cdd130979c7ac01467bbf4b43c Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 27 Nov 2011 17:48:01 -0500 Subject: [PATCH] fixes #280. sort aggregate and classpath dependencies separately to keep cycle detection for them separate --- util/collection/Dag.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/util/collection/Dag.scala b/util/collection/Dag.scala index b617070dd..14a418f26 100644 --- a/util/collection/Dag.scala +++ b/util/collection/Dag.scala @@ -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