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
Attachment: Download
Swift 5 / Xcode 10.2 beta
md5: 10f33275ccf292b14b8817721479ab56
Issue Description:
Swift seems to be forcing me to replace some `nil`s with `.none`s today, whereas Swift 4.2 is fine with `nil`.
The text was updated successfully, but these errors were encountered:
Thanks for filing!
Sorry, something went wrong.
This is very interesting, for some reason conversion from `((Verify) -> Void)?` to `Process<Verify>?` fails.
Just checked the sample on Xcode 11.4, seems to be fixed already so I think this could be resolved cc @xedin
Thank you, @LucianoPAlmeida! Looks like this indeed has been fixed in Xcode 11.4. Jessy (JIRA User) Could you please verify?
Comment by Jessy Catterwaul (JIRA)
Yes. All good now
No branches or pull requests
Attachment: Download
Environment
Swift 5 / Xcode 10.2 beta
Additional Detail from JIRA
md5: 10f33275ccf292b14b8817721479ab56
Issue Description:
Swift seems to be forcing me to replace some `nil`s with `.none`s today, whereas Swift 4.2 is fine with `nil`.
The text was updated successfully, but these errors were encountered: