File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
* Proposal: [ SE-0458] ( 0458-strict-memory-safety.md )
4
4
* Authors: [ Doug Gregor] ( https://github.com/DougGregor )
5
5
* Review Manager: [ John McCall] ( https://github.com/rjmccall )
6
- * Status: ** Active Review (January 17th...February 11th, 2025) **
6
+ * Status: ** Accepted **
7
7
* 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 )
9
9
* 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 ) )
12
12
13
13
## Introduction
14
14
You can’t perform that action at this time.
0 commit comments