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

Migration to Swift 3 #5

Merged
merged 10 commits into from Oct 11, 2016
Merged

Migration to Swift 3 #5

merged 10 commits into from Oct 11, 2016

Conversation

olejnjak
Copy link
Member

@olejnjak olejnjak commented Oct 7, 2016

Now uses dependency to ReactiveSwift 1.0.0-alpha.1 as it's the only ReactiveSwift version that is available in the Cocoapods master repo. Should be fixed when final version is released.

@olejnjak olejnjak assigned olejnjak, ackdom and pteasima and unassigned olejnjak and ackdom Oct 7, 2016
Copy link
Contributor

@pteasima pteasima left a comment

Choose a reason for hiding this comment

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

please rename RegionState to RegionEvent

public enum LocationError: ErrorType {
case LocationError(CLError)
public enum LocationError: Error {
case locationError(CLError.Code)
}

public enum RegionState {
Copy link
Contributor

Choose a reason for hiding this comment

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

This wasnt changed in this PR, but I think this enum represents a RegionEvent, not a RegionState. Maybe now is a good time to make this breaking change?

@pteasima pteasima merged commit 106f604 into master Oct 11, 2016
@olejnjak olejnjak deleted the jo/swift3 branch October 14, 2016 08:34
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