[swift-dev] Swift Class Encoding Standard?

2016-10-31 Thread swizzlr via swift-dev
ng that handles the common case—top-level > non-generic types—and worry about the more complicated things later. > > Jordan > > > > > On Oct 27, 2016, at 6:54, swizzlr via swift-dev > swift.org>wrote: > > > > Swift Foundation has an incomplete impl

[swift-dev] Swift Class Encoding Standard?

2016-10-27 Thread swizzlr via swift-dev
Swift Foundation has an incomplete implementation of NSClassFromString/NSStringFromClass (link: https://github.com/apple/swift-corelibs-foundation/blob/master/Foundation/NSObjCRuntime.swift#L230-L282

Re: [swift-dev] Dockerized Swift, Build Times and Other Notes Regarding CI

2015-12-19 Thread swizzlr via swift-dev
This is great! On that note I think I will change the swiftdocker/swift-dev container to offer just a development dependency environment, in favour of the work you’re doing there for prebuilt stuff, and I’ll make a repo building off of what you’ve done there with different environments for a qui

[swift-dev] Dockerized Swift, Build Times and Other Notes Regarding CI

2015-12-18 Thread swizzlr via swift-dev
Hi all, I’ve been working on running Swift applications and building the Swift toolchain in docker containers. I’d like to share some thoughts and notes I’ve made, since they may be of interest to others. Especially to those of you stubbornly clinging to 10.10 on 2013 era Macbook Airs which hav