Skip to content

Conversation

tgodzik
Copy link

@tgodzik tgodzik commented Apr 23, 2025

Backports scala#22604 to the 3.3.7.

PR submitted by the release tooling.

@tgodzik tgodzik force-pushed the backport-lts-3.3-22604 branch from cbac513 to 3ec2223 Compare April 23, 2025 10:14
@tgodzik tgodzik force-pushed the backport-lts-3.3-22604 branch from 4dbff7f to 8b2f2c3 Compare April 23, 2025 12:45
Base automatically changed from backport-lts-3.3-22694 to lts-3.3 April 23, 2025 15:11
@tgodzik
Copy link
Author

tgodzik commented Apr 23, 2025

No regressions detected in the community build up to backport-lts-3.3-22604.

Reference

@tgodzik tgodzik merged commit 91aacdb into lts-3.3 Apr 23, 2025
17 of 18 checks passed
@tgodzik tgodzik deleted the backport-lts-3.3-22604 branch April 23, 2025 15:11
case (`passedEnd`, r: U @unchecked) => (thisElem, r)
case (l: A @unchecked, `passedEnd`) => (l, thatElem)
case t: (A, U) @unchecked => t // false-positive warning
case (t1, t2) => (t1, t2)
Copy link

Choose a reason for hiding this comment

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

Copy link

Choose a reason for hiding this comment

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

The actual code in Akka/Pekko doesn't have the case (t1, t2) => (t1, t2)

Copy link
Author

Choose a reason for hiding this comment

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

Reverting in #582 and for the next RC scala#23943

tgodzik added a commit that referenced this pull request Sep 19, 2025
This reverts commit 91aacdb, reversing
changes made to cc130d4.
tgodzik added a commit that referenced this pull request Sep 19, 2025
Revert "Merge pull request #275 from scala/backport-lts-3.3-22604"
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.

3 participants