Skip to content

Commit 7de4294

Browse files
[SE-0242] Update status to implemented (Swift 5.1)
<swiftlang/swift#23752>
1 parent 0a9d712 commit 7de4294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0242-default-values-memberwise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0242](0242-default-values-memberwise.md)
44
* Author: [Alejandro Alonso](https://github.com/Azoy)
55
* Review Manager: [Ted Kremenek](https://github.com/tkremenek)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 5.1)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/se-0242-synthesize-default-values-for-the-memberwise-initializer/20618/98)
88
* Implementation: [apple/swift#19743](https://github.com/apple/swift/pull/19743)
99

@@ -129,4 +129,4 @@ As the memberwise initializer is only synthesized as an internal initializer, th
129129

130130
## Alternatives considered
131131

132-
We could simply not do this and save this proposal for a solution much larger in regards to fixing more problems the memberwise initializer has. The downside is that we put off obvious changes like this for much longer because of wanting to solve a bigger problem. I agree we should solve the bigger problems, but by solving problems like this it aids in the solution of the larger problem.
132+
We could simply not do this and save this proposal for a solution much larger in regards to fixing more problems the memberwise initializer has. The downside is that we put off obvious changes like this for much longer because of wanting to solve a bigger problem. I agree we should solve the bigger problems, but by solving problems like this it aids in the solution of the larger problem.

0 commit comments

Comments
 (0)