Re: [swift-corelibs-dev] NSOrderedMutableSet subscript setter

2017-03-14 Thread Tony Parker via swift-corelibs-dev
Hi Richard, I suspect the importer must be adding this due to the presence of API like objectAtIndex: on the NSOrderedSet API. If we’re missing it in swift-corelibs-foundation but it exists on Darwin, we should add it. - Tony > On Mar 14, 2017, at 7:02 AM, Richard Wei via swift-corelibs-dev

[swift-corelibs-dev] NSOrderedMutableSet subscript setter

2017-03-14 Thread Richard Wei via swift-corelibs-dev
Hello corelibs-dev, There is a subscript setter in `NSOrderedMutableSet` on Darwin platforms but not on Linux. Neither does the setter exist in Developer Documentation or swft-corelibs-foundation. Is it implicitly bridged from ObjC somehow? -Richard

Re: [swift-corelibs-dev] URLSession test fest!

2017-03-14 Thread Pushkar N Kulkarni via swift-corelibs-dev
Thanks Tony. I revisited your first email in this regard and a standalone tool sounds like the better idea here, given we'd want to try all possible configurations of URLSession and also possibly subject it to some stress.Pushkar N Kulkarni, IBM RuntimesSimplicity is prerequisite for reliability -