Skip to content

Fix large string interpolation causing StackOverflowError (Limit string interpolation intrinsic)#7995

Merged
diesalbla merged 1 commit intoscala:2.12.xfrom
retronym:ticket/10870
May 5, 2019
Merged

Fix large string interpolation causing StackOverflowError (Limit string interpolation intrinsic)#7995
diesalbla merged 1 commit intoscala:2.12.xfrom
retronym:ticket/10870

Conversation

@retronym
Copy link
Member

Fallback to the old style when the more than 64 varargs are provided.

Backport of a limit introduced in 2.13.x in #7678

Fixes scala/bug#10870

Fallback to the old style when the more than 64 varargs are provided.

Backport of a limit introduced in 2.13.x in scala#7678
@scala-jenkins scala-jenkins added this to the 2.12.9 milestone Apr 23, 2019
@retronym retronym requested a review from adriaanm April 24, 2019 00:32
@retronym retronym changed the title Limit string interpolation intrinsic avoid compiler SOE Limit string interpolation intrinsic to avoid compiler SOE Apr 24, 2019
@diesalbla diesalbla merged commit f07f779 into scala:2.12.x May 5, 2019
@SethTisue SethTisue added the release-notes worth highlighting in next release notes label May 5, 2019
@eed3si9n eed3si9n changed the title Limit string interpolation intrinsic to avoid compiler SOE Fix large string interpolation causing StackOverflowError (Limit string interpolation intrinsic) Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-notes worth highlighting in next release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants