summaryrefslogtreecommitdiff
path: root/test/files/run/t5256g.check
Commit message (Collapse)AuthorAgeFilesLines
* Make -Ytyper-debug output readable.Paul Phillips2013-07-171-1/+1
|
* Cleanups in type printing.Paul Phillips2013-07-171-1/+3
| | | | | | | | | | | | | | | | | | | | | More consistency as to how to understand aliases, singletons, specialized symbols, subclasses. Fewer weird special casings, like normalizing tuples and functions during type printing, but nothing else. I avoid "normalize" entirely now, and do not make special cases for dealiasing, which is already well handled when printing error messages. Look at the change to test/files/neg/t2641.check to get a sense of why we should resist calling normalize during the early days of a compilation run. Anonymous and refinement classes can be printed far more usefully by revealing their parents, and that too is here. Hardened toString against undesirable side effects. Make toString final to discourage any further rogue toString overriders. Make safeToString a little safer.
* Normalized line endings.Paul Phillips2012-09-201-3/+3
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* repairs the tests after the refactoring spreeEugene Burmako2012-06-081-0/+3