summaryrefslogtreecommitdiff
path: root/test/pending/pos/t1786.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typos (a-c)Janek Bogucki2015-06-181-1/+1
|
* Revert "SI-1786 incorporate defined bounds in inference"Adriaan Moors2014-02-111-0/+27
| | | | | | | | | | | | | | | | Have to revert because the stricter bounds that it inferred break e.g., slick. (Backstop for that added as pos/t1786-counter.scala, as minimized by Jason) Worse, the fix was compilation order-dependent. There's a less invasive fix (SI-6169) that could be generalized in `sharpenQuantifierBounds` (used in `skolemizeExistential`), but I'd rather not mess with existentials at this point. This reverts commit e28c3edda4dd405ed382227d2a688b799bf33c72. Conflicts: src/compiler/scala/tools/nsc/typechecker/Typers.scala test/files/pos/t1786.scala
* SI-1786 incorporate defined bounds in inferencePaul Phillips2013-05-121-20/+0
| | | | | | | | | | | | | | | | | | | Also fixes SI-5459. Look, you don't have to redeclare the bounds, isn't it exciting? For instance, there are eight places in JavaMirrors with this: jTypeVariable[_ <: GenericDeclaration] After this code is in starr, those can look like this: jTypeVariable[_] Since TypeVariable's definition looks like this: interface TypeVariable<D extends GenericDeclaration> We already know that!
* Begone t1737...Hubert Plociniczak2011-11-021-2/+2
|
* reverted immutable.Vector because it gave rando...Martin Odersky2009-10-121-5/+12
| | | | | | reverted immutable.Vector because it gave random build errors on my machine. Fixed various tickets, updated test and check files.
* Sequence->SeqMartin Odersky2009-10-021-0/+13