Skip to content

Commit b81b214

Browse files
committed
drafts
1 parent 4d9279c commit b81b214

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

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

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

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.
810

911
<!--excerpt-->
1012

@@ -16,7 +18,32 @@ Welcome to issue #19!
1618

1719
### Commits and pull requests
1820

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`.
45+
* **@saiHemak** [updated](https://github.com/apple/swift-corelibs-foundation/pull/336) `NSCalendar`.
46+
* Bhaktavatsal Reddy [updated](https://github.com/apple/swift-corelibs-foundation/pull/323) `NSData`.
2047

2148
### Accepted proposals
2249

@@ -32,4 +59,4 @@ Welcome to issue #19!
3259
3360
### Finally
3461

35-
> TODO
62+
And finally &mdash; if you needed helped decoding that WWDC announcement, Erica Sadun [can help](https://twitter.com/ericasadun/status/722266416460640256). 😄

0 commit comments

Comments
 (0)