Re: [swift-corelibs-dev] [Proposal] [Foundation] Allowing for system bundles on Linux

2018-01-16 Thread Zach Waldowski via swift-corelibs-dev
I have no horse in this race, but as a curiosity, what in `/share/.resources/` and `/libexec/.executables/` is not sufficiently described by `share` and `libexec`, respectively? Best, Zachary Waldowski [email protected] ___ swift-corelibs-dev maili

Re: [swift-corelibs-dev] NSURL getResourceValue

2016-03-31 Thread Zach Waldowski via swift-corelibs-dev
ceValue(forKey key: String) -> AnyObject throws > > The "NSURL resource value" API has 7 methods of which none exist in > SwiftFoundation. > > /Daniel > > > > > On 31 Mar 2016, at 15:37, Zach Waldowski via swift-corelibs-dev > > wrote: > >

Re: [swift-corelibs-dev] NSURL getResourceValue

2016-03-31 Thread Zach Waldowski via swift-corelibs-dev
You can't have AutoreleasingUnsafeMutablePointer without Objective-C interop. Zach On Thu, Mar 31, 2016, at 07:17 AM, Daniel Eggert via swift-corelibs-dev wrote: > What's the reason for the "resource value" API on NSURL not being present > in SwiftFoundation? > > /Daniel > > > func getResource