-
Notifications
You must be signed in to change notification settings - Fork 113
Renamed completeWithAsync to completeWithTask #221
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
Renamed completeWithAsync to completeWithTask
Can one of the admins verify this patch? |
6 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
@swift-server-bot test this please |
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.
@saltzmanjoelh Thanks for providing this fix. Since this change was made in the latest SwiftNIO release, we will need to update the SwiftNIO requirement to 2.32.0
in the Package.swift as well.
On it... |
@fabianfett Done. |
@swift-server-bot test this please |
thanks @saltzmanjoelh |
@tomerd My pleasure. Is it failing on 5.6 though?
|
@saltzmanjoelh this is an issue in SwiftNIO: apple/swift-nio#1943 |
@fabianfett Ah! Ok thanks! |
* Renamed EventLoopPromise's `completeWithAsync` to `completeWithTask` (based on the SwiftNIO renaming) * Updated swift-nio dependency to 2.32.0
In swift-nio completeWithAsync was renamed to completeWithTask
apple/swift-nio@e66b64e
Motivation:
completeWithAsync causes build errors on macOS 12 and Xcode 13
Modifications:
Renamed completeWithAsync to completeWithTask
Result:
No more build errors