summaryrefslogtreecommitdiff
path: root/test/files/run/t5256h.check
Commit message (Collapse)AuthorAgeFilesLines
* addresses pull request feedbackEugene Burmako2014-01-201-1/+1
|
* SI-8158 compiler hangs printing out fancy typesEugene Burmako2014-01-201-1/+1
| | | | | | | | | | | | | | | Apparently, even though the compiler has safeguards against infinite type printouts, having a depth counter, we didn’t account for the cases when printouts are both self-referential and self-multiplying. For one, SI-8158 provides an example of such a type, which is a structural type that refers to itself twice in return types of its methods. At first, printing such a type would go deeper and deeper, but then it will hit the depth limit and start multiply indefinitely. This commit fixes this particular problem by recognizing self-references as this.type’s and printing them out as such. The subsequent commit will introduce a more general facility.
* Make -Ytyper-debug output readable.Paul Phillips2013-07-171-1/+1
|
* 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/+7