-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Distributed] Fix generic actors and distributed funcs returning those generics #41747
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
Conversation
9d2f102
to
5c54ad2
Compare
b7f2c32
to
854f3e1
Compare
@swift-ci please smoke test |
854f3e1
to
62c37c3
Compare
@swift-ci please smoke test |
This actually still fails in SIL handling in the init/deinit when the ACTOR is generic. I'll handle this separately. |
Okey this actually still has missing symbols that I noticed that I added runtime tests... I'll give it a sleep tonight but will try to make progress tomorrow
|
Note to self: this one over to @DougGregor to see if he can figure it out |
@swift-ci please smoke test |
7700233
to
e8a386f
Compare
@swift-ci please smoke test Linux |
e8a386f
to
cecaa8d
Compare
cecaa8d
to
9220c47
Compare
9220c47
to
466c633
Compare
@swift-ci please smoke test and merge |
Depends on #41616
The actual fix: 5c54ad2
Once we merge #41616 I'll rebase this.DoneResolves rdar://84458365