Re: [swift-evolution] [Accepted] SE-0048: Generic Type Aliases

2016-04-18 Thread Douglas Gregor via swift-evolution
> On Apr 16, 2016, at 4:12 PM, Chris Lattner wrote: > > >> On Apr 16, 2016, at 1:12 AM, Nicola Salmoria via swift-evolution >> wrote: >> >>> Proposal link: >>>

Re: [swift-evolution] [Accepted] SE-0048: Generic Type Aliases

2016-04-16 Thread Chris Lattner via swift-evolution
> On Apr 16, 2016, at 1:12 AM, Nicola Salmoria via swift-evolution > wrote: > >> Proposal link: >> https://github.com/apple/swift-evolution/blob/master/proposals/0048-generic-typealias.md >> >> The review of SE-0048 “Generic Type aliases” ran from March 24…29,

[swift-evolution] [Accepted] SE-0048: Generic Type Aliases

2016-04-16 Thread Nicola Salmoria via swift-evolution
> Proposal link: > https://github.com/apple/swift-evolution/blob/master/proposals/0048-generic-typealias.md > > The review of SE-0048 “Generic Type aliases” ran from March 24…29, 2016. The > proposal received overwhelmingly positive feedback and has now been > implemented for Swift 3. > > -

[swift-evolution] [Accepted] SE-0048: Generic Type Aliases

2016-04-14 Thread Douglas Gregor via swift-evolution
Proposal link: https://github.com/apple/swift-evolution/blob/master/proposals/0048-generic-typealias.md The review of SE-0048 “Generic Type aliases” ran from March 24…29, 2016. The proposal received overwhelmingly positive feedback and has now been implemented for Swift 3. - Doug