Skip to content

Conversation

DougGregor
Copy link
Member

The excessive escaping of init in macro role attributes was a workaround paired with #65442 to smooth things over when working across Swift compiler versions. However, it's causing problems for init accessors, so stop escaping.

Fixes rdar://111190084.

…utes.

The excessive escaping of `init` in macro role attributes was a
workaround paired with swiftlang#65442 to
smooth things over when working across Swift compiler versions.
However, it's causing problems for init accessors, so stop escaping.

Fixes rdar://111190084.
@DougGregor DougGregor requested a review from a team as a code owner June 23, 2023 17:21
@DougGregor DougGregor changed the title [ASTPrinter] Stop unnecessary escaping of init in macro role attributes [5.9] [ASTPrinter] Stop unnecessary escaping of init in macro role attributes Jun 23, 2023
@DougGregor
Copy link
Member Author

@swift-ci please test

@DougGregor DougGregor merged commit a190425 into swiftlang:release/5.9 Jun 24, 2023
@DougGregor DougGregor deleted the init-accessor-stop-escaping-init-5.9 branch June 24, 2023 00:38
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.

2 participants