Skip to content

NSSet/CFSet bridging #630

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
Sep 14, 2016
Merged

NSSet/CFSet bridging #630

merged 3 commits into from
Sep 14, 2016

Conversation

henrybetts
Copy link
Contributor

Implements the bridge between NSSet and CFSet in the same way as the other NSCF classes.
I believe that NSSet member() now behaves as expected, returning the actual object stored in the set, rather than the compared value.

Also includes a fix that allows bridged dictionaries to be copied.

@parkera
Copy link
Contributor

parkera commented Sep 13, 2016

@phausler can you take a look at this?

@parkera
Copy link
Contributor

parkera commented Sep 13, 2016

@henrybetts In the meantime, it would be great to add some test cases here.

@phausler
Copy link
Contributor

as a cursory glance this looks about right

@swift-ci Please test

@parkera parkera merged commit 70db425 into swiftlang:master Sep 14, 2016
@parkera
Copy link
Contributor

parkera commented Sep 14, 2016

Thanks!

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.

3 participants