You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _drafts/2016-04-21-issue-19.md
+30-3Lines changed: 30 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ title: ! 'Issue #19'
4
4
author: jsq
5
5
---
6
6
7
-
Welcome to issue #19!
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?
8
+
9
+
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 presumably Swift 2.2.1, though the release notes don't specify.
8
10
9
11
<!--excerpt-->
10
12
@@ -16,7 +18,32 @@ Welcome to issue #19!
16
18
17
19
### Commits and pull requests
18
20
19
-
> TODO
21
+
Anna Zaks [merged](https://github.com/apple/swift/pull/2169) some fixes and improvements to the `swift_demangle` API. 🤓
22
+
23
+
Alex Hoppen submitted a [pull request](https://github.com/apple/swift/pull/2224) that implements [SE-0036](https://github.com/apple/swift-evolution/blob/master/proposals/0036-enum-dot.md): *Requiring Leading Dot Prefixes for `enum` Instance Member Implementations*. ([SR-1236](https://bugs.swift.org/browse/SR-1236)). 👍
24
+
25
+
Brian Gesiak opened a [pull request](https://github.com/apple/swift/pull/1714) to begin adding testing support for Android.
26
+
27
+
Max Howell [merged](https://github.com/apple/swift-package-manager/pull/254) changes that add a flag to make the build output location of SwiftPM configurable.
28
+
29
+
Daniel Eggert's implementation of `NSHTTPURLResponse` has [merged](https://github.com/apple/swift-corelibs-foundation/pull/287). 🎉
30
+
31
+
Brian Gesiak opened a [pull request](https://github.com/apple/swift-corelibs-xctest/pull/96) to expand the Linux/FreeBSD check to include Android. It's so weird to see `#if os(Android)`. 😄
32
+
33
+
Joe Groff [merged](https://github.com/apple/swift/pull/2210) changes that allow Objective-C generic extensions to perform `@objc` operations involving generics. *"This should allow an extension to use the generic class's own API to some degree, as it would if defined on the non-generic form."*
34
+
35
+
John Holdsworth submitted a [pull request](https://github.com/apple/swift/pull/2197) with an implementation of a swift-format tool to indent swift source code from the command line using the new libIDE API ([SR-146](https://bugs.swift.org/browse/SR-146)). 👏 Unfortunately, it looks like it was closed due to some [git rebasing](https://github.com/apple/swift/pull/2197#issuecomment-212106820) problems. 😅 It looks like John will open a fresh pull request soon.
36
+
37
+
Ted Kremenek opened a [pull request](https://github.com/apple/swift/pull/2215) that implements [SE-0039](https://github.com/apple/swift-evolution/blob/master/proposals/0039-playgroundliterals.md): *Modernizing Playground Literals*. 😎
38
+
39
+
Mauricio Meirelles submitted a [pull request](https://github.com/apple/swift-corelibs-foundation/pull/320) that begins implementing `NSMassFormatter`.
40
+
41
+
There were a ton of changes merged to corelibs-foundation to update the APIs for the [*Great API Transformation*](https://swift.org/blog/swift-api-transformation/). [It's happening](https://media.giphy.com/media/cD8fdv2wxuy9G/giphy.gif).
42
+
43
+
* Robert F. Dickerson [updated](https://github.com/apple/swift-corelibs-foundation/pull/325)`NSDate`, `NSTimeZone`, and `NSDateFormatter`.
44
+
* Pushkar N Kulkarni [updated](https://github.com/apple/swift-corelibs-foundation/pull/322)`NSCache` and [updated](https://github.com/apple/swift-corelibs-foundation/pull/324)`NSHTTPCookie`.
And finally — if you needed helped decoding that WWDC announcement, Erica Sadun [can help](https://twitter.com/ericasadun/status/722266416460640256). 😄
0 commit comments