Skip to content

rdar://problem/27651717 Make bridged String and collection types conform to CVarArg. #4000

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

Conversation

jckarter
Copy link
Contributor

@jckarter jckarter commented Aug 4, 2016

This allows String, Array, Dictionary, and Set to be passed as variadic arguments to Cocoa APIs like NSLog, NSPredicate, stringWithFormat:, etc. rdar://problem/27651717

This allows String, Array, Dictionary, and Set to be passed as variadic arguments to Cocoa APIs like NSLog, NSPredicate, stringWithFormat:, etc. rdar://problem/27651717
@jckarter
Copy link
Contributor Author

jckarter commented Aug 4, 2016

@swift-ci Please smoke test

@jckarter jckarter changed the title Make bridged String and collection types conform to CVarArg. rdar://problem/27651717 Make bridged String and collection types conform to CVarArg. Aug 4, 2016
@jckarter
Copy link
Contributor Author

jckarter commented Aug 4, 2016

@gribozavr Here is #3974 rebased on 3.0. Does this look good for Swift 3?

@gribozavr
Copy link
Contributor

@jckarter Thanks, LGTM for Swift 3.

@tkremenek
Copy link
Member

@swift-ci test os x

@jckarter
Copy link
Contributor Author

jckarter commented Aug 5, 2016

@tkremenek OS X tests passed. Would you be able to merge this for me, or should I run the full Linux test suite first?

@tkremenek tkremenek merged commit f1fd488 into swiftlang:swift-3.0-branch Aug 5, 2016
@jckarter jckarter deleted the cvararg-post-0072-3.0 branch August 5, 2016 20:40
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