summaryrefslogtreecommitdiff
path: root/test/pending/run/macro-reify-typetag-hktypeparams-tags.check
Commit message (Collapse)AuthorAgeFilesLines
* remove test/pending directory tooSeth Tisue2017-03-211-2/+0
| | | | | it will all stay right there in the Git history to be consulted anytime we want...
* Next generation of macrosEugene Burmako2012-04-121-0/+2
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