summaryrefslogtreecommitdiff
path: root/test/files/neg/divergent-implicit.check
Commit message (Collapse)AuthorAgeFilesLines
* Proliferating the number of debugging modes bec...Paul Phillips2011-06-061-3/+3
| | | | | | | | | | | | | | Proliferating the number of debugging modes because it's still way too hard to see what's going on in there. Until we get hubert's type debugger with its whiz-bang whizbanginess, we'll have to struggle along with somewhat prettier ascii. This introduces: -Yinfer-debug which tries to print in readable fashion what is happening in the worlds of inference and implicit search. It should be made a bit more complementary and less overlappy with -Ytyper-debug. No review.
* Updated neg check files to the new output of r1...Antonio Cunei2009-05-201-1/+1
| | | | | Updated neg check files to the new output of r17773
* Better inference for implicits; some preparatio...Martin Odersky2009-03-151-2/+3
| | | | | Better inference for implicits; some preparations for new collections.
* (1) more changes for dynamic cycle detection of...Martin Odersky2008-04-041-0/+17
(1) more changes for dynamic cycle detection of implicits 2) change (to wildcard scoping in types 3) suppress $tag generation for purely (abstract traits 4) increase stacksize for sabbus to 32m (otherwise (problems on Windows)