Skip to content

Commit 9d180ae

Browse files
authored
Extend the SE-0458 review
1 parent adc807c commit 9d180ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0458-strict-memory-safety.md

Lines changed: 2 additions & 2 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...27th, 2025)**
6+
* Status: **Active Review (January 17th...February 11th, 2025)**
77
* Feature name: `StrictMemorySafety`
88
* Vision: [Opt-in Strict Memory Safety Checking (Prospective)](https://github.com/swiftlang/swift-evolution/pull/2581)
99
* Implementation: On main with experimental feature flags `AllowUnsafeAttribute` and `WarnUnsafe`
1010
* 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))
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))
1212

1313
## Introduction
1414

0 commit comments

Comments
 (0)