Re: [swift-evolution] [swift-evolution-announce] [Review] SE-0069: Mutability and Foundation Value Types

2016-04-27 Thread Philippe Hausler via swift-evolution
I haven't tried to directly replace them yet but I would imagine that in order to replicate behavior some of the reference types will still be needed. That being said, other classes may no longer have any real value (not fully intended to be a pun) since types like NSDate are just simple

Re: [swift-evolution] [swift-evolution-announce] [Review] SE-0069: Mutability and Foundation Value Types

2016-04-25 Thread David Waite via swift-evolution
Comments: - The sentences "These new struct types will be implemented in the Swift overlay. Immutable/mutable pairs (e.g. Data and MutableData) will become one mutable struct type” are a duplicate and may be a copy/paste error. - I am unsure when a new struct type contains a mutable or

Re: [swift-evolution] [swift-evolution-announce] [Review] SE-0069: Mutability and Foundation Value Types

2016-04-25 Thread Matthew Johnson via swift-evolution
Enormous +1. This is a no-brainier IMO. I am really happy to see this being tackled in the Swift 3 timeframe. Sent from my iPad > On Apr 25, 2016, at 12:27 PM, Chris Lattner wrote: > > Hello Swift community, > > The review of "SE-0069: Mutability and Foundation Value