Re: [swift-corelibs-dev] Implementing HTTPCookieStorage

2017-01-20 Thread Tony Parker via swift-corelibs-dev
Yup, I think that makes sense. I started an implementation a bit ago but didn’t get very far before I got derailed onto some other topics. I’ll see if I can clean it up and put it somewhere as a starting point. - Tony > On Jan 20, 2017, at 2:31 AM, Pushkar N Kulkarni

Re: [swift-corelibs-dev] Documentation and coding style

2017-01-20 Thread Tony Parker via swift-corelibs-dev
Hi Sergej, > On Jan 20, 2017, at 6:24 AM, Sergej Jaskiewicz via swift-corelibs-dev > wrote: > > 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

Re: [swift-corelibs-dev] Asynchronous Operations

2017-01-20 Thread Philippe Hausler via swift-corelibs-dev
> On Jan 20, 2017, at 7:55 AM, Ian Partridge via swift-corelibs-dev > wrote: > > On Darwin, asynchronous usage of Operation is supported via KVO notifications. > > Because KVO is only available on Darwin platforms, swift-corelibs-foundation > currently does not

Re: [swift-corelibs-dev] Asynchronous Operations

2017-01-20 Thread Matthew Johnson via swift-corelibs-dev
> On Jan 20, 2017, at 9:55 AM, Ian Partridge via swift-corelibs-dev > wrote: > > On Darwin, asynchronous usage of Operation is supported via KVO notifications. > > Because KVO is only available on Darwin platforms, swift-corelibs-foundation > currently does not

[swift-corelibs-dev] Asynchronous Operations

2017-01-20 Thread Ian Partridge via swift-corelibs-dev
On Darwin, asynchronous usage of Operation is supported via KVO notifications. Because KVO is only available on Darwin platforms, swift-corelibs-foundation currently does not support asychronous Operations, and there is a comment to that effect:

Re: [swift-corelibs-dev] NSString.isAbsolutePath inconsistency

2017-01-20 Thread Nethra Ravindran via swift-corelibs-dev
Hi Tony and Philippe, I can now see that it is available in swift-3.1 branch. Sorry for the confusion. - Nethra Ravindran On Fri, Jan 20, 2017 at 3:53 AM, Tony Parker wrote: > Hi Nethra, > > If this was in master sometime before this past Tuesday, it should be >

Re: [swift-corelibs-dev] Implementing HTTPCookieStorage

2017-01-20 Thread Pushkar N Kulkarni via swift-corelibs-dev
Hi Tony, Will, others: Apologies for bringing this up after a long time!I hope we still agree on the use of the "XDG Base Directory Specification". I did a quick read of the spec document. I am happy to file a JIRA report for this.The scope, as I understand it is: CoreFoundation will implement the