Skip to content

Commit 4de14e9

Browse files
authored
Publish issue 45 (SwiftWeekly#120)
1 parent 5a1cf41 commit 4de14e9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

_drafts/2016-11-03-issue-45.md renamed to _posts/2016-11-03-issue-45.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Xcode 8.2 beta was [released](http://adcdownload.apple.com/Developer_Tools/Xcode
1010

1111
### Starter tasks
1212

13+
- [SR-3115](https://bugs.swift.org/browse/SR-3115): [SPM] Document swift package edit
14+
- [SR-2948](https://bugs.swift.org/browse/SR-2948): [Compiler] Discarding a closure from a `@discardableResult` function results in a compile error.
15+
- [SR-2475](https://bugs.swift.org/browse/SR-2475): Warn about unlabeled parameters following a variadic parameter
16+
1317
{% include task_remind.html %}
1418

1519
### News and community
@@ -26,9 +30,9 @@ Brian Gesiak got [Swift building on CentOS](https://twitter.com/modocache/status
2630

2731
**@practicalswift** added a number of new [compiler crashers](https://github.com/apple/swift/commit/3a9bef9d91982b59094fb32dc281ebdf19ed3a03), bringing to total number of unresolved crashers to 96. (5180 have been resolved.)
2832

29-
**@airspeedswift** opened a [pull request](https://github.com/apple/swift/pull/5521) to resolve 3 ABI FIXME's.
33+
Thomas Catterall implemented `CustomReflectable` for `Notification` in corelibs-foundation.
3034

31-
> TODO
35+
**@airspeedswift** opened a [pull request](https://github.com/apple/swift/pull/5521) to resolve 3 ABI FIXME's. This change collapses the two versions `Array.append(contentsOf:)`, one that takes a sequence and one that takes a collection. There's some interesting background in the description, too.
3236

3337
### Proposals in review
3438

@@ -38,7 +42,7 @@ Proposal [SE-0145](https://github.com/apple/swift-evolution/blob/master/proposal
3842
3943
### Mailing lists
4044

41-
> TODO
45+
David Goodine [started a thread](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161024/028440.html) discussing the `guard` and unwrapping syntax, specifically how it can be verbose and redundant. Chris Lattner [suggested](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161024/028448.html) a new keyword, `unwrap`, which would change `guard let foo = foo else { }` to `guard unwrap foo else { }`. Erica Sadun has drafted a proposal [in this gist](https://gist.github.com/erica/db9ce92b3d23cb20799460f603c0ae7c). There's been a lot of feedback so far, and Erica is continuing to revise the proposal.
4246

4347
### Finally
4448

0 commit comments

Comments
 (0)