belozierov / SwiftCoroutine

Swift coroutines for iOS, macOS and Linux.
https://belozierov.github.io/SwiftCoroutine
MIT License
836 stars 51 forks source link

Complete Linux Compatibility #3

Closed calebkleveter closed 4 years ago

calebkleveter commented 4 years ago

Currently, the issue that we are running into right now is the CoFutureAwaitTests.testAwait test case is exiting with a signal code 6 and literally no other information.

belozierov commented 4 years ago

Wow! Thank you very much, it's awesome)) Could you please also add iOS besides macOS support?

calebkleveter commented 4 years ago

@belozierov Sure, I can look at that! In a best-case scenario, I just need to add the GitHub Action and it will just work. We'll see. 😄

belozierov commented 4 years ago

@calebkleveter Keep in mind there is the bug which causes testHandlersCancel fail inCoFutureOperatorsTests. It would be better to comment the test. I’ll fix it later.

belozierov commented 4 years ago

Now it has Linux support)