Skip to content

Comments

update to swift 4.2#880

Closed
moldovaniosif wants to merge 2 commits intoMessageKit:masterfrom
TAGonSoft:master
Closed

update to swift 4.2#880
moldovaniosif wants to merge 2 commits intoMessageKit:masterfrom
TAGonSoft:master

Conversation

@moldovaniosif
Copy link
Contributor

What does this implement/fix? Explain your changes.

Update project to support swift 4.2.

Does this close any currently open issues?

No.

Any relevant logs, error output, etc?

Any other comments?

Where has this been tested?

Devices/Simulators: iPhone 7, Simulator 7, X;

iOS Version: 12.0

Swift Version: 4.2

MessageKit Version: 1.0.0

// MARK: - Properties

open let triangleView = UIView()
public let triangleView = UIView()

Choose a reason for hiding this comment

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

“open” is now simply “more public than public”, providing a very simple and clean model.

@aaronhuisinga
Copy link

Definitely could used this merged. Unable to compile in Xcode 10 without the update to Swift 4.2.

@nathantannar4
Copy link
Member

Tests failing

Sent with GitHawk

@brandon-haugen
Copy link
Contributor

@nathantannar4, it looks like this is only failing because it’s using Xcode 9 (which does not support Swift 4.2) instead of using Xcode 10 during CircleCI builds.

@nathantannar4
Copy link
Member

Correct, the CircleCi file needs to be updated along with this PR. Also, target branch should be development not master @moldovaniosif. Please make sure your changes are rebased onto development as we already have pending changes

Sent with GitHawk

@brandon-haugen
Copy link
Contributor

@nathantannar4 thank you! I wasn’t sure what need to be done to update Circle CI to use the updated version of Xcode. I meant to add that in my first comment since others might not be familiar with Circle CI either.

Sent with GitHawk

@nathantannar4 nathantannar4 mentioned this pull request Sep 29, 2018
@SD10
Copy link
Member

SD10 commented Sep 29, 2018

Closing in favor of #883. @moldovaniosif appreciate you taking the time to do this 💪 Sent you an invite to the MessageKit org

@SD10 SD10 closed this Sep 29, 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.

6 participants