summaryrefslogtreecommitdiff
path: root/test/files/run/macro-reflective-mamd-normal-mi.check
Commit message (Collapse)AuthorAgeFilesLines
* restores some disabled macro tests, makes checkFeature synchronous when used ↵Eugene Burmako2012-04-141-0/+1
| | | | for macros
* disabled failing macro test; needs to be adapted to new scheme.Martin Odersky2012-04-131-0/+0
|
* Fixed tests to account for SIP 18Martin Odersky2012-04-131-1/+0
|
* Next generation of macrosEugene Burmako2012-04-121-0/+1
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