Re: [swift-dev] [semantic-arc][proposal] High Level ARC Memory Operations

2016-10-06 Thread John McCall via swift-dev
> On Oct 5, 2016, at 4:48 PM, Michael Gottesman wrote: >> On Oct 5, 2016, at 4:40 PM, Michael Gottesman via swift-dev >> > wrote: >> >>> >>> On Oct 4, 2016, at 1:04 PM, John McCall >>

Re: [swift-dev] KVO Context Param

2016-10-06 Thread Jordan Rose via swift-dev
Hi, Tyler. Swift doesn't guarantee stable addresses for anything but top-level and static variables, so you'd have to declare a 'var' to make a valid KVO context anyway. It's not a great situation, but it's unlikely to change any time soon. Jordan > On Oct 6, 2016, at 14:07, Tyler Stromberg

Re: [swift-lldb-dev] Swift LLDB Feature Support

2016-10-06 Thread Jim Ingham via swift-lldb-dev
> On Oct 5, 2016, at 5:01 PM, Jessie Serrino via swift-lldb-dev > wrote: > > Hi Swift LLDB, > > First of all, thanks to some of you for being so responsive! > > After playing around a bit with the LLDB build, we had some feature requests > for the next version of

[swift-dev] preprocessor and warnings for deprecated APIs...

2016-10-06 Thread Martine Habib via swift-dev
Hello! I am working on porting my iOS app to iOS 10, using the new Notification framework. However, I still want it to work on iOS 9.*. So, I invoke both frameworks within if blocks. When I switch to iOS 10 deployment, I get a series of "deprecated" warnings on the old API. Is there a way in

[swift-lldb-dev] Swift LLDB Feature Support

2016-10-06 Thread Jessie Serrino via swift-lldb-dev
Hi Swift LLDB, First of all, thanks to some of you for being so responsive! After playing around a bit with the LLDB build, we had some feature requests for the next version of LLDB. First and foremost, we’d like to be able to execute multi-line expressions through *expression*, and create