summaryrefslogtreecommitdiff
path: root/test/files/continuations-neg
Commit message (Collapse)AuthorAgeFilesLines
* Moved test out of pending, closes SI-3628, no r...Paul Phillips2011-07-292-0/+15
| | | | | Moved test out of pending, closes SI-3628, no review.
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-282-4/+4
| | | | | | | | | | | | | | | I wrote a warning when nullary methods return Unit. I wimped out of including it in this patch because we had about 200 of them, and that's what is fixed in this patch. I will add the warning to some kind of "-Xlint" feature after 2.9. This is motivated at least partly by the resolution of #4506, which indicates the distinction between "def foo()" and "def foo" will continue to jab its pointy stick into our eyes, so I believe we have a minimal duty of at least following our own advice about what they mean and not making a semirandom choice as to whether a method has parens or not. Review by community.
* Rolled partest back to r21328.Paul Phillips2010-05-0620-0/+229
| | | | | | | | changes necessary to plug it back in while preserving everything which has happened since then in tests and such, but we should be the lookout for overreversion. Review by phaller (but as a formality, I don't think it requires direct review.)
* If I work on this patch any longer without chec...Paul Phillips2010-04-0520-229/+0
| | | | | | | | | | | | | | | | If I work on this patch any longer without checking in I will go stark raving mad. It is broken up into a couple pieces. This one is the changes to test/. It includes fixing a bunch of tests, removing deprecated constructs, moving jars used by tests to the most specific plausible location rather than having all jars on the classpath of all tests, and some filesystem layout change (continuations get their whole own srcpath.) This would be the world's most tedious review, so let's say no review. [Note: after this commit, I doubt things will build very smoothly until the rest of the partest changes follow. Which should only be seconds, but just in case.]
* closes 2864.Tiark Rompf2010-03-292-0/+22
|
* added support for continuations in try/catch bl...Tiark Rompf2010-03-162-0/+40
| | | | | | added support for continuations in try/catch blocks. review by community.
* fixed treatment of annotated types in isNumeric...Tiark Rompf2010-03-151-4/+4
| | | | | | fixed treatment of annotated types in isNumericSubType. re-enabled test case. review by odersky
* Disabled failing testMartin Odersky2010-03-131-4/+4
|
* moved the continuations plugin into trunk.Tiark Rompf2010-03-1116-0/+167