Skip to content

Conversation

@WojciechMazur
Copy link
Contributor

  • Update the version of mtags_shared and Scala 2 stdlib to use 2.13.18 artifact instead of 2.13.16
  • Removed no longer used Build.stdlibBootstrappedVersion

Build.mimaPreviousDottyVersion -> Seq.empty, // We should never break backwards compatibility
Build.mimaPreviousDottyVersion -> Seq(
// scala/scala3#24855 - copied from Scala 2.13.16 by ScalaLibraryPlugin, to be removed when Scala 3.8.0 is released
ProblemFilters.exclude[MissingClassProblem]("scala.collection.immutable.LazyList$State*"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this safe? Are we not breaking the binary compatibility here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the same in Scala 2, it was also adds in their MiMa scala/scala#10937 it was removed when they've started to work on 2.13.18 scala/scala@2f929e8 (Scala 2 checks MiMa only against previous version)

We're de facto synchronized with Scala 2.13.18, LazyList.State is a private sealed trait

Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@WojciechMazur WojciechMazur merged commit 6f74f91 into scala:main Dec 30, 2025
56 checks passed
@WojciechMazur WojciechMazur deleted the stdlib/2.13.18 branch December 30, 2025 11:44
@WojciechMazur WojciechMazur added the backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it. label Dec 30, 2025
@WojciechMazur WojciechMazur added this to the 3.8.0 milestone Dec 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants