[swift-dev] Unmanaged API flip flop

2016-07-04 Thread Kyle Jessup via swift-dev
I have this code which uses Unmanaged and the API seems to vary depending on if I am using a 3.0 Preview or a development snapshot. I see it now when trying the June 13th/27th preview vs June 20th snapshot. class MyClass {} let holderObject = MyClass() #if FLIP // works with PREVIEW le

Re: [swift-dev] large dictionary literal overflows swiftc stack

2016-03-22 Thread Kyle Jessup via swift-dev
> Ok I will test with swift 3, but just to avoid any confusion I am not a > developer on PerfectLib. I am! Admittedly, that dictionary contains many obsolete mime type mappings which could be pruned (anyone serving Lotus 1-2-3 files?). However, 816 items is not an absurdly large number so it’s