summaryrefslogtreecommitdiff
path: root/test/files/pos/t531.scala
Commit message (Collapse)AuthorAgeFilesLines
* repairs the tests after the refactoring spreeEugene Burmako2012-06-081-2/+2
|
* Next generation of macrosEugene Burmako2012-04-121-2/+3
| | | | | | | | | | | | | | | | | | | | | | Implements SIP 16: Self-cleaning macros: http://bit.ly/wjjXTZ Features: * Macro defs * Reification * Type tags * Manifests aliased to type tags * Extended reflection API * Several hundred tests * 1111 changed files Not yet implemented: * Reification of refined types * Expr.value splicing * Named and default macro expansions * Intricacies of interaction between macros and implicits * Emission of debug information for macros (compliant with JSR-45) Dedicated to Yuri Alekseyevich Gagarin
* Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-051-2/+2
| | | | | | | | | | | | | | Major cleanup of reification: * LiftCode phase has been removed * Code has been deprecated and will be removed as we roll a new starr * Logic related to type-directed lifting has been purged scala.reflect.macro.Context#reify now provides the same services as LiftCode provided (except that it returns Tree, not Code). For testing purposes, I've retained the oh-so-convenient automagic lift. test/files/codelib/code.jar now hosts Code.lift reimplemented in a macro, so that the tests can continue working as if nothing has happened.
* Getting liftCode to work.Martin Odersky2011-09-251-0/+10