Skip to content

Update for Swift 3#91

Merged
mattrubin merged 47 commits into
swift-3from
swift-3.0
Sep 20, 2016
Merged

Update for Swift 3#91
mattrubin merged 47 commits into
swift-3from
swift-3.0

Conversation

@mattrubin

@mattrubin mattrubin commented Sep 20, 2016

Copy link
Copy Markdown
Owner

Merge in the latest changes from the Swift 2.3 branch, and update the code for compatibility with the Swift 3.0 release.

Fixes #85

mattrubin and others added 30 commits July 22, 2016 02:00
Add spaces between parameter names and arguments and remove extra newlines at the beginning of types.
Updating to recommended xcode 8 project settings
Update SwiftLint configuration
Update the note regarding keychain tests on iOS 10
Maintain one test with Xcode 7.3 and Swift 2.2
Update Travis configuration to use Xcode 8
Comment thread Sources/Generator.swift Outdated
// Take 4 bytes from the hash, starting at the given byte offset
let truncatedHashPtr = ptr + Int(offset)
let truncatedHash = UnsafePointer<UInt32>(truncatedHashPtr).pointee
let truncatedHash = truncatedHashPtr.withMemoryRebound(to: UInt32.self, capacity: 1, { $0.pointee })

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Line Length Violation: Line should be 100 characters or less: currently 112 characters (line_length)

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Fixed in 4b6b8df

@codecov-io

codecov-io commented Sep 20, 2016

Copy link
Copy Markdown

Current coverage is 91.64% (diff: 100%)

No coverage report found for swift-3 at 121118f.

Powered by Codecov. Last update 121118f...0ac7fa8

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