Re: [swift-corelibs-dev] Foundation and NSDecimal

2016-09-28 Thread Kenny Leung via swift-corelibs-dev
I would also say that this should not be marked as @discardableResult, since its only purpose is to report back yes or no, it would be kind of suspicious if the it wasn’t used. -Kenny > On Sep 27, 2016, at 5:34 AM, Alex Blewitt via swift-corelibs-dev > wrote: > > The Framework function >

Re: [swift-corelibs-dev] Implementing HTTPCookieStorage

2016-11-07 Thread Kenny Leung via swift-corelibs-dev
I’m for locating it in the same place on all platforms. In general, I’m tired of digging around in different places for stuff depending on which flavor I’m using. -Kenny > On Nov 7, 2016, at 2:45 PM, Tony Parker via swift-corelibs-dev > wrote: > > Hi Pushkar, > > Good question. If this wer

Re: [swift-corelibs-dev] NSSortDescriptor implementation

2017-01-16 Thread Kenny Leung via swift-corelibs-dev
I don’t think it’s possible to implement NSSortDescriptor without KeyValueCoding, which is not possible with the current Swift. -Kenny > On Jan 13, 2017, at 9:31 AM, Sergej Jaskiewicz via swift-corelibs-dev > wrote: > > Hello, Swift community. > > I would like to participate in implementing