Re: [swift-corelibs-dev] Swift Shims

2016-08-03 Thread Brent Royal-Gordon via swift-corelibs-dev
> On Aug 3, 2016, at 8:39 PM, Fernando Rodríguez via swift-corelibs-dev > wrote: > > I'm having some trouble understanding what on Earth SwiftShims are. The name > probably makes it obvious to native English speakers, but it's not helping > me... > > Could someone please enlighten me? "Shim

Re: [swift-corelibs-dev] Swift Shims

2016-08-03 Thread Dmitri Gribenko via swift-corelibs-dev
On Wed, Aug 3, 2016 at 8:39 PM, Fernando Rodríguez wrote: > > Hi, > > I'm having some trouble understanding what on Earth SwiftShims are. The name > probably makes it obvious to native English speakers, but it's not helping > me... SwiftShims is a private interface between the standard library

[swift-corelibs-dev] Swift Shims

2016-08-03 Thread Fernando Rodríguez via swift-corelibs-dev
Hi, I'm having some trouble understanding what on Earth SwiftShims are. The name probably makes it obvious to native English speakers, but it's not helping me... Could someone please enlighten me? Thanks! FRR ___ swift-corelibs-dev mailing list swift

Re: [swift-corelibs-dev] Wrapping up Swift 3 for swift-corelibs

2016-08-03 Thread Brian Gesiak via swift-corelibs-dev
Speaking of JIRA tasks, I remembered this morning that the versions of swift-corelibs-foundation and swift-corelibs-xctest expose public API that does not exist in their Apple counterparts. This is because of a bug in the linker that prevents us from marking attributes as private: - https://bugs.s

Re: [swift-corelibs-dev] Wrapping up Swift 3 for swift-corelibs

2016-08-03 Thread Daniel Dunbar via swift-corelibs-dev
Can someone file a bug to track how we are going to resolve this issue, and outline our options? I want to make sure we have enough eyes on it to make sure we get what we need for Swift 3. - Daniel > On Aug 1, 2016, at 3:08 AM, Chris Bailey wrote: > > I had a quick conversation with Daniel D

Re: [swift-corelibs-dev] swift-corelibs-dev Digest, Vol 9, Issue 3

2016-08-03 Thread Adrian Brink via swift-corelibs-dev
On Wednesday, 3 August 2016, wrote: > Send swift-corelibs-dev mailing list submissions to > swift-corelibs-dev@swift.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.swift.org/mailman/listinfo/swift-corelibs-dev > or, via email, send a message wit

[swift-corelibs-dev] Query on Bundle.unload()

2016-08-03 Thread Sai Kanduri via swift-corelibs-dev
Hi All,   I am trying to implement the unload() method in Bundle.The API document says that “unload dynamically unloads the executable which is supported from OS X v10.5 and later)”. I am wondering whether its applicable  on linux ? If its applicable can  CFBundleUnloadExecutable be used to unload

Re: [swift-corelibs-dev] Can't build corelibs-libdispatch on OS X

2016-08-03 Thread Chris Bailey via swift-corelibs-dev
Hi Kevin: Unless something has changed very recently, Its not currently possible to build swift-corelibs-libdispatch on OSX - the build process works on Linux only. Chris From: Kevin Ballard via swift-corelibs-dev To: swift-corelibs-dev@swift.org Date: 02/08/2016 22:23 Subject: