-
Couldn't load subscription status.
- Fork 14
Closed
scala/scala
#11048Milestone
Description
reproducible locally using dbuild (also probably reproducible outside dbuild if you locally publish scalameta?)
[info] - scala/test/removeUnused/RemoveUnusedPatternVars.scala *** FAILED *** (98 milliseconds)
--- obtained
+++ expected
@@ -385,3 +385,3 @@
def f(v: (Int, (Boolean, String))): Int = v match {
- case (i, v @ (_, _)) => i
+ case (i, (_, _)) => i
}I haven't bisected it but it's in this range:
-nightly=2.13.17-bin-483b4ee
+nightly=2.13.17-bin-c392ee5eyeballing that range, scala/scala#11032 looks like a possible culprit (@som-snytt)
Metadata
Metadata
Assignees
Labels
No labels