Skip to content

Parity: NSCoding: NSCharacterSet #2233

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 3 commits into from
May 10, 2019
Merged

Parity: NSCoding: NSCharacterSet #2233

merged 3 commits into from
May 10, 2019

Conversation

millenomi
Copy link
Contributor

  • Split initialization for CFCharacterSet so we can use it in init?(coder:)

  • Make CFCharacterSetPriv.h available to Swift so we can use its helpers to encode and decode as we do on Darwin.

 - Split initialization for CFCharacterSet so we can use it in init?(coder:)

 - Make CFCharacterSetPriv.h available to Swift so we can use its helpers to encode and decode as we do on Darwin.
@millenomi
Copy link
Contributor Author

@swift-ci please test

@millenomi
Copy link
Contributor Author

This may require a CMakeLists.txt change to make the header visible — let's see if it compiles.

@@ -383,4 +356,48 @@ class TestCharacterSet : XCTestCase {
// complete.
allowIncompleteHashing: true)
}

let fixtures = [
// Fixtures.characterSetEmpty,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This isn't right, whoops.

@millenomi
Copy link
Contributor Author

@swift-ci please test

1 similar comment
@millenomi
Copy link
Contributor Author

@swift-ci please test

@millenomi
Copy link
Contributor Author

@swift-ci please test

2 similar comments
@millenomi
Copy link
Contributor Author

@swift-ci please test

@millenomi
Copy link
Contributor Author

@swift-ci please test

@millenomi
Copy link
Contributor Author

@millenomi millenomi merged commit a3ab9e1 into swiftlang:master May 10, 2019
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.

1 participant