Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit f214b8a

Browse files
authored
Minor edits
1 parent f6580da commit f214b8a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

_posts/2017-11-09-issue-94.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: ! 'Issue #94'
44
author: modocache
55
---
66

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
88
tasks, Doug Gregor fixed a nasty bug in Objective-C interop, and the mailing
99
lists were abuzz with several exciting Swift Evolution proposals. Adjust your
1010
Apple Watches -- it's "Swift Weekly Brief O'Clock"!
@@ -89,7 +89,8 @@ which seems like a good thing to do.
8989

9090
### Proposals in review
9191

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):
9394
Introduce `Sequence.filterMap(_:)`_ has begun and runs through November 14th, 2017.
9495

9596
> 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
99100
still be available (although deprecated) all the existing code will compile,
100101
producing a deprecation warning and a fix-it.
101102

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):
103105
Make stdlib index types `Hashable`_ begins now and runs through November 14th, 2017.
104106

105107
> 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
143145
available as platform conditions. This week, Graydon [pointed out](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20171030/040819.html)
144146
that whether the compilation target was a simulator or not was encoded in the
145147
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.
147149

148150
[Brent Royal-Gordon](https://twitter.com/brentdax) [asked](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20171030/040863.html)
149151
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

Comments
 (0)