Re: [swift-users] Workaround for generics not currently supporting conditional conformance to a protocol

2016-11-16 Thread David Sweeris via swift-users
> On Nov 16, 2016, at 16:35, Jordan Rose wrote: > > >>> On Nov 16, 2016, at 7:35, David Sweeris via swift-users >>> wrote: >>> >>> >>> On Nov 15, 2016, at 11:55 PM, Howard Lovatt wrote: >>> >>> @Dave, >>> >>> How do I write that though. >>> >>> I can't write: >>> >>> extension Arra

Re: [swift-users] Workaround for generics not currently supporting conditional conformance to a protocol

2016-11-16 Thread Howard Lovatt via swift-users
Pity nothing else works, looks like I am stuck with multiple wrappers. I will echo Dave's, Tim's, and Jordan's thoughts, roll on Conditional Conformance. Thanks for your help. -- Howard. On 17 November 2016 at 09:35, Jordan Rose wrote: > > On Nov 16, 2016, at 7:35, David Sweeris via swift-u

Re: [swift-users] Workaround for generics not currently supporting conditional conformance to a protocol

2016-11-16 Thread Jordan Rose via swift-users
> On Nov 16, 2016, at 7:35, David Sweeris via swift-users > wrote: > > >> On Nov 15, 2016, at 11:55 PM, Howard Lovatt > > wrote: >> >> @Dave, >> >> How do I write that though. >> >> I can't write: >> >> extension Array: Equatable { >> static func

Re: [swift-users] Workaround for generics not currently supporting conditional conformance to a protocol

2016-11-16 Thread David Sweeris via swift-users
> On Nov 15, 2016, at 11:55 PM, Howard Lovatt wrote: > > @Dave, > > How do I write that though. > > I can't write: > > extension Array: Equatable { > static func ==(lhs: Array, rhs: Array) -> Bool { > let size = lhs.count > precondition(rhs.count == size, "

Re: [swift-users] Planned Outage - Nov 15th 2016 at 11pm PST

2016-11-16 Thread Mishal Shah via swift-users
All of the services are back online. Sorry for any inconvenience. Thanks, Mishal Shah > On Nov 15, 2016, at 12:18 PM, mishal_shah via swift-users > wrote: > > Planned Outage: > > When: > Nov 15th 2016 at 11pm PST > > Duration: > 1-2hrs > > Services affected: > > - Swift Website: swift.o