Scala Buggabot
Scala Buggabot
Imported From: https://issues.scala-lang.org/browse/SI-10227?orig=1 Reporter: Alexander Konovalov (alexknvl) Affected Versions: 2.12.1
Imported From: https://issues.scala-lang.org/browse/SI-8488?orig=1 Reporter: Raul Bache (arneball) Affected Versions: 2.10.3, 2.11.0-RC1 See #8252
Raul Bache (arneball) said: Don't even ask me what i was trying to achieve :D
@retronym said: Variations: ```scala scala> def cyclicAliasing[Coll[X]
@retronym said: See also #8252 which is in the same neighbourhood as this bug.
Imported From: https://issues.scala-lang.org/browse/SI-785?orig=1 Reporter: Lauri Alanko (lealanko) See #7456
Lauri Alanko (lealanko) said: All right, this is a bigger mess than I first thought. A number of issues arise. 1) The specification states (8.1.4) that v matches a stable...
Lauri Alanko (lealanko) said: One more quirk that I discovered: a type refinement in a pattern match clause doesn't seem to work properly when the refined type is used in...
@harrah said: The patch I added for #3887 causes 1) and 2) in the first comment to behave as specified ( == called on the pattern). The dependent case analysis...
@paulp said: Replying to [comment:8 harrah]: > The patch I added for #3887 causes 1) and 2) in the first comment to behave as specified ( == called on the...