Skip to content

Commit ae33066

Browse files
authored
Mark metatype keypaths and swift language mode proposals as implemented (#2757)
* SE-0438: Mark proposal as implemented in Swift 6.1 * SE-0441: Mark proposal as implemented in Swift 6.1 New SwiftPM build settings are available in Swift 6.0 but `-language-mode` was introduced in 6.1 compiler.
1 parent a22bf6d commit ae33066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proposals/0438-metatype-keypath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0438](0438-metatype-keypath.md)
44
* Authors: [Amritpan Kaur](https://github.com/amritpan), [Pavel Yaskevich](https://github.com/xedin)
55
* Review Manager: [Joe Groff](https://github.com/jckarter)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 6.1)**
77
* Implementation: [apple/swift#73242](https://github.com/apple/swift/pull/73242)
88
* Review: ([pitch](https://forums.swift.org/t/pitch-metatype-keypaths/70767)) ([review](https://forums.swift.org/t/se-0438-metatype-keypaths/72172)) ([acceptance](https://forums.swift.org/t/accepted-se-0438-metatype-keypaths/72878))
99

proposals/0441-formalize-language-mode-terminology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0441](0441-formalize-language-mode-terminology.md)
44
* Author: [James Dempsey](https://github.com/dempseyatgithub)
55
* Review Manager: [John McCall](https://github.com/rjmccall)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 6.1)**
77
* Implementation: [swiftlang/swift-package-manager#7620](https://github.com/swiftlang/swift-package-manager/pull/7620), [swiftlang/swift#75564](https://github.com/swiftlang/swift/pull/75564)
88
* Review: ([first pitch](https://forums.swift.org/t/pitch-formalize-swift-language-mode-naming-in-tools-and-api/71733)) ([second pitch](https://forums.swift.org/t/pitch-2-formalize-language-mode-naming-in-tools-and-api/72136)) ([review](https://forums.swift.org/t/se-0441-formalize-language-mode-terminology/73182)) ([acceptance](https://forums.swift.org/t/accepted-se-0441-formalize-language-mode-terminology/73716))
99

0 commit comments

Comments
 (0)