summaryrefslogtreecommitdiff
path: root/test/files/run/macro-reify-tagless-a.check
Commit message (Collapse)AuthorAgeFilesLines
* Trying to set an example in the land of macros.Paul Phillips2012-04-251-3/+3
| | | | | | | | Hopefully there are useful examples to be had in here. Please note that you should never be testing "x.size != 0", use isEmpty or nonEmpty. Even if these happen to be small collections, it's not a habit you want to form: size is O(n) on a number of collections. (Most pointedly, Lists.)
* Next generation of macrosEugene Burmako2012-04-121-0/+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