Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 2.13-only bug in Java collection converters that caused some operations to perform an extra pass #9058

Merged
merged 1 commit into from Jun 23, 2020

Conversation

lrytz
Copy link
Member

@lrytz lrytz commented Jun 15, 2020

Fixes scala/bug#11976

Quite a bunch of MiMa exceptions here...

@scala-jenkins scala-jenkins added this to the 2.13.4 milestone Jun 15, 2020
@lrytz lrytz modified the milestones: 2.13.4, 2.13.3 Jun 15, 2020
@dwijnand dwijnand changed the title Add StrictOptimized parents to jkd converters Add StrictOptimized parents to JDK converters Jun 15, 2020
@SethTisue
Copy link
Member

SethTisue commented Jun 15, 2020

If we can get this reviewed & merged within the next 1-2 days great, otherwise let's push it to 2.13.4.

@lrytz
Copy link
Member Author

lrytz commented Jun 16, 2020

@retronym gave me an informal OK, so maybe he can do the formal one too :-)

@ijuma
Copy link
Contributor

ijuma commented Jun 16, 2020

We use these adapters quite a bit in Apache Kafka, so it would be nice to get the fix. We have recently switched to Scala 2.13 as the default Scala version.

@lrytz lrytz requested a review from retronym June 23, 2020 07:39
@SethTisue SethTisue added the release-notes worth highlighting in next release notes label Jun 23, 2020
@SethTisue SethTisue merged commit 1587590 into scala:2.13.x Jun 23, 2020
@SethTisue SethTisue added the library:collections PRs involving changes to the standard collection library label Jun 23, 2020
@SethTisue SethTisue changed the title Add StrictOptimized parents to JDK converters Fix 2.13-only bug in JDK converters that caused some operations to perform extra passes (add StrictOptimized parents) Jun 23, 2020
@SethTisue SethTisue changed the title Fix 2.13-only bug in JDK converters that caused some operations to perform extra passes (add StrictOptimized parents) Fix 2.13-only bug in JDK converters that caused some operations to perform extra passes Jun 23, 2020
@SethTisue SethTisue changed the title Fix 2.13-only bug in JDK converters that caused some operations to perform extra passes Fix 2.13-only bug in Java collection converters that caused some operations to perform extra passes Jun 23, 2020
@SethTisue SethTisue changed the title Fix 2.13-only bug in Java collection converters that caused some operations to perform extra passes Fix 2.13-only bug in Java collection converters that caused some operations to perform an extra pass Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
library:collections PRs involving changes to the standard collection library release-notes worth highlighting in next release notes
Projects
None yet
5 participants