summaryrefslogtreecommitdiff
path: root/test/files/run/treePrint.check
Commit message (Collapse)AuthorAgeFilesLines
* implements reification of tough typesEugene Burmako2012-04-141-0/+5
|
* Next generation of macrosEugene Burmako2012-04-121-5/+0
| | | | | | | | | | | | | | | | | | | | | | 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
* A compact tree printer, for primitives like mys...Paul Phillips2010-01-301-0/+5
A compact tree printer, for primitives like myself who do all their debugging in the console and need extraneous information filtered out. New option: -Ycompact-trees. Supply that in conjunction with -Xprint:all and suddenly the output is a (relative) masterpiece of concision. Review by anyone who is game to review such a thing. Community?