Skip to content

Commit 0da9c4f

Browse files
authored
Initiate review of SE-0447 "Span: Safe Access to Contiguous Storage" (#2567)
1 parent be7789f commit 0da9c4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/nnnn-span-access-shared-contiguous-storage.md renamed to proposals/0447-span-access-shared-contiguous-storage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Span: Safe Access to Contiguous Storage
22

3-
* Proposal: [SE-NNNN](nnnn-safe-shared-contiguous-storage.md)
3+
* Proposal: [SE-0447](0447-safe-shared-contiguous-storage.md)
44
* Authors: [Guillaume Lessard](https://github.com/glessard), [Michael Ilseman](https://github.com/milseman), [Andrew Trick](https://github.com/atrick)
5-
* Review Manager: TBD
6-
* Status: **Awaiting implementation**, previewed in a [branch](https://github.com/apple/swift-collections/tree/future) of [swift-collections](https://github.com/apple/swift-collections).
5+
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6+
* Status: **Active review (September 17...October 1, 2024)**
77
* Roadmap: [BufferView Roadmap](https://forums.swift.org/t/66211)
88
* Bug: rdar://48132971, rdar://96837923
9-
* Implementation: Prototyped in https://github.com/apple/swift-collections (on branch "future")
9+
* Implementation: https://github.com/swiftlang/swift/pull/76406
1010
* Review: ([pitch 1](https://forums.swift.org/t/69888))([pitch 2](https://forums.swift.org/t/72745))
1111

1212
## Introduction

0 commit comments

Comments
 (0)