Re: [swift-dev] Unmanaged API flip flop

2016-07-05 Thread Jordan Rose via swift-dev
> On Jul 4, 2016, at 13:32, Kyle Jessup via swift-dev > wrote: > > 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 MyCl

[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