Skip to content

Commit e87f745

Browse files
authored
Assign SE-0494 to the isIdentical(to:) proposal
Also fix some of the header fields
1 parent 500310e commit e87f745

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/NNNN-add-is-identical-methods.md renamed to proposals/0494-add-is-identical-methods.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Add `isIdentical(to:)` Methods for Quick Comparisons to Concrete Types
22

3-
* Proposal: [SE-NNNN](NNNN-add-is-identical-methods.md)
3+
* Proposal: [SE-0494](0494-add-is-identical-methods.md)
44
* Authors: [Rick van Voorden](https://github.com/vanvoorden), [Karoy Lorentey](https://github.com/lorentey)
5-
* Review Manager: TBD
6-
* Status: **Awaiting review**
5+
* Review Manager: [John McCall](https://github.com/rjmccall)
6+
* Status: **Active review (September 22nd...October 6th, 2025)**
77
* Implementation: ([String, Substring](https://github.com/swiftlang/swift/pull/82055)), ([Array, ArraySlice, ContiguousArray](https://github.com/swiftlang/swift/pull/82438)), ([Dictionary, Set](https://github.com/swiftlang/swift/pull/82439))
8-
* Review: ([Pre-Pitch](https://forums.swift.org/t/-/78792)), ([Pitch #1](https://forums.swift.org/t/-/79145)), ([Pitch #2](https://forums.swift.org/t/-/80496))
8+
* Review: ([prepitch](https://forums.swift.org/t/-/78792)) ([first pitch](https://forums.swift.org/t/-/79145)) ([second pitch](https://forums.swift.org/t/-/80496))
99

1010
### Table of Contents
1111

0 commit comments

Comments
 (0)