summaryrefslogtreecommitdiff
path: root/test/files/run/t5230.check
Commit message (Collapse)AuthorAgeFilesLines
* Disables typechecking that precedes reflective compilationEugene Burmako2012-02-141-1/+1
| | | | | | | | | | | | | | Previously toolboxes used to typecheck their inputs before compiling. Actually, the initial demo by Martin first typechecked the reified tree, then ran it, which typechecked it again, and only then launched the reflective compiler. However, as observed in https://issues.scala-lang.org/browse/SI-5464 current implementation of typechecking is not always idempotent. That's why we cannot allow inputs of toolboxes to be typechecked, at least not until the aforementioned issue is closed. This is not only a convention but also a check inside compileExpr.
* Reification of classes now produces trees that can be compiled and run.Eugene Burmako2011-12-041-0/+2
| | | | | | | | Multiple minor fixes to Martin's implementation of reflection infrastructure. Dominating theme is allowing for the fact that compilation via reflection involves numerous exports/imports between various reflection universes. Fixes SI-5230. Review by @odersky.
* Moved the test for SI-5230 from files to pendingEugene Burmako2011-11-291-1/+0
|
* Test for SI-5230Eugene Burmako2011-11-291-0/+1