Skip to content

Conversation

Linyxus
Copy link
Contributor

@Linyxus Linyxus commented Mar 20, 2024

fixes #19988

The issue is caused by the change of class hierarchy in Scala 2 library CC: SeqView no longer extends SeqOps. To fix this we have to copy methods from SeqOps to SeqViewOps. Similar to what is done in #19873.

@Linyxus Linyxus requested a review from nicolasstucki March 20, 2024 21:27
@nicolasstucki nicolasstucki self-assigned this Mar 21, 2024
nicolasstucki

This comment was marked as outdated.

@Linyxus Linyxus requested a review from nicolasstucki March 22, 2024 12:57
@odersky odersky merged commit bfdd235 into scala:main Mar 23, 2024
@odersky odersky deleted the fix-19988 branch March 23, 2024 08:43
@Kordyjan Kordyjan added this to the 3.4.2 milestone Mar 28, 2024
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.

Missing methods in SeqViewOps in Scala 2 library CC
4 participants