Skip to content

Commit 617f331

Browse files
committed
drafts
1 parent 59066c4 commit 617f331

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_drafts/2016-04-21-issue-19.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: ! 'Issue #19'
44
author: jsq
55
---
66

7-
As you must know by now, [WWDC 2016](https://developer.apple.com/wwdc/) has been announced! What's most surprising and exciting to me is the emphasis on Swift — it's all over the WWDC pages on Apple's site. Of course, it's no surprise that Swift 3.0 is coming so it makes me wonder, *what else* is planned for Swift that we don't know about?
7+
As you must know by now, [WWDC 2016](https://developer.apple.com/wwdc/) has been announced! What's most surprising and exciting to me is the emphasis on Swift — it's all over the WWDC pages on Apple's site. I certainly did not expect *this strong* of a focus on Swift. Usually there are teasers about the upcoming OS and hardware releases. Of course, it's no surprise that Swift 3.0 is coming so it makes me wonder, *what else* is planned for Swift that we don't know about?
88

99
In other news, the [Xcode 7.3.1 GM seed](https://twitter.com/clattner_llvm/status/722501792450228225) was released. It includes a bunch of bug fixes and [Swift 2.2.1](https://github.com/apple/swift/releases/tag/swift-2.2.1-RELEASE). However, the release notes didn't specify the Swift version and the version number [**did not** get bumped](https://twitter.com/UINT_MIN/status/722821043979595777) in Xcode. But don't worry, the fixes are in there. 😄
1010

@@ -13,6 +13,8 @@ In other news, the [Xcode 7.3.1 GM seed](https://twitter.com/clattner_llvm/statu
1313
### Starter tasks
1414

1515
- [SR-1266](https://bugs.swift.org/browse/SR-1266): Remove duplication between `swift/test` and `swift/validation-test` configuration files. This is a good introduction to the Swift build system, its test suite, and CMake.
16+
- [SR-1263](https://bugs.swift.org/browse/SR-1263): Compiler wrongfully complains of illegal syntax when declaring multiple conformances for a protocol's associated type.
17+
- [SR-1238](https://bugs.swift.org/browse/SR-1238): UnsafePointer and UnsafeMutablePointer should conform to Comparable
1618

1719
{% include task_remind.html %}
1820

0 commit comments

Comments
 (0)