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 the rest of swift concurrency annotations #1971

Open
maratal opened this issue Sep 8, 2024 · 2 comments · May be fixed by #1973
Open

Add the rest of swift concurrency annotations #1971

maratal opened this issue Sep 8, 2024 · 2 comments · May be fixed by #1973
Assignees

Comments

@maratal
Copy link
Collaborator

maratal commented Sep 8, 2024

Continuation of #1962

Some types were not added because it's not obvious what should be added from the glance. I suggest to keep this issue open and add types that causing compilation errors in this description (meanwhile adding them to Ably+Dependencies.swift to add them all at once later in ably-cocoa):

ARTRealtimePresenceQuery

┆Issue is synchronized with this Jira Task by Unito

@maratal maratal self-assigned this Sep 8, 2024
maratal added a commit to ably-labs/ably-chat-swift that referenced this issue Sep 8, 2024
…compile time error (issue ably/ably-cocoa#1971):

```
Non-sendable type 'ARTRealtimePresenceQuery?' in parameter of the protocol requirement satisfied by actor-isolated instance method 'get(params:)' cannot cross actor boundary
```
@lawrence-forooghian
Copy link
Collaborator

If there are still types that we know need to be added, we should do this before doing a release.

@maratal
Copy link
Collaborator Author

maratal commented Sep 12, 2024

If there are still types that we know need to be added, we should do this before doing a release.

#1973

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants