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

[SR-929] Please implement NSString.init(format: String, locale: AnyObject?, arguments argList: CVaListPointer) #4543

Closed
swift-ci opened this issue Mar 13, 2016 · 3 comments

Comments

@swift-ci
Copy link
Contributor

Previous ID SR-929
Radar None
Original Reporter vadim (JIRA User)
Type Task
Status Closed
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Foundation
Labels Task
Assignee seabaylea (JIRA)
Priority Medium

md5: b513dda7ef0eb0d03686888d9849595d

Issue Description:

public convenience init(format: String, locale: AnyObject?, arguments argList: CVaListPointer) is not implemented in
https://github.com/apple/swift-corelibs-foundation/blob/master/Foundation/NSString.swift :

public convenience init(format: String, locale: AnyObject?, arguments argList: CVaListPointer) {
NSUnimplemented()
}

@swift-ci
Copy link
Contributor Author

Comment by Chris Bailey (JIRA)

I've started to take a look at this

@swift-ci
Copy link
Contributor Author

Comment by Chris Bailey (JIRA)

I've raised the following PR for this:
#286

@swift-ci
Copy link
Contributor Author

swift-ci commented Dec 6, 2016

Comment by Chris Bailey (JIRA)

Resolved on March 30th, and delivered in Swift 3.0.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 6, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant