Backport "Synchronize standard library sources with Scala 2.13.18" to 3.8.0#24862
Merged
WojciechMazur merged 8 commits intorelease-3.8.0from Dec 31, 2025
Merged
Backport "Synchronize standard library sources with Scala 2.13.18" to 3.8.0#24862WojciechMazur merged 8 commits intorelease-3.8.0from
WojciechMazur merged 8 commits intorelease-3.8.0from
Conversation
When using an array as sequence argument in Scala 3, the compiler emits a conversion to a `Seq` using `ScalaRunTime.wrapXArray`. The change in PR 11021 affects the semantics of such code. Upstream: scala/scala@1af76c7 [Cherry-picked 7b16dd7]
Some functions appear to be using an outdated name for the ordering function parameter (formerly cmp, now ord) in the documentation. Those are changed to the current name (ord). Signed-off-by: Evgeny Vereshchagin <ev@ev-ev.me> Upstream: scala/scala@80589cc [Cherry-picked bea3196]
Upstream: scala/scala@7bb0b85 [Cherry-picked 51aa5b9]
Upstream: scala/scala@7dcf3a6 [Cherry-picked ffbe998]
[Cherry-picked 4a16c59]
[Cherry-picked 29eb965]
[Cherry-picked 675e656]
[Cherry-picked 9b37e89][modified]
183dee8 to
57014ea
Compare
Base automatically changed from
release-3.8.0_backport-24816
to
release-3.8.0
December 31, 2025 01:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports #24788 to the 3.8.0-RC5.
PR submitted by the release tooling.
[skip ci]