-
Notifications
You must be signed in to change notification settings - Fork 44
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
Apply migration to Swift 4 #160
Apply migration to Swift 4 #160
Conversation
Generated by 🚫 Danger |
Sorry for the multiple commits, I didn't expect Travis to complain that much... |
Added Swift version file. Moved Swift version to Project instead of Targets. Updated dependencies. Fixed SwiftLint errors. Splitted Router tests between multiple files. Renamed some variables in tests.
Codecov Report
@@ Coverage Diff @@
## master #160 +/- ##
=======================================
Coverage 99.58% 99.58%
=======================================
Files 10 10
Lines 481 481
=======================================
Hits 479 479
Misses 2 2 |
Hi @MP0w, Will you be able to review my PR at some point? Thanks in advance for your answer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ty for the PR, I see you moved around some specs and eventually added some. Could you separate it from the swift 4 PR (opening another PR) and explain the reason? Thanks
|
||
@testable import Kakapo | ||
|
||
class RouterMultipleTests: QuickSpec { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't these specs already covered in the Router specs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They were, I haven't added new
specs, I just splat the existing one into multiple files to simplify the reading and to prevent SwiftLint from failing
the build.
But if you prefer this to come from another PR, I think I should be able to make it happen.
Hey @Ethenyl @MP0w sorry didn't get to this in time - I believe we should still attempt to merge it; can I help? Do you want me to review it? |
Hi @joanromano, It's been a while since I gave a look to this PR... If you want you can review it, I'll also try to upgrade to Swift 4.1 (if possible without breaking the CI) when I have some time. |
Hi @Ethenyl I have checked the PR and I have some questions:
Other than that I am happy to review and merge only changes corresponding to a Swift 4 migration. |
Implements #158.
Changelog
Added Swift version file.
Moved Swift version to Project instead of Targets.
Updated dependencies.
Fixed SwiftLint errors.
Splitted Router tests between multiple files.
Renamed some variables in tests.