Re: [swift-corelibs-dev] NSThread properties

2015-12-17 Thread Joseph Bell via swift-corelibs-dev
Thanks Tony, https://bugs.swift.org/browse/SR-303 has been filed. On Thu, Dec 17, 2015 at 8:53 PM, Tony Parker wrote: > Hi Joe, > > Looks like an oversight. We should add them. > > - Tony > > On Dec 17, 2015, at 6:45 PM, Joseph Bell via swift-corelibs-dev < > swift-corelibs-dev@swift.org> wrote:

Re: [swift-corelibs-dev] NSThread properties

2015-12-17 Thread Tony Parker via swift-corelibs-dev
Hi Joe, Looks like an oversight. We should add them. - Tony > On Dec 17, 2015, at 6:45 PM, Joseph Bell via swift-corelibs-dev > wrote: > > Reading the Status page I see that NSThread is "fully implemented", yet. when > looking at the code and verifying by compiling, none of the properties: >

[swift-corelibs-dev] NSThread properties

2015-12-17 Thread Joseph Bell via swift-corelibs-dev
Reading the Status page I see that NSThread is "fully implemented", yet. when looking at the code and verifying by compiling, none of the properties: executing finished cancelled are implemented. Is this an oversight or was it decided to not implement these properties? Double-checking before I