-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Async/await #1291
Async/await #1291
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to pass CI, our strategy with these typically is to add the #if
inside the test bodies so that they pass because they have no content.
Fixed. |
v6.18.0 released. Thanks for the contribution. |
This broke probably an awful lot of people I will revert these changes if we cannot analyze the issue and fix it (with CI checks) within 24 hours. Refs #1292 |
K possibly this is just we now require a newer Xcode https://stackoverflow.com/questions/69284960/ios-concurrency-is-only-available-in-ios-15-0-0-or-newer-in-protocol |
Hello.
Thank you for PromiseKit.
Added compatibility with async/await.