From d3094a91a382e12ae17959997e7cbe121ac24f6a Mon Sep 17 00:00:00 2001 From: John McCall Date: Mon, 17 Nov 2025 14:26:40 -0500 Subject: [PATCH 1/2] standardize the SE-0498 review field --- proposals/0498-runtime-demangle.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/proposals/0498-runtime-demangle.md b/proposals/0498-runtime-demangle.md index c26ec6b2a7..e227e77a78 100644 --- a/proposals/0498-runtime-demangle.md +++ b/proposals/0498-runtime-demangle.md @@ -6,11 +6,7 @@ * Review Manager: [Steve Canon](https://github.com/stephentyrone) * Status: **Active Review (November 4 ..< 18)** * Implementation: [PR #84788](https://github.com/swiftlang/swift/pull/84788) -* Review: - * Previous [pitch](https://forums.swift.org/t/demangle-function/25416/16) - * [(pitch)](https://forums.swift.org/t/pitch-expose-demangle-function-in-runtime-module/82605) - [(review)](https://forums.swift.org/t/se-0498-expose-demangle-function-in-runtime-module/83032) - +* Review: ([pitch #1](https://forums.swift.org/t/demangle-function/25416/16)) ([pitch #2](https://forums.swift.org/t/pitch-expose-demangle-function-in-runtime-module/82605)) ([review](https://forums.swift.org/t/se-0498-expose-demangle-function-in-runtime-module/83032)) ## Introduction From d3856e59d7fe73561c230c1a876c72a2df216e91 Mon Sep 17 00:00:00 2001 From: John McCall Date: Mon, 17 Nov 2025 14:28:21 -0500 Subject: [PATCH 2/2] spell out ordinals per style --- proposals/0498-runtime-demangle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0498-runtime-demangle.md b/proposals/0498-runtime-demangle.md index e227e77a78..7468ea41f9 100644 --- a/proposals/0498-runtime-demangle.md +++ b/proposals/0498-runtime-demangle.md @@ -6,7 +6,7 @@ * Review Manager: [Steve Canon](https://github.com/stephentyrone) * Status: **Active Review (November 4 ..< 18)** * Implementation: [PR #84788](https://github.com/swiftlang/swift/pull/84788) -* Review: ([pitch #1](https://forums.swift.org/t/demangle-function/25416/16)) ([pitch #2](https://forums.swift.org/t/pitch-expose-demangle-function-in-runtime-module/82605)) ([review](https://forums.swift.org/t/se-0498-expose-demangle-function-in-runtime-module/83032)) +* Review: ([first pitch](https://forums.swift.org/t/demangle-function/25416/16)) ([second pitch](https://forums.swift.org/t/pitch-expose-demangle-function-in-runtime-module/82605)) ([review](https://forums.swift.org/t/se-0498-expose-demangle-function-in-runtime-module/83032)) ## Introduction