Re: [swift-dev] State of Semantic ARC?

2017-07-11 Thread Johannes Weiß via swift-dev
Hi Michael and Bob, Thanks very much, that's really cool. Will a future version of Swift gain new annotations to control ownership directly within the Swift source? Oh and, is it possible (just to play around with) to enable the ownership verifier for more modules? Really excited about this :)

Re: [swift-dev] State of Semantic ARC?

2017-07-09 Thread Bob Wilson via swift-dev
> On Jul 8, 2017, at 10:36 AM, Johannes Weiß via swift-dev > wrote: > > Hi swift-dev, > > I haven't heard anything about semantic ARC and couldn't really find much > documentation besides > https://gottesmm.github.io/proposals/high-level-arc-memory-operations.html . > So I wanted to ask how

Re: [swift-dev] State of Semantic ARC?

2017-07-09 Thread Michael Gottesman via swift-dev
> On Jul 8, 2017, at 10:36 AM, Johannes Weiß via swift-dev > wrote: > > Hi swift-dev, > > I haven't heard anything about semantic ARC and couldn't really find much > documentation besides > https://gottesmm.github.io/proposals/high-level-arc-memory-operations.html . > So I wanted to ask how

[swift-dev] State of Semantic ARC?

2017-07-08 Thread Johannes Weiß via swift-dev
Hi swift-dev, I haven't heard anything about semantic ARC and couldn't really find much documentation besides https://gottesmm.github.io/proposals/high-level-arc-memory-operations.html . So I wanted to ask how much of it is implemented and what the plan for Swift 4/5 regarding Semantic ARC is.