[swift-corelibs-dev] Cutting new branch

2016-11-18 Thread Nicole Jacque via swift-corelibs-dev
Hi All- We will be cutting a new branch today: "swift-3.1-branch" in order to begin setting up testing infrastructure and stabilization efforts. There will be additional information about the release and branching in the near future, however for now, you can safely ignore this branch. We

Re: [swift-corelibs-dev] Implementing Bundle.init(for aClass: AnyClass)

2016-11-18 Thread Tony Parker via swift-corelibs-dev
Hi Mamatha, > On Nov 18, 2016, at 3:03 AM, Mamatha Busi via swift-corelibs-dev > wrote: > > Hi > > > > init(for aClass: AnyClass) is an unimplemented API on Linux. I am exploring > around this to implement the same and have a couple of queries: > > > > ->

[swift-corelibs-dev] Implementing Bundle.init(for aClass: AnyClass)

2016-11-18 Thread Mamatha Busi via swift-corelibs-dev
Hiinit(for aClass: AnyClass) is an unimplemented API on Linux. I am exploring around this to implement the same and have a couple of queries:-> In the context of Linux platform, how relevant is this API for loading bundles dynamically? -> In a Bundle, how do I go about getting information on the