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 z...@waldowski.me ___ swift-corelibs-dev maili

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

2018-01-12 Thread Lily Vulcano via swift-corelibs-dev
All, I’m looking for feedback on a proposal I'm working on for Foundation on Linux. On Darwin OSes, we are able to provide resources from system-installed bundles in /System and /Library and locate them through the various bundle APIs (CFBundle or Foundation’s Bundle class); on Linuxes, BSDs an