Skip to content

Conversation

SethTisue
Copy link
Member

No description provided.

@SethTisue
Copy link
Member Author

SethTisue commented Jun 2, 2023

I probably won't have time to address the following until after Scala Days. If someone else wants to step in (by adding MiMa exclusions or whatever? perhaps based on the exclusions removed by scala/scala#10420 ?), feel free.

Error:  stdlib-bootstrapped: Failed binary compatibility check against org.scala-lang:scala-library:2.13.11! Found 7 potential problems (filtered 9385)
Error:   * method this(scala.collection.IterableOnceOps,java.lang.String,scala.Function1,scala.Function2)Unit in class scala.collection.IterableOnceOps#Maximized does not have a correspondent in current version
Error:     filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("scala.collection.IterableOnceOps#Maximized.this")
Error:   * method this(java.lang.String,scala.Function1,scala.Function2)Unit in class scala.collection.IterableOnceOps#Maximized does not have a correspondent in other version
Error:     filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("scala.collection.IterableOnceOps#Maximized.this")
Error:   * static method defaultLoadFactor()Double in class scala.collection.mutable.LinkedHashMap does not have a correspondent in other version
Error:     filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("scala.collection.mutable.LinkedHashMap.defaultLoadFactor")
Error:   * static method defaultinitialSize()Int in class scala.collection.mutable.LinkedHashMap does not have a correspondent in other version
Error:     filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("scala.collection.mutable.LinkedHashMap.defaultinitialSize")
Error:   * static method defaultLoadFactor()Double in class scala.collection.mutable.LinkedHashSet does not have a correspondent in other version
Error:     filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("scala.collection.mutable.LinkedHashSet.defaultLoadFactor")
Error:   * static method defaultinitialSize()Int in class scala.collection.mutable.LinkedHashSet does not have a correspondent in other version
Error:     filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("scala.collection.mutable.LinkedHashSet.defaultinitialSize")
Error:   * static method nextPositivePowerOfTwo(Int)Int in class scala.collection.mutable.OpenHashMap does not have a correspondent in other version
Error:     filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("scala.collection.mutable.OpenHashMap.nextPositivePowerOfTwo")
Error:  java.lang.RuntimeException: Failed binary compatibility check against org.scala-lang:scala-library:2.13.11! Found 7 potential problems (filtered 9385)

@SethTisue SethTisue self-assigned this Jun 12, 2023
@SethTisue
Copy link
Member Author

needs reassessment and/or rebasing after #17913

@SethTisue SethTisue closed this Jun 14, 2023
@SethTisue SethTisue reopened this Jun 14, 2023
@SethTisue
Copy link
Member Author

Nico is handling this over at #18136

@SethTisue SethTisue closed this Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant