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

Fix #1292 #1293

Merged
merged 2 commits into from
Aug 19, 2022
Merged

Fix #1292 #1293

merged 2 commits into from
Aug 19, 2022

Conversation

RomanPodymov
Copy link
Collaborator

Hello.
Thank you for PromiseKit.
Tried to fix #1292.

@mxcl
Copy link
Owner

mxcl commented Aug 16, 2022

Looks great!

I wish we could test for this, sadly I don’t think it's trivial.

@mxcl
Copy link
Owner

mxcl commented Aug 16, 2022

Looks like the #if(_concurrency) needs to be inside the compiler check: https://github.com/mxcl/PromiseKit/runs/7840727401?check_suite_focus=true

@RomanPodymov
Copy link
Collaborator Author

Looks like the #if(_concurrency) needs to be inside the compiler check: https://github.com/mxcl/PromiseKit/runs/7840727401?check_suite_focus=true

Fixed.

@mxcl mxcl merged commit baef3c5 into mxcl:v6 Aug 19, 2022
@mxcl
Copy link
Owner

mxcl commented Aug 19, 2022

6.18.1 released. Thanks again.

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.

error: concurrency is only available in iOS 15.0.0 or newer func async() async throws -> T {
2 participants