-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Support Swift 2.3 on Xcode 8 #771
Conversation
carthage update --no-build
By applying this, SourceKitten will use same version of `sourcekitd.framework` that running tests.
Thanks @norio-nomura, let's wait for the upstream PRs to land. |
This is a workaround for running tests on Xcode 7.3.1 while `xcode-select` points Xcode 8 as active developer directory.
Current coverage is 89.28% (diff: 100%)@@ master #771 diff @@
==========================================
Files 81 81
Lines 2771 2773 +2
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 2453 2476 +23
+ Misses 318 297 -21
Partials 0 0
|
* master: (27 commits) Change `included` to `include` Update formatting fixup changelog entry from #789 add fix to CHANGELOG.md fix Mark rule case `// MARK: -` Update CHANGELOG Add unit test for issue #786 Fix #786: Private unit test rule not scoped to tests clarify that vertical_whitespace is on by default again fix for verticalspace regex bug fix setterAccesiblity typo Adding new configuration for private outlet rules to allow private(set) Add redundant nil coalesing operator rule release 0.12.0 make Vertical Whitespace rule opt-in move changelog entry to appropriate section Release 0.11.2 Fix long lines and unit test Fixed returns doc for init methods issue-557 Move CHANGELOG item to Breaking ...
I updated.
|
Update / Pin dependencies for Swift 2.3 support
Update to SourceKitten 0.14.1
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.
Looks good to me! Thanks @norio-nomura 👍
Thanks for review @scottrhoyt! 🙏 I added a CHANGELOG entry, but travis-ci does not yet start Xcode 7 job after So, I removed Xcode 7 job, because we can do since Xcode 8 has already been released. |
Depends on jpsim/SourceKitten#239 and scottrhoyt/SwiftyTextTable#11