aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Pre-initializing Unpickler NamedTypes with their Denotations.Martin Odersky2013-04-051-2/+2
| | | | | | This fixes a weird problem where we read an external reference to a type parameter with NoPrefix as owner. The problem arises when reading reflect.io.ZipFileArchive, where the reference is to the type parameter of AbstactFile. It might be a known problem for Scala. For the moment there's nothing much we can do on the dotty side to deal with it. We either use .withDenot, and accept that this cannot be reloaded in future runs, or we use a HasFixedSym and risk a stale reference. It seems better to fail than to live with stale references.
* Made & , | NoType-aware.Martin Odersky2013-04-051-2/+1
| | | | For the pruposes of & and |, NoType is now treated as top type, above Any.
* More tests in worksheets.Martin Odersky2013-04-056-15/+96
|
* Refactored test frameworkMartin Odersky2013-04-059-19/+196
| | | | Moves worksheets to test. Factored out class DottyTest and made it usable from worksheets. Added worksheet test for signatures.
* Consolidated tracing under -YdebugTrace.Martin Odersky2013-04-042-3/+8
|
* Improvements in tracing and some Type fixes.Martin Odersky2013-04-032-2/+11
|
* Some more fixes of classfile reading.Martin Odersky2013-03-261-2/+2
|
* More fixes to classfile reading.Martin Odersky2013-03-252-0/+131
Can now read entire contents of scala distribution.