Re: [swift-evolution] It's the little things..

2016-12-14 Thread Hooman Mehr via swift-evolution
> On Dec 14, 2016, at 11:08 AM, David Sweeris via swift-evolution > wrote: > I'll be curious as to how they propose we prevent collisions between > Optional.none.hashValue and any given T's hash value. It is a hash, collision is fine. It is just a single value. I

Re: [swift-evolution] It's the little things..

2016-12-14 Thread David Sweeris via swift-evolution
> On Dec 14, 2016, at 09:54, Jordan Rose wrote: > > >>> On Dec 13, 2016, at 20:43, David Sweeris via swift-evolution >>> wrote: >>> >>> >>> On Dec 13, 2016, at 9:51 AM, Chris Lattner wrote: >>> >>> On Dec 12, 2016, at

Re: [swift-evolution] It's the little things..

2016-12-14 Thread Jordan Rose via swift-evolution
> On Dec 13, 2016, at 20:43, David Sweeris via swift-evolution > wrote: > >> >> On Dec 13, 2016, at 9:51 AM, Chris Lattner > > wrote: >> >> On Dec 12, 2016, at 6:58 PM, David Sweeris via swift-evolution >>

Re: [swift-evolution] It's the little things..

2016-12-13 Thread David Sweeris via swift-evolution
> On Dec 13, 2016, at 9:51 AM, Chris Lattner wrote: > > On Dec 12, 2016, at 6:58 PM, David Sweeris via swift-evolution > wrote: >>> On Dec 12, 2016, at 16:15, John Holdsworth via swift-evolution >>> wrote: >>> >>>

Re: [swift-evolution] It's the little things..

2016-12-13 Thread Joe Groff via swift-evolution
> On Dec 12, 2016, at 4:15 PM, John Holdsworth via swift-evolution > wrote: > > As the festive season approaches I thought I’d write a brain dump > of a few things I'd hope Santa could bring in his bag for Swift 3.1. > No big ideas, just things that bug me day to day

Re: [swift-evolution] It's the little things..

2016-12-13 Thread Chris Lattner via swift-evolution
On Dec 12, 2016, at 6:58 PM, David Sweeris via swift-evolution wrote: >> On Dec 12, 2016, at 16:15, John Holdsworth via swift-evolution >> wrote: >> >> I’d like to raise again the idea of optionality when referencing a key or >> calling a

Re: [swift-evolution] It's the little things..

2016-12-12 Thread David Sweeris via swift-evolution
Sent from my iPhone > On Dec 12, 2016, at 16:15, John Holdsworth via swift-evolution > wrote: > > I’d like to raise again the idea of optionality when referencing a key or > calling a function could be possible using a ? i.e instead of > >let a = key != nil ?

Re: [swift-evolution] It's the little things..

2016-12-12 Thread Xiaodi Wu via swift-evolution
On Mon, Dec 12, 2016 at 6:15 PM, John Holdsworth via swift-evolution < swift-evolution@swift.org> wrote: > As the festive season approaches I thought I’d write a brain dump > of a few things I'd hope Santa could bring in his bag for Swift 3.1. > No big ideas, just things that bug me day to day

[swift-evolution] It's the little things..

2016-12-12 Thread John Holdsworth via swift-evolution
As the festive season approaches I thought I’d write a brain dump of a few things I'd hope Santa could bring in his bag for Swift 3.1. No big ideas, just things that bug me day to day and would be backward source compatible. I’m sure it’s been discussed before but I wish static and class vars and