@@ -559,14 +559,6 @@ object MiMaFilters {
559
559
ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.collection.StringView.compose" ),
560
560
ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.collection.StringView.andThen" ),
561
561
562
- // This issue only arise in the non-bootstrapped stdlib
563
- // It has to do with the fact that the special erasure of Pure was handled such as
564
- // `scala.Pure`, not `scala.caps.Pure`. This filter should be removed once we move to 3.8.1
565
- ProblemFilters .exclude[IncompatibleResultTypeProblem ](" scala.collection.Map.from" ),
566
- ProblemFilters .exclude[IncompatibleResultTypeProblem ](" scala.collection.SeqMap.from" ),
567
- ProblemFilters .exclude[IncompatibleResultTypeProblem ](" scala.collection.mutable.Map.from" ),
568
- ProblemFilters .exclude[IncompatibleResultTypeProblem ](" scala.collection.mutable.SeqMap.from" ),
569
-
570
562
// TO INVESTIGATE: This constructor changed, but it is private... why complaining?
571
563
ProblemFilters .exclude[IncompatibleMethTypeProblem ](" scala.collection.immutable.LazyList.this" ),
572
564
// This one should be fine, public class inside private object
0 commit comments