Skip to content

Commit 3d73a61

Browse files
committed
Accept the Abolish IUO proposal.
1 parent acc127d commit 3d73a61

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

proposals/0000-abolish-iuo.md renamed to proposals/0054-abolish-iuo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Abolish `ImplicitlyUnwrappedOptional` type
22

3-
* Proposal: [SE-NNNN](https://github.com/apple/swift-evolution/blob/master/proposals/NNNN-name.md)
3+
* Proposal: [SE-0054](0054-abolish-iuo.md)
44
* Author: [Chris Willmore](http://github.com/cwillmor)
55
* Status: **Awaiting review**
6-
* Review Manager: TBD
6+
* Review Manager: [Chris Lattner](https://github.com/lattner)
77

88
## Introduction
99

schedule.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ proposals in that process.
99
* March 16...22, 2016 [SE-0044: Import as Member](proposals/0044-import-as-member.md)
1010
* March 16...21, 2016 [SE-0042: Flattening the function type of unapplied method references](proposals/0042-flatten-method-types.md)
1111
* March 16...21, 2016 [SE-0043: Declare variables in 'case' labels with multiple patterns](proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md)
12+
* March 16...21, 2016 [SE-0047: Defaulting non-Void functions so they warn on unused results](proposals/0047-nonvoid-warn.md)
1213

1314
## Upcoming reviews
1415

15-
* March 16...21, 2016 [SE-0047: Defaulting non-Void functions so they warn on unused results](proposals/0047-nonvoid-warn.md)
1616
* March 22...25, 2016 [SE-0016: Adding initializers to Int and UInt to convert from UnsafePointer and UnsafeMutablePointer](proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.md)
1717

1818

@@ -28,6 +28,7 @@ proposals in that process.
2828
* [SE-0048: Generic Type Aliases](proposals/0048-generic-typealias.md)
2929
* [SE-0049: Move @noescape and @autoclosure to be type attributes](proposals/0049-noescape-autoclosure-type-attrs.md)
3030
* [SE-0025: Scoped Access Level](proposals/0025-scoped-access-level.md)
31+
* [SE-0054: Abolish `ImplicitlyUnwrappedOptional` type](proposals/0054-abolish-iuo.md)
3132

3233
[evolution-process]: process.md "The Swift evolution process"
3334

0 commit comments

Comments
 (0)