sbt/tasks
Mark Harrah 818382766e add Types.idFun to replace Predef.identity, replace a :== overload
idFun[T]: T => T instead of identity[T](t: T): T
  doesn't require a new class file when used as a function value
replaced overloads of :== that assigned the Scoped reference on
  the right to the Scoped on the left with <<= scoped.identity
2011-04-16 11:24:58 -04:00
..
src/test/scala work on tests 2011-04-08 19:17:58 -04:00
standard add Types.idFun to replace Predef.identity, replace a :== overload 2011-04-16 11:24:58 -04:00
CompletionService.scala graph evaluator, rewrite, general updates 2010-06-07 08:53:21 -04:00
Execute.scala detect cyclic references after freeze and translate nodes to keys 2011-04-07 22:51:25 -04:00
Incomplete.scala lift anonymous Incompletes to the next keyed, empty Incomplete 2011-04-06 20:52:48 -04:00
NOTICE MList covariant, initial Node 2010-05-30 21:14:18 -04:00
Node.scala MList -> KList, Relation[T] -> Relation[A,B] 2010-06-24 18:09:07 -04:00
Result.scala work on displaying task errors 2011-03-20 22:54:01 -04:00