Skip to content

Swift 3 API parity for [NS]TimeZone & [NS]Calendar #609

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

Merged
merged 6 commits into from
Aug 30, 2016

Conversation

itaiferber
Copy link
Contributor

Pulls #602 and #608 into swift-3.0-branch

@itaiferber
Copy link
Contributor Author

@swift-ci Please test

@itaiferber
Copy link
Contributor Author

This failure is unrelated to these changes. I think something is going on with CI ATM — we had a separate, spurious build failure in CI a few minutes ago that seemed related to a configuration issue

@itaiferber
Copy link
Contributor Author

Going to try again soon

@@ -249,3 +292,7 @@ extension NSTimeZone {
}

}

extension NSNotification.Name {
public static let NSSystemTimeZoneDidChange = NSNotification.Name(rawValue: "NSSystemTimeZoneDidChangeNotification") // NSUnimplemented
Copy link
Contributor

Choose a reason for hiding this comment

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

@itaiferber, could you do me a favor and remove the raw value from this line? I think it's not supposed to be here (my mistake!). I'll create a PR to have it removed from master as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@xwu As in, the string value itself, or rawValue:?

Copy link
Contributor

@xwu xwu Aug 29, 2016

Choose a reason for hiding this comment

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

As in make it read public static let NSSystemTimeZoneDidChange = NSNotification.Name(rawValue: ""), since that seems to be what the project does for these.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@xwu No problem. I'm just going to let this CI pass run first before pushing the changes.

@itaiferber
Copy link
Contributor Author

@swift-ci Please test

@itaiferber
Copy link
Contributor Author

CI fails when trying to update-checkouts from Swift. This might have to do with the fact that this is on the swift-3.0-branch
Investigating

@itaiferber
Copy link
Contributor Author

CI job fixed and passed here
Merging

@itaiferber itaiferber merged commit ee868cc into swiftlang:swift-3.0-branch Aug 30, 2016
@itaiferber itaiferber deleted the pr-datetime-fixes branch August 30, 2016 16:17
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