Skip to content

Commit 3c96177

Browse files
authored
Merge pull request #2784 from swiftlang/allevato-patch-1
Accept SE-0464.
2 parents 69301be + 406db1e commit 3c96177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0464-utf8span-safe-utf8-processing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* Proposal: [SE-0464](0464-utf8span-safe-utf8-processing.md)
44
* Authors: [Michael Ilseman](https://github.com/milseman), [Guillaume Lessard](https://github.com/glessard)
55
* Review Manager: [Tony Allevato](https://github.com/allevato)
6-
* Status: **Active review (March 5–19, 2025)**
6+
* Status: **Accepted**
77
* Bug: rdar://48132971, rdar://96837923
88
* Implementation: [swiftlang/swift#78531](https://github.com/swiftlang/swift/pull/78531)
9-
* Review: ([first pitch](https://forums.swift.org/t/pitch-utf-8-processing-over-unsafe-contiguous-bytes/69715)) ([second pitch](https://forums.swift.org/t/pitch-safe-utf-8-processing-over-contiguous-bytes/72742)) ([third pitch](https://forums.swift.org/t/pitch-utf8span-safe-utf-8-processing-over-contiguous-bytes/77483)) ([review](https://forums.swift.org/t/se-0464-utf8span-safe-utf-8-processing-over-contiguous-bytes/78307))
9+
* Review: ([first pitch](https://forums.swift.org/t/pitch-utf-8-processing-over-unsafe-contiguous-bytes/69715)) ([second pitch](https://forums.swift.org/t/pitch-safe-utf-8-processing-over-contiguous-bytes/72742)) ([third pitch](https://forums.swift.org/t/pitch-utf8span-safe-utf-8-processing-over-contiguous-bytes/77483)) ([review](https://forums.swift.org/t/se-0464-utf8span-safe-utf-8-processing-over-contiguous-bytes/78307)) ([acceptance](https://forums.swift.org/t/accepted-with-modifications-se-0464-safe-utf-8-processing-over-contiguous-bytes/79218))
1010

1111

1212
## Introduction

0 commit comments

Comments
 (0)