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-8796] Implement EnumerateDates for NSCalendar #3634

Closed
swift-ci opened this issue Sep 19, 2018 · 2 comments
Closed

[SR-8796] Implement EnumerateDates for NSCalendar #3634

swift-ci opened this issue Sep 19, 2018 · 2 comments

Comments

@swift-ci
Copy link
Contributor

Previous ID SR-8796
Radar None
Original Reporter andrewangeta (JIRA User)
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 6
Component/s Foundation
Labels Bug
Assignee None
Priority Medium

md5: bce019e04727648aaef5b26dd51b513b

Issue Description:

When using enumerateDates in a linux environment I get a crash at this line

open func enumerateDates(startingAfter start: Date, matching comps: DateComponents, options opts: NSCalendar.Options = [], using block: (Date?, Bool, UnsafeMutablePointer<ObjCBool>) -> Swift.Void) {
NSUnimplemented()
}

Any plans to implement this? Would love to see it available in swift 5 branch.

@weissi
Copy link
Member

weissi commented Nov 3, 2018

@swift-ci create

@spevans
Copy link
Collaborator

spevans commented Nov 13, 2018

This was done in a recent PR https://github.com/apple/swift-corelibs-foundation/pull/1755/files

open func enumerateDates(startingAfter start: Date, matching comps: DateComponents, options opts: NSCalendar.Options = [], using block: (Date?, Bool, UnsafeMutablePointer<ObjCBool>) -> Swift.Void) {

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 5, 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

3 participants