summaryrefslogtreecommitdiff
path: root/test/files/run/bug3150.scala
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up the contents of test.Paul Phillips2010-09-281-0/+10
| | | | | | | | | | | including "CheckEither", written against scalacheck 1.2 in the year 471 AD. Removed all the duplicates I could find, mostly between pending and files. Renamed a bunch of tests so they wouldn't look like likely duplicates next time around. Nominated somebody else to do this once in a while. No review.
* Should fix the interpreter bug I just introduced.Paul Phillips2010-05-131-10/+0
| | | | | | | crashing-under-optimise test into pending since that looks like a genuine bug - I'll open it a ticket. No review.
* Overhauled sequence length logic in the pattern...Paul Phillips2010-05-121-0/+10
Overhauled sequence length logic in the pattern matcher. Removes unnecessary boxing and a few varieties of wrongness. Closes #3395, #3150, #2958, #2945, #2187. No review.