Skip to content

Conversation

@ileitch
Copy link
Contributor

@ileitch ileitch commented Dec 20, 2025

Fix missing references to appendInterpolation functions called implicitly in string interpolations.

Fixes #56189

@ileitch
Copy link
Contributor Author

ileitch commented Jan 9, 2026

@hamishknight @rintaro Can I please get a review on this?

Copy link
Contributor

@hamishknight hamishknight left a comment

Choose a reason for hiding this comment

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

I think we ought to see if we can handle this more generally

@ileitch
Copy link
Contributor Author

ileitch commented Jan 9, 2026

@hamishknight Yep, that general approach looks cleaner, which the small wrinkle that we need a check for ConstructorDecl now.

@ileitch ileitch requested a review from hamishknight January 9, 2026 18:42
Copy link
Contributor

@hamishknight hamishknight left a comment

Choose a reason for hiding this comment

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

One more comment, LGTM otherwise

Fix missing references to `appendInterpolation` functions called implicitly in string interpolations.

Fixes swiftlang#56189
@hamishknight
Copy link
Contributor

@swift-ci please test

@hamishknight hamishknight enabled auto-merge (squash) January 10, 2026 18:43
@hamishknight hamishknight merged commit 2d803ef into swiftlang:main Jan 11, 2026
5 checks passed
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.

[SR-13792] Index store should relate appendInterpolation from string literals

2 participants