You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposals.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -108,9 +108,9 @@ just loads it via JavaScript. Hence, the following declaration isn't used.
108
108
<proposalid="0098"status="rejected"name="Lowercase `didSet` and `willSet` for more consistent keyword casing"filename="0098-didset-capitalization.md"/>
<proposalid="0100"status="deferred"name="Add sequence-based initializers and merge methods to Dictionary"filename="0100-add-sequence-based-init-and-merge-to-dictionary.md"/>
111
-
<proposalid="0101"status="accepted"name="Reconfiguring `sizeof` and related functions into a unified `MemoryLayout` struct"filename="0101-standardizing-sizeof-naming.md"/>
111
+
<proposalid="0101"status="implemented"swift-version="3"name="Reconfiguring `sizeof` and related functions into a unified `MemoryLayout` struct"filename="0101-standardizing-sizeof-naming.md"/>
112
112
<proposalid="0102"status="implemented"swift-version="3"name="Remove `@noreturn` attribute and introduce an empty `Never` type"filename="0102-noreturn-bottom-type.md"/>
113
-
<proposalid="0103"status="accepted"name="Make non-escaping closures the default"filename="0103-make-noescape-default.md"/>
113
+
<proposalid="0103"status="implemented"swift-version="3"name="Make non-escaping closures the default"filename="0103-make-noescape-default.md"/>
<proposalid="0105"status="rejected"name="Removing Where Clauses from For-In Loops"filename="0105-remove-where-from-forin-loops.md"/>
116
116
<proposalid="0106"status="implemented"swift-version="3"name="Add a `macOS` Alias for the `OSX` Platform Configuration Test"filename="0106-rename-osx-to-macos.md"/>
@@ -124,7 +124,7 @@ just loads it via JavaScript. Hence, the following declaration isn't used.
124
124
<proposalid="0114"status="implemented"swift-version="3"name="Updating Buffer "Value" Names to "Header" Names"filename="0114-buffer-naming.md"/>
<proposalid="0116"status="implemented"swift-version="3"name="Import Objective-C `id` as Swift `Any` type"filename="0116-id-as-any.md"/>
127
-
<proposalid="0117"status="accepted"name="Allow distinguishing between public access and public overridability"filename="0117-non-public-subclassable-by-default.md"/>
127
+
<proposalid="0117"status="implemented"swift-version="3"name="Allow distinguishing between public access and public overridability"filename="0117-non-public-subclassable-by-default.md"/>
128
128
<proposalid="0118"status="implemented"swift-version="3"name="Closure Parameter Names and Labels"filename="0118-closure-parameter-names-and-labels.md"/>
129
129
<proposalid="0119"status="rejected"name="Remove access modifiers from extensions"filename="0119-extensions-access-modifiers.md"/>
0 commit comments