Commit Graph

4 Commits

Author SHA1 Message Date
Mark Harrah 41e2fdf647 Explicitly specify type parameters in calls to KCons in KList builder.
scalac couldn't infer the type constructor otherwise.
2012-11-18 09:20:26 -05:00
Mark Harrah f536e6d9ac Scala 2.10.0-M7 2012-11-17 20:23:06 -05:00
Mark Harrah a3d6a5d5b3 Task macro cleanup
* use normal TypeTree constructor
* remove unnecessary 'with Singleton' in macro utility
* integrate changes suggested by @xeno-by
* add refVar back and call asTypeConstructor instead of asType to refer to a type variable
2012-11-17 20:22:39 -05:00
Mark Harrah 087e386c99 task setting macros for :=, +=, ++=
also, bump to 2.10.0-M6
2012-11-17 20:19:24 -05:00