summaryrefslogtreecommitdiff
path: root/test/files/run/bug3050.scala
Commit message (Collapse)AuthorAgeFilesLines
* Working my way through pattern matcher sequence...Paul Phillips2011-04-231-0/+9
| | | | | | | | | Working my way through pattern matcher sequence issues mostly caused by the special handling of Lists. Also deleting all kinds of useless or almost useless code which is presently only clutter. Closes #2756, #2800, #3050, #3530, #3972, no review.
* A wholesale reversion of the pattern matcher to...Paul Phillips2010-06-161-9/+0
| | | | | | | | A wholesale reversion of the pattern matcher to r21939, motivated by the appearance of #3578. Closes #3578, reopens #2800, #3050. Review by moors. (I can't keep saying "no review" when every move I make in here seems to break something.)
* Misoptimization for list extractors caused non-...Paul Phillips2010-05-201-0/+9
Misoptimization for list extractors caused non-sequences to incorrectly match. Closes #3050, #2800. No review.