[swift-corelibs-dev] removal of NSURL.filePathURL as it serves no purpose without file reference URL in Linux

2016-05-07 Thread Bhaktavatsal R Maram via swift-corelibs-dev
Hi,I'm working on implementation of unimplemented properties in NSURL.swift.public var filePathURL: NSURL?As per specification[1] which says "If the receiver is a file reference URL, this property contains a copy of the URL converted to a file path URL. If the receiver’s URL is a file path URL,

Re: [swift-corelibs-dev] removal of NSURL.filePathURL as it serves no purpose without file reference URL in Linux

2016-05-07 Thread Rainer Brockerhoff via swift-corelibs-dev
On 5/7/16 08:07, Bhaktavatsal R Maram via swift-corelibs-dev wrote: > I'm working on implementation of unimplemented properties in NSURL.swift. > > /public var filePathURL: NSURL?/ > > As per specification[1] which says "If the receiver is a file reference URL, > this property contains a copy of