Skip to content

Commit ad60b99

Browse files
jessesquireslattner
authored andcommitted
Update status for SE-0101, SE-0103, SE-0117 (#487)
1 parent 47cfd8f commit ad60b99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ just loads it via JavaScript. Hence, the following declaration isn't used.
108108
<proposal id="0098" status="rejected" name="Lowercase `didSet` and `willSet` for more consistent keyword casing" filename="0098-didset-capitalization.md"/>
109109
<proposal id="0099" status="implemented" swift-version="3" name="Restructuring Condition Clauses" filename="0099-conditionclauses.md"/>
110110
<proposal id="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-
<proposal id="0101" status="accepted" name="Reconfiguring `sizeof` and related functions into a unified `MemoryLayout` struct" filename="0101-standardizing-sizeof-naming.md"/>
111+
<proposal id="0101" status="implemented" swift-version="3" name="Reconfiguring `sizeof` and related functions into a unified `MemoryLayout` struct" filename="0101-standardizing-sizeof-naming.md"/>
112112
<proposal id="0102" status="implemented" swift-version="3" name="Remove `@noreturn` attribute and introduce an empty `Never` type" filename="0102-noreturn-bottom-type.md"/>
113-
<proposal id="0103" status="accepted" name="Make non-escaping closures the default" filename="0103-make-noescape-default.md"/>
113+
<proposal id="0103" status="implemented" swift-version="3" name="Make non-escaping closures the default" filename="0103-make-noescape-default.md"/>
114114
<proposal id="0104" status="accepted" name="Protocol-oriented integers" filename="0104-improved-integers.md"/>
115115
<proposal id="0105" status="rejected" name="Removing Where Clauses from For-In Loops" filename="0105-remove-where-from-forin-loops.md"/>
116116
<proposal id="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.
124124
<proposal id="0114" status="implemented" swift-version="3" name="Updating Buffer &quot;Value&quot; Names to &quot;Header&quot; Names" filename="0114-buffer-naming.md"/>
125125
<proposal id="0115" status="implemented" swift-version="3" name="Rename Literal Syntax Protocols" filename="0115-literal-syntax-protocols.md"/>
126126
<proposal id="0116" status="implemented" swift-version="3" name="Import Objective-C `id` as Swift `Any` type" filename="0116-id-as-any.md"/>
127-
<proposal id="0117" status="accepted" name="Allow distinguishing between public access and public overridability" filename="0117-non-public-subclassable-by-default.md"/>
127+
<proposal id="0117" status="implemented" swift-version="3" name="Allow distinguishing between public access and public overridability" filename="0117-non-public-subclassable-by-default.md"/>
128128
<proposal id="0118" status="implemented" swift-version="3" name="Closure Parameter Names and Labels" filename="0118-closure-parameter-names-and-labels.md"/>
129129
<proposal id="0119" status="rejected" name="Remove access modifiers from extensions" filename="0119-extensions-access-modifiers.md"/>
130130
<proposal id="0120" status="implemented" swift-version="3" name="Revise `partition` Method Signature" filename="0120-revise-partition-method.md"/>

0 commit comments

Comments
 (0)