Skip to content

Commit 5a99e00

Browse files
authored
Mark some stdlib proposals as implemented (#2937)
* Mark some stdlib proposals as implemented * Mark SE-0477 as implemented * Don’t mark SE-0473 as implemented
1 parent 25a4771 commit 5a99e00

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

proposals/0459-enumerated-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0459](0459-enumerated-collection.md)
44
* Author: [Alejandro Alonso](https://github.com/Azoy)
55
* Review Manager: [Ben Cohen](https://github.com/airspeedswift)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 6.2)**
77
* Implementation: [swiftlang/swift#78092](https://github.com/swiftlang/swift/pull/78092)
88
* Previous Proposal: [SE-0312](0312-indexed-and-enumerated-zip-collections.md)
99
* Review: ([pitch](https://forums.swift.org/t/pitch-add-collection-conformance-for-enumeratedsequence/76680)) ([review](https://forums.swift.org/t/se-0459-add-collection-conformances-for-enumerated/77509)) ([acceptance](https://forums.swift.org/t/accepted-with-modification-se-0459-add-collection-conformances-for-enumerated/78082))

proposals/0477-default-interpolation-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0477](0477-default-interpolation-values.md)
44
* Authors: [Nate Cook](https://github.com/natecook1000)
55
* Review Manager: [Xiaodi Wu](https://github.com/xwu)
6-
* Status: **Accepted with modifications**
6+
* Status: **Implemented (Swift 6.2)**
77
* Implementation: [swiftlang/swift#80547](https://github.com/swiftlang/swift/pull/80547)
88
* Review: ([pitch](https://forums.swift.org/t/pitch-default-values-for-string-interpolations/69381)) ([review](https://forums.swift.org/t/se-0477-default-value-in-string-interpolations/79302)) ([acceptance](https://forums.swift.org/t/accepted-with-modification-se-0477-default-value-in-string-interpolations/79609))
99

proposals/0485-outputspan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0485](0485-outputspan.md)
44
* Author: [Guillaume Lessard](https://github.com/glessard)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 6.2)** ([Extensions to standard library types](#extensions) pending)
77
* Roadmap: [BufferView Roadmap](https://forums.swift.org/t/66211)
88
* Implementation: [swiftlang/swift#81637](https://github.com/swiftlang/swift/pull/81637)
99
* Review: [Pitch](https://forums.swift.org/t/pitch-outputspan/79473), [Review](https://forums.swift.org/t/se-0485-outputspan-delegate-initialization-of-contiguous-memory/80032), [Acceptance](https://forums.swift.org/t/accepted-with-modifications-se-0485-outputspan-delegate-initialization-of-contiguous-memory/80435)

proposals/0488-extracting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0488](0488-extracting.md)
44
* Author: [Guillaume Lessard](https://github.com/glessard)
55
* Review Manager: [Tony Allevato](https://github.com/allevato)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 6.2)**
77
* Implementation: underscored `_extracting()` members of `Span` and `RawSpan`, pending elsewhere.
88
* Review: ([pitch](https://forums.swift.org/t/pitch-apply-the-extracting-slicing-pattern-to-span-and-rawspan/80322)) ([review](https://forums.swift.org/t/se-0488-apply-the-extracting-slicing-pattern-more-widely/80854)) ([acceptance](https://forums.swift.org/t/accepted-se-0488-apply-the-extracting-slicing-pattern-more-widely/81235))
99

0 commit comments

Comments
 (0)