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

ci: Update to Swift 5.1, fix linter error #62

Merged
merged 3 commits into from
Oct 2, 2019
Merged

ci: Update to Swift 5.1, fix linter error #62

merged 3 commits into from
Oct 2, 2019

Conversation

djones6
Copy link
Contributor

@djones6 djones6 commented Sep 30, 2019

Updates .swift-version to Swift 5.1.

Also resolves a linter error relating to duplicate cases in the Algorithm enum. It appears the linter does not properly parse the #if definitions as the OS cases were mutually exclusive. However, the code blocks were identical, so I've removed the redundancy.

@djones6 djones6 requested a review from billabt October 1, 2019 10:56
Copy link
Collaborator

@billabt billabt left a comment

Choose a reason for hiding this comment

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

👍

@billabt billabt merged commit cfb12f1 into master Oct 2, 2019
@billabt billabt deleted the issue.swift51 branch October 2, 2019 13:44
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.

2 participants