Skip to content
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

Add _modify to @Perceptible #91

Merged
merged 3 commits into from
Jun 26, 2024
Merged

Add _modify to @Perceptible #91

merged 3 commits into from
Jun 26, 2024

Conversation

mbrandonw
Copy link
Member

No description provided.

let patternBindings = bindings.compactMap { binding in
binding
}
let accessors: [AccessorDeclListSyntax.Element] = patternBindings.compactMap { patternBinding in
let accessors: [AccessorDeclListSyntax.Element] = bindings.compactMap { patternBinding in
Copy link
Member Author

Choose a reason for hiding this comment

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

Unrelated change, but it was made in this PR swiftlang/swift#72294, so might as well do it here. The only changes in that PR have somehow already been made to our code.

@mbrandonw mbrandonw merged commit 3bd7e50 into main Jun 26, 2024
2 checks passed
@mbrandonw mbrandonw deleted the modify branch June 26, 2024 15:32
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