> 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
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
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
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
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
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
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
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: