Skip to content

Commit

Permalink
Merge pull request swiftlang#212 from hexdreamer/TWIST-shout-2016-03-14
Browse files Browse the repository at this point in the history
Updates 2016-03-14
  • Loading branch information
lattner committed Mar 14, 2016
2 parents 97ee3bb + a5fc1d6 commit 8fd2503
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ sampling of potentially good ideas that are not in scope for Swift
* [SE-0004: Remove the `++` and `--` operators](proposals/0004-remove-pre-post-inc-decrement.md)
* [SE-0007: Remove C-style for-loops with conditions and incrementers](proposals/0007-remove-c-style-for-loops.md)
* [SE-0029: Remove implicit tuple splat behavior from function applications](proposals/0029-remove-implicit-tuple-splat.md)
* [SE-0033: Import Objective-C Constants as Swift Types](proposals/0033-import-objc-constants.md)
* [SE-0035: Limiting `inout` capture to `@noescape` contexts](proposals/0035-limit-inout-capture.md)
* [SE-0038: Package Manager C Language Target Support](proposals/0038-swiftpm-c-language-targets.md)
* [SE-0039: Modernizing Playground Literals](proposals/0039-playgroundliterals.md)

## Development minor version: Swift 2.2
Expand Down Expand Up @@ -145,14 +147,19 @@ sooner.

### Rejected proposals
* [SE-0009: Require self for accessing instance members](proposals/0009-require-self-for-accessing-instance-members.md)
* [SE-0010: Add StaticString.UnicodeScalarView](proposals/0010-add-staticstring-unicodescalarview.md)
* [SE-0013: Remove Partial Application of Non-Final Super Methods (Swift 2.2)](proposals/0013-remove-partial-application-super.md)
* [SE-0024: Optional Value Setter `??=`](proposals/0024-optional-value-setter.md)
* [SE-0027: Expose code unit initializers on String](proposals/0027-string-from-code-units.md)

## Review
[Swift Evolution Review Schedule](https://github.com/apple/swift-evolution/blob/master/schedule.md)

### Returned for Revision

* [SE-0018: Flexible Memberwise Initialization](proposals/0018-flexible-memberwise-initialization.md)
* [SE-0025: Scoped Access Level](proposals/0025-scoped-access-level.md)
* [SE-0030: Property Behaviors](proposals/0030-property-behavior-decls.md)

### Deferred for Future Discussion

Expand Down

0 comments on commit 8fd2503

Please sign in to comment.