Skip to content

Added 4.1 support, fixes warnings#34

Merged
djones6 merged 1 commit intomasterfrom
issue.fixWarnings
Apr 12, 2018
Merged

Added 4.1 support, fixes warnings#34
djones6 merged 1 commit intomasterfrom
issue.fixWarnings

Conversation

@KyeMaloy97
Copy link
Copy Markdown
Contributor

@KyeMaloy97 KyeMaloy97 commented Apr 10, 2018

  • Adds full 4.1 support by fixing compiler warnings and updating .swift-version file
  • Updates .travis.yml to build tests using Xcode 9.3 and adds Linux testing for 4.0.3

@KyeMaloy97 KyeMaloy97 requested a review from djones6 April 10, 2018 12:42
Copy link
Copy Markdown
Contributor

@ianpartridge ianpartridge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need to test on Swift 4.0.3

@codecov-io
Copy link
Copy Markdown

codecov-io commented Apr 10, 2018

Codecov Report

Merging #34 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   91.51%   91.51%           
=======================================
  Files           9        9           
  Lines         495      495           
=======================================
  Hits          453      453           
  Misses         42       42
Flag Coverage Δ
#KituraWebSocket 91.51% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 09c030f...2edfa98. Read the comment docs.

.travis.yml Outdated
osx_image: xcode9.2
sudo: required

env: SWIFT_SNAPSHOT=swift-4.0.3-RELEASE
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be env: SWIFT_SNAPSHOT=4.0.3.

.travis.yml Outdated
osx_image: xcode9.2
sudo: required

env: SWIFT_SNAPSHOT=swift-4.0.3
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope: env: SWIFT_SNAPSHOT=4.0.3

@@ -21,10 +21,13 @@ matrix:
- os: linux
dist: trusty
sudo: required
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also define a Linux build with Swift 4.0.3?

@ianpartridge
Copy link
Copy Markdown
Contributor

LGTM - @djones6 please review and merge if happy.

@djones6 djones6 merged commit d3a6625 into master Apr 12, 2018
@djones6 djones6 deleted the issue.fixWarnings branch April 12, 2018 12:31
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.

4 participants