Skip to content

Commit 90e98e6

Browse files
xwulattner
authored andcommitted
[gardening] Update SE-0195 and SE-0196 for implementation status (swiftlang#794)
* Update SE-0195 for implementation status * Update SE-0196 for implementation status * Update index.html for copyright date * Update index.css for copyright date * Update index.js for copyright date
1 parent 970b4d6 commit 90e98e6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See http://swift.org/LICENSE.txt for license information

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--====== index.html - Swift Evolution ========================================
22
This source file is part of the Swift.org open source project
33
4-
Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
4+
Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors
55
Licensed under Apache License v2.0 with Runtime Library Exception
66
77
See http://swift.org/LICENSE.txt for license information
@@ -83,7 +83,7 @@ <h1 id="title"><a href="#">Swift Evolution</a></h1>
8383
</main>
8484
<footer>
8585
<div class="footer-contents">
86-
<p>Copyright © 2017 Apple Inc. All rights reserved.</p>
86+
<p>Copyright © 2017–2018 Apple Inc. All rights reserved.</p>
8787
<p>
8888
Swift and the Swift logo are trademarks of Apple Inc.
8989
For more information about the Swift project, see <a href="https://swift.org">Swift.org</a>.
@@ -93,4 +93,4 @@ <h1 id="title"><a href="#">Swift Evolution</a></h1>
9393
</div>
9494
<script src="index.js"></script>
9595
</body>
96-
</html>
96+
</html>

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See http://swift.org/LICENSE.txt for license information

proposals/0195-dynamic-member-lookup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* Proposal: [SE-0195](0195-dynamic-member-lookup.md)
44
* Author: [Chris Lattner](https://github.com/lattner)
55
* Review Manager: [Ted Kremenek](https://github.com/tkremenek)
6-
* Implementation: [apple/swift#13361](https://github.com/apple/swift/pull/13361)
6+
* Implementation: [apple/swift#14546](https://github.com/apple/swift/pull/14546)
77
* [Previous Revision #1](https://github.com/apple/swift-evolution/commit/59c7455170c231f3df9ab0ba923262e126afaa06#diff-b3460d13f154c3d6b1d8396e4159a1d2)
8-
* Status: **Accepted**
8+
* Status: **Implemented (Swift 5)**
99
* Decision Notes: [Review extended](https://forums.swift.org/t/se-0195-introduce-user-defined-dynamic-member-lookup-types/8658/126), [Rationale](https://forums.swift.org/t/se-0195-introduce-user-defined-dynamic-member-lookup-types/8658/160)
1010

1111

proposals/0196-diagnostic-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Review Manager: [Ted Kremenek](https://github.com/tkremenek)
66
* Implementation: [apple/swift#14048](https://github.com/apple/swift/pull/14048)
77
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/ab0c22a2340be9bfcb82e6f237752b4d959a93b7/proposals/0196-diagnostic-directives.md)
8-
* Status: **Accepted**
8+
* Status: **Implemented (Swift 5)**
99

1010
## Introduction
1111

0 commit comments

Comments
 (0)