-
Notifications
You must be signed in to change notification settings - Fork 123
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
Migrated project to Swift 5 #86
Conversation
Required updating Quick to 2.x and Nimble to 8.x
@jjatie Thanks, the hardest part is deciding to do a new major, as it feels it is time to follow suit of Quick/Nimble and drop Swift 3.x as both of these Libs no longer support it. Although you should be able to fix your PR to ensure 4.x runs. Not ready to drop that yet. (Ah this may be building...) Will come back in a bit to check. |
@cocojoe I'm not sure why the iOS builds are failing. My only guess is that it might have something to do with the Carthage caching? |
@cocojoe Regarding dropping Swift 3 support seems like the obvious choice. It would require work just to be able to support tests for Swift 3. Swift 4 has been around for over 1.5 years. |
I remember seeing it in https://github.com/Quick/Nimble/releases/tag/v8.0.0 |
Hello, what is the status of this pull request? |
Tests don't pass, it will not be accepted like this. |
Thanks for the PR, I had a pass on this in #88 |
Changes
References
Testing
No code changes made. All unit test still build and pass.
Checklist