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

Commit 113ee58

Browse files
committed
[32] draft
1 parent c4bad2b commit 113ee58

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_drafts/2016-07-28-issue-32.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ title: ! 'Issue #32'
44
author: jsq
55
---
66

7-
Welcome to issue #32!
7+
Yesterday was the big day — the last day for Swift 3 breaking changes!
88

99
<!--excerpt-->
1010

1111
### Starter tasks
1212

13+
- [SR-2083](https://bugs.swift.org/browse/SR-2083): [SwiftPM] Don't error if a directory contains only ignored files
14+
- [SR-2022](https://bugs.swift.org/browse/SR-2022): [Compiler] Add better fixit for type checking in switch statements
15+
1316
{% include task_remind.html %}
1417

1518
### Commits and pull requests
@@ -38,6 +41,8 @@ process.launchPath = "/usr/bin/echo"
3841
process.arguments = CommandLine.arguments
3942
{% endhighlight %}
4043

44+
Ayaka Nonaka [merged](https://github.com/apple/swift/pull/3745) changes to import Objective-C's `@compatibility_alias` compiler directive as a Swift `typealias`.
45+
4146
[SE-0131](https://github.com/apple/swift-evolution/blob/master/proposals/0131-anyhashable.md) was [implemented](https://github.com/apple/swift/pull/3554) by Dmitri Gribenko. This adds a type-erased `AnyHashable` container to the standard library.
4247

4348
[SE-0130](https://github.com/apple/swift-evolution/blob/master/proposals/0130-string-initializers-cleanup.md) was [implemented](https://github.com/apple/swift/pull/3758) by Roman Levenstein. This cleans up a number of `String` initializers.

0 commit comments

Comments
 (0)