@@ -4,7 +4,7 @@ title: ! 'Issue #94'
4
4
author : modocache
5
5
---
6
6
7
- This week in Swift development: the Swift team created several fun new starter
7
+ This week in Swift development, the Swift team created several fun new starter
8
8
tasks, Doug Gregor fixed a nasty bug in Objective-C interop, and the mailing
9
9
lists were abuzz with several exciting Swift Evolution proposals. Adjust your
10
10
Apple Watches -- it's "Swift Weekly Brief O'Clock"!
@@ -89,7 +89,8 @@ which seems like a good thing to do.
89
89
90
90
### Proposals in review
91
91
92
- The review of _ [ SE-0187] ( https://github.com/apple/swift-evolution/blob/master/proposals/0187-introduce-filtermap.md ) :
92
+ The [ review] ( https://lists.swift.org/pipermail/swift-evolution-announce/2017-November/000406.html )
93
+ of _ [ SE-0187] ( https://github.com/apple/swift-evolution/blob/master/proposals/0187-introduce-filtermap.md ) :
93
94
Introduce ` Sequence.filterMap(_:) ` _ has begun and runs through November 14th, 2017.
94
95
95
96
> We propose to deprecate the controversial version of a ` Sequence.flatMap `
@@ -99,7 +100,8 @@ Introduce `Sequence.filterMap(_:)`_ has begun and runs through November 14th, 20
99
100
still be available (although deprecated) all the existing code will compile,
100
101
producing a deprecation warning and a fix-it.
101
102
102
- The review of _ [ SE-0188] ( https://github.com/apple/swift-evolution/blob/master/proposals/0188-stdlib-index-types-hashable.md ) :
103
+ The [ review] ( https://lists.swift.org/pipermail/swift-evolution-announce/2017-November/000407.html )
104
+ of _ [ SE-0188] ( https://github.com/apple/swift-evolution/blob/master/proposals/0188-stdlib-index-types-hashable.md ) :
103
105
Make stdlib index types ` Hashable ` _ begins now and runs through November 14th, 2017.
104
106
105
107
> This proposal would add ` Hashable ` conformance to all the index types in the
@@ -143,7 +145,7 @@ condition. Replies to the proposal began to discuss what attributes should be
143
145
available as platform conditions. This week, Graydon [ pointed out] ( https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20171030/040819.html )
144
146
that whether the compilation target was a simulator or not was encoded in the
145
147
target triple, a decision made recently in LLVM, so discussions of whether it
146
- should be encoded at all should be done on LLVM mailing lists.
148
+ should be encoded at all should be done on the LLVM mailing lists.
147
149
148
150
[ Brent Royal-Gordon] ( https://twitter.com/brentdax ) [ asked] ( https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20171030/040863.html )
149
151
about how he could update his once deferred proposal, [ SE-0132] ( https://github.com/apple/swift-evolution/blob/master/proposals/0132-sequence-end-ops.md ) ,
0 commit comments