-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Upgrade Swift 5 & fix warnings #1081
Conversation
- Update Swift version to 5 - XCode automaticly created IDEWorkspaceChecks.plist after update it - Delete SWIFT_SWIFT3_OBJC_INFERENCE from project.pbxproj
- Fix `hashValue` to `hasher(into: )` in MappableExtensionsTests.swift - Fix warnings related to `try?` declaration in ImmutableTests, MapContextTests, PerformanceTests
Travis fails because of invalid options PTAL @tristanhimmelman 🚀 -> Travis CI invalid options issue |
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.
Please change swift language version for all targets. Currently, only iOS and iOSTests targets has been changed.
🚀 PTAL @gcharita |
any update on this? |
If you rebase this to get CI passing I will approve and merge |
Merge master to emrcftci/master
- Revert accidently created commit from another pull-request -> tristanhimmelman#1081
Description
Upgrade Swift version to 5
Fix warnings related to Swift 5
Motivation and Context
We will be compatible with the Swift 5,
We will solve warnings
after this pull-request merge.
What kind of change does this PR introduce?