Skip to content

Commit 98b452d

Browse files
authored
Upgrade to tasty-mima v0.4.0. (#18256)
2 parents dde69ce + e0216b2 commit 98b452d

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

project/Build.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,6 @@ object Build {
10021002
"scala.annotation.specialized",
10031003
"scala.annotation.unspecialized",
10041004
),
1005-
tastyMiMaTastyQueryVersionOverride := Some("0.8.4"),
10061005
tastyMiMaPreviousArtifacts += "org.scala-lang" % "scala-library" % stdlibVersion(Bootstrapped),
10071006
tastyMiMaCurrentClasspath := {
10081007
val javaBootCp = tastyMiMaJavaBootClasspath.value

project/TastyMiMaFilters.scala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ object TastyMiMaFilters {
4949
// Tested in stdlib-bootstrapped/test/scala/collection/UnrolledBufferTest.scala
5050
ProblemMatcher.make(ProblemKind.IncompatibleTypeChange, "scala.collection.mutable.UnrolledBuffer.Unrolled.<init>$default$4"),
5151

52-
// Problem: Missing type arguments with higher-kinded types
53-
ProblemMatcher.make(ProblemKind.MissingTypeMember, "scala.collection.SortedSetFactoryDefaults._$5"),
54-
ProblemMatcher.make(ProblemKind.MissingTypeMember, "scala.collection.SortedMapFactoryDefaults._$6"),
55-
5652
// Problem? Very complicated signature
5753
ProblemMatcher.make(ProblemKind.IncompatibleTypeChange, "scala.collection.generic.IsMap.mapOpsIsMap"),
5854

@@ -71,9 +67,6 @@ object TastyMiMaFilters {
7167
// Problem Missing setter for `protected var`
7268
ProblemMatcher.make(ProblemKind.NewAbstractMember, "scala.collection.convert.impl.*_="),
7369

74-
// TASTy-MiMa bug? Wildcards in self type
75-
ProblemMatcher.make(ProblemKind.MissingTypeMember, "scala.collection.generic.DefaultSerializable._$1"),
76-
7770
// TASTy-MiMa bugs
7871
ProblemMatcher.make(ProblemKind.InternalError, "scala.collection.SeqView.appendedAll"),
7972
ProblemMatcher.make(ProblemKind.InternalError, "scala.collection.SeqView.concat"),

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
2020

2121
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
2222

23-
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "0.3.1")
23+
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "0.4.0")

0 commit comments

Comments
 (0)