Skip to content
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

Merged
merged 17 commits into from
Sep 30, 2016
Merged

Support Swift 2.3 on Xcode 8 #771

merged 17 commits into from
Sep 30, 2016

Conversation

norio-nomura
Copy link
Collaborator

carthage update --no-build
By applying this, SourceKitten will use same version of `sourcekitd.framework` that running tests.
@jpsim
Copy link
Collaborator

jpsim commented Aug 23, 2016

Thanks @norio-nomura, let's wait for the upstream PRs to land.

@codecov-io
Copy link

codecov-io commented Sep 1, 2016

Current coverage is 89.28% (diff: 100%)

Merging #771 into master will increase coverage by 0.76%

@@             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          

Powered by Codecov. Last update 36b7955...8d9f32f

* 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
  ...
@norio-nomura
Copy link
Collaborator Author

I updated.

@norio-nomura norio-nomura changed the title [WIP] Support Swift 2.3 on Xcode 8 Support Swift 2.3 on Xcode 8 Sep 1, 2016
@norio-nomura
Copy link
Collaborator Author

Now, this PR's dependencies are updated by @ikesyo. 🙏
This will fix #815.

Copy link
Contributor

@scottrhoyt scottrhoyt left a 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 👍

@norio-nomura
Copy link
Collaborator Author

norio-nomura commented Sep 30, 2016

Thanks for review @scottrhoyt! 🙏

I added a CHANGELOG entry, but travis-ci does not yet start Xcode 7 job after 40 mins 1 hr since Xcode 8 job succeeded: https://travis-ci.org/realm/SwiftLint/builds/163941335.

So, I removed Xcode 7 job, because we can do since Xcode 8 has already been released.
That was not yet released when I opened this PR.

@norio-nomura norio-nomura merged commit 2380cdd into master Sep 30, 2016
@norio-nomura norio-nomura deleted the swift2.3 branch September 30, 2016 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants