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:
304
304
mima-scala-library-nonbootstrapped :
305
305
runs-on : ubuntu-latest
306
306
needs : scala-library-nonbootstrapped
307
+ if : false
307
308
steps :
308
309
- name : Git Checkout
309
310
uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments