Skip to content

Commit ace2d53

Browse files
authored
Merge pull request #2710 from swiftlang/accept-se-0458
Accept SE-0458
2 parents b9e106e + 2f08c1d commit ace2d53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/0458-strict-memory-safety.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* Proposal: [SE-0458](0458-strict-memory-safety.md)
44
* Authors: [Doug Gregor](https://github.com/DougGregor)
55
* Review Manager: [John McCall](https://github.com/rjmccall)
6-
* Status: **Active Review (January 17th...February 11th, 2025)**
6+
* Status: **Accepted**
77
* Feature name: `StrictMemorySafety`
8-
* Vision: [Opt-in Strict Memory Safety Checking (Prospective)](https://github.com/swiftlang/swift-evolution/pull/2581)
8+
* Vision: [Optional Strict Memory Safety](https://github.com/swiftlang/swift-evolution/blob/main/visions/memory-safety.md)
99
* Implementation: On main with experimental feature flags `AllowUnsafeAttribute` and `WarnUnsafe`
10-
* Previous Revision: [1](https://github.com/swiftlang/swift-evolution/blob/f2cab4ddc3381d1dc7a970e813ed29e27b5ae43f/proposals/0458-strict-memory-safety.md)
11-
* Review: ([pitch](https://forums.swift.org/t/pitch-opt-in-strict-memory-safety-checking/76689)) ([review](https://forums.swift.org/t/se-0458-opt-in-strict-memory-safety-checking/77274)) ([mid-review revision](https://forums.swift.org/t/se-0458-opt-in-strict-memory-safety-checking/77274/33))
10+
* Previous Revision: [1](https://github.com/swiftlang/swift-evolution/blob/f2cab4ddc3381d1dc7a970e813ed29e27b5ae43f/proposals/0458-strict-memory-safety.md) [2](https://github.com/swiftlang/swift-evolution/blob/9d180aea291c6b430bcc816ce12ef0174ec0237b/proposals/0458-strict-memory-safety.md)
11+
* Review: ([pitch](https://forums.swift.org/t/pitch-opt-in-strict-memory-safety-checking/76689)) ([review](https://forums.swift.org/t/se-0458-opt-in-strict-memory-safety-checking/77274)) ([first revision](https://forums.swift.org/t/se-0458-opt-in-strict-memory-safety-checking/77274/33)) ([second revision](https://forums.swift.org/t/se-0458-opt-in-strict-memory-safety-checking/77274/51)) ([acceptance](https://forums.swift.org/t/accepted-se-0458-opt-in-strict-memory-safety-checking/78116))
1212

1313
## Introduction
1414

0 commit comments

Comments
 (0)