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

fix: Updating to swift 4 #10

Merged
merged 7 commits into from Mar 21, 2018
Merged

fix: Updating to swift 4 #10

merged 7 commits into from Mar 21, 2018

Conversation

EnriqueL8
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Mar 21, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@c11917c). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #10   +/-   ##
========================================
  Coverage          ?   70.8%           
========================================
  Files             ?       4           
  Lines             ?     274           
  Branches          ?       0           
========================================
  Hits              ?     194           
  Misses            ?      80           
  Partials          ?       0
Flag Coverage Δ
#SwiftKuerySQLite 70.8% <ø> (?)

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 c11917c...b613c29. Read the comment docs.

@EnriqueL8 EnriqueL8 changed the title fix: Update .swift-version to swift 4 fix: Updating to swift 4 Mar 21, 2018
@djones6 djones6 self-requested a review March 21, 2018 15:48
.swift-version Outdated
@@ -1 +1 @@
3.1
4.0
Copy link
Contributor

Choose a reason for hiding this comment

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

4.0.3?


script:
- ./build.sh
- ./Package-Builder/build-package.sh -projectDir $TRAVIS_BUILD_DIR
Copy link
Contributor

Choose a reason for hiding this comment

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

I understand the only difference between build.sh and invoking build-package.sh directly was in the Docker case, and we've already removed the docker build, so this seems okay.

.travis.yml Outdated
env: SWIFT_SNAPSHOT=$SWIFT_4_DEV_SNAPSHOT
- os: osx
osx_image: xcode8.3
sudo: required
- os: osx
osx_image: xcode9
Copy link
Contributor

Choose a reason for hiding this comment

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

You should be able to use xcode9.2 with Swift 4.0.3

@djones6 djones6 merged commit 2b65669 into Kitura:master Mar 21, 2018
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.

None yet

3 participants