summaryrefslogtreecommitdiff
path: root/test/files/run/reify_copypaste1.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6489 parsing in macros should provide proper positionsDen Shabalin2013-09-121-1/+1
| | | | | | | | | | | | 1. macro parsing doesn't use toolbox any more but calls parser directly 2. in order for this to work parser has to be refactored to limit usage of currentUnit and rewire it into parser's local unit method which might use currentUnit for some parsers but will user proper unit for UnitParser 3. similar change has to be done to make compilation unit's reporter overridable
* Changes reflection tests to use shorter name constructorsDen Shabalin2012-12-251-2/+2
|
* SI-6342 cleans up toolbox APIEugene Burmako2012-09-151-3/+3
| | | | | | 1) parseExpr => parse 2) runExpr => eval 3) Introduces compile(Tree): () => Any, since it has frequent uses
* repairs the tests after the refactoring spreeEugene Burmako2012-06-081-0/+19