Skip to content

Commit b79d694

Browse files
authored
Merge pull request #2883 from DougGregor/accept-se-0485
Accept SE-485: OutputSpan: delegate initialization of contiguous memory
2 parents e6afdce + 7b35eac commit b79d694

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/0485-outputspan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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: **Active Review (May 20...June 3, 2025)**
6+
* Status: **Accepted**
77
* Roadmap: [BufferView Roadmap](https://forums.swift.org/t/66211)
88
* Implementation: [swiftlang/swift#81637](https://github.com/swiftlang/swift/pull/81637)
9-
* 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)
9+
* 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)
1010

1111
[SE-0446]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0446-non-escapable.md
1212
[SE-0447]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0447-span-access-shared-contiguous-storage.md
@@ -822,7 +822,7 @@ In the meantime, many applications will work efficiently with repeated calls to
822822

823823
#### <a name="contentsOf-syntax"></a>Language syntax to distinguish between ownership modes for function arguments
824824

825-
In the the previous "Future Direction" subsection about [bulk initialization methods](#contentsOf), we suggest a currently unachievable naming scheme:
825+
In the previous "Future Direction" subsection about [bulk initialization methods](#contentsOf), we suggest a currently unachievable naming scheme:
826826
```swift
827827
extension OutputSpan {
828828
mutating func append(contentsOf: consuming some Sequence<Element>)

0 commit comments

Comments
 (0)