-
Notifications
You must be signed in to change notification settings - Fork 49
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
Expect
macros don't work with string interpolation in Scala 2.13.14
#750
Comments
Curious what happened here — what Scala change was responsible. cc @lrytz @som-snytt |
Probably the same as etorreborre/specs2#1237 where Note that the new default ( @SethTisue It ought to be mentioned in the release notes. It affects only those warning expanded trees, but that may not be a niche of the community. |
I submitted a provisional PR with expecty, which I assume is used here. That would pass the lint irrespective of other settings. |
ah, indeed, https://github.com/scala/scala/releases/tag/v2.13.14 references scala/scala#10693 and the expecty PR Som mentions is eed3si9n/expecty#161 |
After updating Scala from
2.13.13
to2.13.14
I got compilation error: "possible missing interpolator: detected an interpolated expression".Doesn't work:
Works:
The text was updated successfully, but these errors were encountered: