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
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
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
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