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

Multiple then are not passed correctly in Xcode 12/Swift 5.3 #77

Closed
malcommac opened this issue Sep 14, 2020 · 0 comments
Closed

Multiple then are not passed correctly in Xcode 12/Swift 5.3 #77

malcommac opened this issue Sep 14, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@malcommac
Copy link
Owner

malcommac commented Sep 14, 2020

promise.then {
 // test 1
}.then {
 // test 2
}.always {
 // always 1
}

Are not correctly executed on Xcode 12 and the result is not catched.

@malcommac malcommac added the bug label Sep 14, 2020
@malcommac malcommac changed the title Fix compilation error in Xcode 12 Multiple then are not passed correctly in Xcode 12/Swift 5.3 Sep 14, 2020
@malcommac malcommac self-assigned this Sep 14, 2020
@malcommac malcommac added this to the 2.0.4 milestone Sep 14, 2020
malcommac added a commit that referenced this issue Sep 14, 2020
[#77] [Bug] Fixed chainable thens operators in Xcode 12/Swift 5.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant