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

[concurrency] Make sure that TypeLowering inserts the extra actor parameter for @execution(caller) parameters. #80210

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gottesmm
Copy link
Contributor

[concurrency] Make sure that TypeLowering inserts the extra actor parameter for @execution(caller) parameters.

Previously, we handled cases where we had an actual SILDeclRef constant (e.x.:
an actual function ref), but we did not handle cases where we did not have a
constant but instead just had a FunctionTypeIsolation. We now handle that
correctly.

…Type.

Otherwise, it gets confusing when debugging in the debugger since dumpPrint will
print out the function type isolation, but dump will not.
…ameter for @execution(caller) parameters.

Previously, we handled cases where we had an actual SILDeclRef constant (e.x.:
an actual function ref), but we did not handle cases where we did not have a
constant but instead just had a FunctionTypeIsolation. We now handle that
correctly.
@gottesmm
Copy link
Contributor Author

@swift-ci smoke 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.

1 participant