Re: [swift-evolution] [Review] SE-188 Make stdlib index types Hashable

2017-11-09 Thread Howard Lovatt via swift-evolution
Proposal link: https://github.com/apple/swift-evolution/blob/master/ proposals/0188-stdlib-index-types-hashable.md • What is your evaluation of the proposal? +1 but would like it to further and require all index types to be Hashable. • Is the problem being addressed significant enough to

Re: [swift-evolution] [Review] SE-188 Make stdlib index types Hashable

2017-11-09 Thread Tino Heth via swift-evolution
> • What is your evaluation of the proposal? „That’s not possible yet?“ ;-) > • Is the problem being addressed significant enough to warrant a change > to Swift? Yes. Conformance to Hashable might be useful in other areas besides key-paths, and even if not: The change shouldn’t do

[swift-evolution] [Review] SE-188 Make stdlib index types Hashable

2017-11-08 Thread Ben Cohen via swift-evolution
Hello, Swift community! The review of “SE-0188: Make stdlib index types Hashable” begins now and runs through November 14th, 2017. The proposal is available here: https://github.com/apple/swift-evolution/blob/master/proposals/0188-stdlib-index-types-hashable.md