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

[6.1][Sema] Look through ActorIsolationErasureExpr when finding function… #78536

Open
wants to merge 1 commit into
base: release/6.1
Choose a base branch
from

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Jan 10, 2025

… DeclRefs for rethrows checking.

Cherry-pick of #78535


  • Explanation:

    Fixes a source compatibility regression when actor isolated function values are passed to throwing parameters.

    This conversion has no effect on rethrows checking and should be ignored.

  • Main Branch PR: [Sema] Look through ActorIsolationErasureExpr when finding function… #78535

  • Resolves: rdar://142562250

  • Risk: Very Low (this conversion appears in a limit set of circumstances and has no effect on rethrows checking).

  • Reviewed By: @hborla

  • Testing: Added new tests to the Concurrency test suite.

(cherry picked from commit e0bfa13)

… DeclRefs for `rethrows` checking.

This conversion has no effect on `rethrows` checking and should
be ignored.

Resolves: rdar://142562250
(cherry picked from commit e0bfa13)
@xedin xedin requested a review from a team as a code owner January 10, 2025 00:15
@xedin xedin requested a review from hborla January 10, 2025 00:15
@xedin
Copy link
Contributor Author

xedin commented Jan 10, 2025

@swift-ci please test

@xedin
Copy link
Contributor Author

xedin commented Jan 10, 2025

@swift-ci please clean test

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