sbt/util/collection/src/test/scala
Mark Harrah 90f25b234e Settings overhaul, intended to be source compatible where it matters.
Moves many methods previously provided by implicit conversions directly onto the classes
  for better discoverability, especially with scaladoc.

1. Initialize now allowed in more places.  Minor renamings in Initialize to avoid conflicts
  a. map -> apply
  b. get -> evaluate
2. Identity on Scoped* is deprecated- it is now redundant
3. Can now use += and <+= for String, Int, Long, Double settings.
  There may be some problematic corner cases in inference, especially with +=, ++, <+=, <++=
4. Some classes with a scoped: ScopedKey[T] method now have scopedKey: ScopedKey[T] instead.
5. The implicit conversion to ScopedKey[T] is now deprecated.  Use the scopedKey method.
6. :== and ::= are now private[sbt] to better reflect that they were internal use only.
2011-08-14 10:53:37 -04:00
..
DagSpecification.scala * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
KListTest.scala task system cleanup 2010-08-21 22:55:42 -04:00
KeyTest.scala forgot a test 2011-05-26 22:24:26 -04:00
LiteralTest.scala graph evaluator, rewrite, general updates 2010-06-07 08:53:21 -04:00
PMapTest.scala fix PMap test 2010-09-04 08:12:17 -04:00
RelationTest.scala MList -> KList, Relation[T] -> Relation[A,B] 2010-06-24 18:09:07 -04:00
SettingsExample.scala Settings overhaul, intended to be source compatible where it matters. 2011-08-14 10:53:37 -04:00
SettingsTest.scala settings example and simple test 2011-06-29 21:44:55 -04:00