summaryrefslogtreecommitdiff
path: root/test/files/neg/t2918.scala
Commit message (Collapse)AuthorAgeFilesLines
* Use context for buffering errors that cannot/shouldn't be reported in the ↵Hubert Plociniczak2012-01-251-1/+1
| | | | | | | | given moment (instead of throwing type errors). This avoids previous problems where we were creating fake error trees in some incorrect places like in type completers in Namers etc. Implicits relied heavily on type errors being thrown but performance should stay the same due to some explicit checks/returns. Some of the problems involved how ambiguous error messages were collected/reported because it was very random (similarly for divergent implicits). This should be more explicit now. Reduced the number of unnecessary cyclic references being thrown (apart from those in Symbols/Types which don't have a context and need to stay for now as is). Review by @paulp, @odersky.
* revert r25877. no reviewLukas Rytz2011-11-141-0/+0
|
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* fixed svn props in test directorymichelou2011-10-221-0/+0
|
* new testsMartin Odersky2010-03-161-0/+3