Skip to content

Conversation

@grynspan
Copy link
Contributor

@grynspan grynspan commented Oct 3, 2023

This PR corrects a technical defect in TestDeclarationMacro. There should be no developer- or user-facing impact.

Previously, CodeBlockItemListSyntax didn't conform to SyntaxExpressibleByStringInterpolation so we would have had to manually construct it. Instead, we just substituted ExprSyntax which is wrong, but allows string interpolation. This was corrected with swiftlang/swift-syntax#1946, so we can use the right type now.

…ng a test function thunk.

This PR corrects a technical defect in `TestDeclarationMacro`. There should be no developer- or user-facing impact.
@grynspan
Copy link
Contributor Author

grynspan commented Oct 3, 2023

@swift-ci please test

@grynspan grynspan merged commit 8b2bce5 into main Oct 3, 2023
@grynspan grynspan deleted the jgrynspan/use-code-block-item-list-syntax-in-test-macro branch October 3, 2023 17:33
@grynspan grynspan added the bug 🪲 Something isn't working label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 🪲 Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants