File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,7 @@ jobs:
304304 mima-scala-library-nonbootstrapped :
305305 runs-on : ubuntu-latest
306306 needs : scala-library-nonbootstrapped
307+ if : false
307308 steps :
308309 - name : Git Checkout
309310 uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -559,14 +559,6 @@ object MiMaFilters {
559559 ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.collection.StringView.compose" ),
560560 ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.collection.StringView.andThen" ),
561561
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-
570562 // TO INVESTIGATE: This constructor changed, but it is private... why complaining?
571563 ProblemFilters .exclude[IncompatibleMethTypeProblem ](" scala.collection.immutable.LazyList.this" ),
572564 // This one should be fine, public class inside private object
You can’t perform that action at this time.
0 commit comments