Skip to content

Commit 8653025

Browse files
authored
Dianna → Diana (#2920)
1 parent b6a9bb7 commit 8653025

4 files changed

+4
-4
lines changed

proposals/0184-unsafe-pointers-add-missing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Unsafe[Mutable][Raw][Buffer]Pointer: add missing methods, adjust existing labels for clarity, and remove deallocation size
22

33
* Proposal: [SE-0184](0184-unsafe-pointers-add-missing.md)
4-
* Author: [Dianna Ma (“Taylor Swift”)](https://github.com/tayloraswift)
4+
* Author: [Diana Ma (“Taylor Swift”)](https://github.com/tayloraswift)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
66
* Status: **Implemented (Swift 4.1)**
77
* Implementation: [apple/swift#12200](https://github.com/apple/swift/pull/12200)

proposals/0243-codepoint-and-character-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Integer-convertible character literals
22

33
* Proposal: [SE-0243](0243-codepoint-and-character-literals.md)
4-
* Authors: [Dianna Ma (“Taylor Swift”)](https://github.com/tayloraswift), [Chris Lattner](https://github.com/lattner), [John Holdsworth](https://github.com/johnno1962)
4+
* Authors: [Diana Ma (“Taylor Swift”)](https://github.com/tayloraswift), [Chris Lattner](https://github.com/lattner), [John Holdsworth](https://github.com/johnno1962)
55
* Review manager: [Ben Cohen](https://github.com/airspeedswift)
66
* Status: **Rejected** ([Rationale](https://forums.swift.org/t/se-0243-codepoint-and-character-literals/21188/341))
77
* Implementation: [apple/swift#21873](https://github.com/apple/swift/pull/21873)

proposals/0266-synthesized-comparable-for-enumerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Synthesized `Comparable` conformance for `enum` types
22

33
* Proposal: [SE-0266](0266-synthesized-comparable-for-enumerations.md)
4-
* Author: [Dianna Ma (taylorswift)](https://github.com/tayloraswift)
4+
* Author: [Diana Ma (taylorswift)](https://github.com/tayloraswift)
55
* Review Manager: [Ben Cohen](https://github.com/airspeedswift)
66
* Status: **Implemented (Swift 5.3)**
77
* Implementation: [apple/swift#25696](https://github.com/apple/swift/pull/25696)

proposals/0370-pointer-family-initialization-improvements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1758,6 +1758,6 @@ One of the pre-existing returned tuples does not have element labels, and the or
17581758

17591759
## Acknowledgments
17601760

1761-
[Dianna Ma](https://github.com/tayloraswift) (aka [Taylor Swift](https://forums.swift.org/u/taylorswift/summary))'s initial versions of the pitch that became SE-0184 included more functions to manipulate initialization state. These were deferred, but much of the deferred functionality has not been pitched again until now.
1761+
[Diana Ma](https://github.com/tayloraswift) (aka [Taylor Swift](https://forums.swift.org/u/taylorswift/summary))'s initial versions of the pitch that became SE-0184 included more functions to manipulate initialization state. These were deferred, but much of the deferred functionality has not been pitched again until now.
17621762

17631763
Members of the Swift Standard Library team for valuable discussions.

0 commit comments

Comments
 (0)