Skip to content

[CSGen] Prevent @concurrent on closures from skipping throws infe… #81549

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

Merged
merged 1 commit into from
May 16, 2025

Conversation

xedin
Copy link
Contributor

@xedin xedin commented May 16, 2025

…rence

Introduction of @concurrent attribute caused an unintended side-effect in ClosureEffectsRequest since the attribute could only be used on async types setting async too early prevented body analysis for throws from running.

Resolves: rdar://151421590

…rence

Introduction of `@concurrent` attribute caused an unintended
side-effect in `ClosureEffectsRequest` since the attribute
could only be used on `async` types setting `async` too early
prevented body analysis for `throws` from running.

Resolves: rdar://151421590
@xedin xedin requested a review from hborla as a code owner May 16, 2025 00:20
@xedin
Copy link
Contributor Author

xedin commented May 16, 2025

@swift-ci please smoke test

@xedin xedin merged commit fd30319 into swiftlang:main May 16, 2025
3 checks passed
hamishknight added a commit to hamishknight/swift that referenced this pull request May 22, 2025
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.

3 participants