summaryrefslogtreecommitdiff
path: root/test/files/run/existentials-in-compiler.check
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tests to account for SIP 18Martin Odersky2012-04-131-8/+8
|
* Lots of tedious warning and tree printing work.Paul Phillips2012-03-201-52/+52
| | | | | | | | | | | Fewer deprecation warnings, prettier trees, prettier symbols, more polished error messages. Oh the interesting people you meet handling warnings, I feel sorry for you all that I get to do it all the time. One of the characters I met invited me into the "Dead Code Society" and that's what I'm doing on Tuesdays now. No of course you haven't, it's a SECRET society.
* Existential printing, plus more compiler testing infrastructure.Paul Phillips2012-02-131-0/+156
Direct compiler internals testing. It's really easy, you should probably use it about 1000 times each. Look at the test: run/existentials-in-compiler.scala The checkfile contains the (string representations of the) actual existentials from the compiler to make sure they correspond properly to the ones in the source. Existentials were being printed with wildcards too freely; this has been tightened up.