[swift-corelibs-dev] NSSortDescriptor implementation

2017-01-13 Thread Sergej Jaskiewicz via swift-corelibs-dev
Hello, Swift community. I would like to participate in implementing NSSortDescriptor. Has anybody already been doing anything with this part of Foundation? If not, I’d be glad to take this task and see what I can come up with. Is there anything I should know before I start? I mean some unobviou

[swift-corelibs-dev] Documentation and coding style

2017-01-20 Thread Sergej Jaskiewicz via swift-corelibs-dev
Hello everyone. I have a couple of questions about the core libraries that I think would be interesting to discuss. The first question is about documentation comments. From what I can see in the repos and what the core team members say, those libraries lack them a lot. Maybe some of you have a

[swift-corelibs-dev] Mark NSUnimplemented functions as unavailable.

2017-05-10 Thread Sergej Jaskiewicz via swift-corelibs-dev
I was wondering why cannot we just mark all the methods/properties/functions in Swift Foundation that are NSUnimplemented or call a subroutine that is NSUnimplemented like this: @available(*, unavailable, message: “foo is not implemented yet”) func foo() { NSUnimplemented() } In this case we c

Re: [swift-corelibs-dev] Mark NSUnimplemented functions as unavailable.

2017-05-10 Thread Sergej Jaskiewicz via swift-corelibs-dev
tire call may fail with the >> assert, but at least we have part of the implementation in place. >> >> - Tony >> >>> On May 10, 2017, at 4:01 PM, Sergej Jaskiewicz via swift-corelibs-dev >>> wrote: >>> >>> I was wondering why cannot we